> ## Documentation Index
> Fetch the complete documentation index at: https://docs.asteragents.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Control Hub Overview

> Central workspace to manage agents, providers, models, integrations, and settings.

The **Control Hub** is your organization's command center for everything Aster Agents. From here you can:

| Tab                 | What you manage                                                                                         |
| ------------------- | ------------------------------------------------------------------------------------------------------- |
| **Agents**          | Create, configure, and monitor your AI agents.                                                          |
| **Knowledge Bases** | Upload and organize documents for AI-powered search and data extraction.                                |
| **Skills**          | Package reusable instructions and files agents load on demand.                                          |
| **Scheduled Tasks** | Run agents automatically on recurring schedules (daily digests, reports, monitoring).                   |
| **Providers**       | Store API keys & connection details for LLM providers (OpenAI, Anthropic, Azure, xAI, Fireworks, etc.). |
| **Models**          | Manage model instances — most notably Azure deployments — once a provider is connected.                 |
| **Integrations**    | Connect external data sources (Postgres, Snowflake, Pinecone, Salesforce, HubSpot…).                    |
| **Settings**        | Org-wide preferences, API keys, billing, and advanced settings.                                         |

Navigate to the hub at **`https://www.asteragents.com/control-hub`**. Access requires either
the org admin role or the `org:control_hub:read` permission — see
[Roles & Permissions](/settings/roles-permissions). Users without it are redirected to chat.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/asteragents/images/product/control-hub.png" alt="Control Hub main screen" />
</Frame>

## Quick links

* **Agents:** `/control-hub`
* **Knowledge Bases:** `/control-hub/knowledge-bases`
* **Skills:** `/control-hub/skills`
* **Scheduled Tasks:** `/control-hub/scheduled-tasks`
* **Providers:** `/control-hub/providers`
* **Models:** `/control-hub/models`
* **Integrations:** `/control-hub/integrations`
* **Settings:** `/control-hub/settings`

## Advanced settings

Some experimental or private-beta features live under the Advanced Settings page (`/control-hub/advanced-settings`). These are hidden from the main nav—bookmark as needed.

## See also

* [Quickstart](/quickstart) – Spin up your first agent
* [Scheduled Tasks](/features/scheduled-tasks) – Automate agents on a recurring schedule
* [Integrations](/integrations/providers) – Detailed guides for each external system
