> 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/admin-center-overview.md).

# Admin Center Overview

The iX Hello Admin Center is the governance and management portal for the iX Hello Employee platform. It is a separate application from the main chat interface, accessible to SuperAdmins, OrgAdmins, and TeamOwners.

### Admin Center URLs

<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">Region</td><td valign="top">Chat App</td><td valign="top">Admin Center</td></tr><tr><td valign="top">Americas</td><td valign="top">https://www.ixhello.com/</td><td valign="top">https://admincenter.ixhello.com/</td></tr><tr><td valign="top">EMEA</td><td valign="top">https://eu.employee.ixhello.com/</td><td valign="top">https://eu.admincenter.employee.ixhello.com/</td></tr></tbody></table>

### Role Capabilities at a Glance

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Capability</td><td valign="top">TeamOwner</td><td valign="top">OrgAdmin</td><td valign="top">SuperAdmin</td></tr><tr><td valign="top">View and manage own team members</td><td valign="top">Yes</td><td valign="top">Yes</td><td valign="top">Yes</td></tr><tr><td valign="top">Add / rename / delete own team</td><td valign="top">Rename only</td><td valign="top">Yes</td><td valign="top">Yes</td></tr><tr><td valign="top">Approve / reject team assistants</td><td valign="top">Yes</td><td valign="top">Yes</td><td valign="top">Yes</td></tr><tr><td valign="top">Configure team settings</td><td valign="top">Yes</td><td valign="top">Yes</td><td valign="top">Yes</td></tr><tr><td valign="top">Manage all teams in an organization</td><td valign="top">No</td><td valign="top">Yes</td><td valign="top">Yes</td></tr><tr><td valign="top">Approve token requests</td><td valign="top">Yes</td><td valign="top">Yes</td><td valign="top">Yes</td></tr><tr><td valign="top">Manage Access Control</td><td valign="top">No</td><td valign="top">Org Admins only</td><td valign="top">Yes</td></tr><tr><td valign="top">View and manage all organizations</td><td valign="top">No</td><td valign="top">No</td><td valign="top">Yes</td></tr><tr><td valign="top">Delete teams or organizations</td><td valign="top">No</td><td valign="top">No</td><td valign="top">Yes</td></tr></tbody></table>


---

# 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/admin-center-overview.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.
