> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/invite-subusers.md).

# Invite subusers

Subusers is a really handy system if you need to give a friend, family member, developer etc. access to your server. You can give them specific permissions to control what they can and cannot do.&#x20;

To invite a new subuser to your server, head over to the [Game Panel ](https://game.lodestone.host)and select "Subusers" on the sidebar menu.

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

Click "Create" to begin configuring a new subuser.

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

You'll now need to enter the subuser's email address and select all the permissions you'd like to grant them. Once done, click "Add New Subuser" to send an invite.

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

The subuser will now need to check their email inbox for a link to accept the invite.

{% hint style="danger" %}
You should always be **very careful** who you invite and which permissions you allow.&#x20;
{% endhint %}


---

# 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:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/invite-subusers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
