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

# Navigation & Layout

Admin Center has a persistent left sidebar and a main content area. The iX Hello logo and version number appear top-left. The hamburger icon collapses the sidebar for more screen space.

### Sidebar Navigation

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Nav Item</td><td valign="top">Purpose</td><td valign="top">Who Sees It</td></tr><tr><td valign="top">Teams</td><td valign="top">Manage team membership, add/remove members, rename and delete teams</td><td valign="top">All admins</td></tr><tr><td valign="top">Team Assistants</td><td valign="top">View and approve/reject assistant requests per team</td><td valign="top">All admins</td></tr><tr><td valign="top">Team Configurations</td><td valign="top">Set auto-approval, conversation restrictions, default tools, IP firewall</td><td valign="top">All admins</td></tr><tr><td valign="top">Analytics</td><td valign="top">Usage metrics: teams, users, assistants, messages, tokens</td><td valign="top">All admins</td></tr><tr><td valign="top">Manage Assistants</td><td valign="top">Edit, delete, or feature any assistant across the platform</td><td valign="top">SuperAdmin, OrgAdmin</td></tr><tr><td valign="top">Access Control</td><td valign="top">Manage SuperAdmin and OrgAdmin accounts</td><td valign="top">SuperAdmin only</td></tr><tr><td valign="top">Token Requests</td><td valign="top">Review and approve/reject user token increase requests</td><td valign="top">All admins</td></tr><tr><td valign="top">Organizations</td><td valign="top">View and switch between organizations in multi-tenant environment</td><td valign="top">SuperAdmin only</td></tr></tbody></table>

&#x20;


---

# 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://docs.ixhello.com/ixhello/administration/navigation-and-layout.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.
