# Administration

Use the **Administration** module of the Emporix Management Dashboard to manage users, user groups, roles, and permissions of your tenant's users. Also, manage webhooks to integrate with external systems. This is also the place to set up connection to an extension module to work within Emporix Management Dashboard.

The Administration module is made up of the following sections:

* [Users and Groups](/ce/management-dashboard/administration/usersandgroups.md) - Manage users and user groups.
* [Scopes](/ce/management-dashboard/administration/scopes.md) - View platform, tenant, and entity-generated scopes; align user and API authorization.
* [Access Controls](/ce/management-dashboard/administration/access-controls.md) - Build tenant access controls from lists of scopes and assign them to groups.
* [Webhooks](/ce/management-dashboard/administration/webhooks.md) - Manage webhooks in the system.
* [Extensions](/ce/management-dashboard/administration/extensions.md) - Manage any extensions you have integrated with the Emporix system.
* [Hosting](/ce/management-dashboard/administration/hosting.md) - Host a custom extension or a cloud function within Emporix infrastructure.
* [Modules](/ce/management-dashboard/administration/modules.md) - Orchestrate the navigation menu to suit your needs.
* [Perspectives](/ce/management-dashboard/administration/perspectives.md) - Manage perspectives available in the tenant.
* [Statistics](/ce/management-dashboard/administration/consumption-statistics.md) - Monitor your tenant usage.


---

# 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://developer.emporix.io/ce/management-dashboard/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.
