> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/legacy/server-subusers.md).

# Manage Server Subusers

{% hint style="success" %}
Please keep in mind that only users you grant access to can access your server.
{% endhint %}

### How to give access to other users? <a href="#grant-access" id="grant-access"></a>

1. Open the server in the Control Panel.<br>

   <figure><img src="/files/GPiMjwmOcQcaTAbTjM4V" alt=""><figcaption></figcaption></figure>
2. Navigate to the Users tab.<br>

   <figure><img src="/files/c1RttEJmyx3aI6Po5YQq" alt=""><figcaption></figcaption></figure>
3. Click the “New User” button.<br>

   <figure><img src="/files/hTstSB97RslhDHTiu3m6" alt=""><figcaption></figcaption></figure>
4. Type in the email address of the user you want to give access to.<br>

   <figure><img src="/files/ghy7uVfWZ8a0dIxoVYAA" alt=""><figcaption></figcaption></figure>
5. Select the permissions you want to give that user.<br>

   <figure><img src="/files/UlNLhtydOuJc1EZzY6xg" alt=""><figcaption></figcaption></figure>
6. Click the “Invite User” button to confirm.<br>

   <figure><img src="/files/WJM8VdK6mKJ44pywCKQQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The user will not receive an email. They can access the server only if a Discord account linked to that email address is registered on bot-hosting.net, and only through that account.
{% endhint %}

### How to remove access for a user? <a href="#remove-access" id="remove-access"></a>

1. Access the control panel and navigate to the Users tab, as explained in the “How to give access to other users?” section.
2. Click the trash bin (delete) button for the account you want to remove access from.<br>

   <figure><img src="/files/Gf7gJ7vg2ZykQTfuZU3z" alt=""><figcaption></figcaption></figure>

### How to edit permissions for a user? <a href="#edit-access" id="edit-access"></a>

1. Access the control panel and navigate to the Users tab, as explained in the “How to give access to other users?” section.
2. Click the pencil (edit) button for the account you want to edit permissions for.<br>

   <figure><img src="/files/pFNqTKxw2f3UkI2SHmLr" alt=""><figcaption></figcaption></figure>
3. Make changes to the assigned permissions by clearing the checkboxes for permissions you want to revoke and selecting the checkboxes for permissions you want to grant.
4. Save your changes with the “SAVE” button.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bothosting-net.gitbook.io/bot-hosting.net/legacy/server-subusers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
