# Administration

- [Organization](https://docs.biuwer.com/administration/organization.md)
- [Themes](https://docs.biuwer.com/administration/organization/themes.md): Use themes to give style and color to the content. The theme system allows you to apply complex styles in multiple and flexible ways.
- [Color palettes](https://docs.biuwer.com/administration/organization/color-palettes.md): Use predefined and custom color palettes to apply the color ranges you need to your content.
- [Users](https://docs.biuwer.com/administration/users.md)
- [Groups](https://docs.biuwer.com/administration/groups.md): Groups of users in the Organization are managed in the Groups section.
- [Roles](https://docs.biuwer.com/administration/roles.md)
- [Authentication tokens](https://docs.biuwer.com/administration/authentication-tokens.md)


---

# Agent Instructions: 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://docs.biuwer.com/administration.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.
