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

# Administration

This section collects the workspace-building surfaces that sit behind the default Member experience.

Most Members do not need these pages to complete everyday work. Admins and Owners use them to configure the workflows Members see in Inbox, Projects, Files, and Settings.

Use this path when you need to:

* Build, deploy, or share agents.
* Create or maintain templates and skills.
* Configure integrations, connections, and tools.
* Set up automations and review execution logs.
* Maintain project setups, packs, task types, billing, SSO, people, and governance.

Access can vary by workspace configuration and feature rollout. The docs call out Owner-only responsibilities where they are known, but avoid treating hidden sidebar items as the full permission model.


---

# 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://alludium.gitbook.io/alludium-docs/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.
