> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/solidred-documentation/getting-started/user-management.md).

# User management

As an administrator, you can add users by selecting the "Users" menu item on the left side and then clicking the plus sign.

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

Enter the email address, and for clarity, also provide the first name and last name. After selecting the activation method, proceed by selecting "Next: Owner and groups".

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

Next, select the owner.

Where SolidRed is the highest level, granting the user access to all underlying sites.

Choose an individual site if the user should have access to only that specific site.

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

Next, select the group.

Customer Administrators have full access to SolidRed and Customer Users have read-only access to SolidRed.

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

Choose "Add" to add the user.

If email is chosen as the activation method, an email will be sent to the user containing instructions for activation.

Otherwise, you will see the following screen.

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

After a user is added, you can check the option "Always fullscreen" in the user details. This means the user will not see the menu on the left side. This is typically done for Customer Users.

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


---

# 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://docs.twtg.io/docs/solidred-documentation/getting-started/user-management.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.
