> ## 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.                |
| **Scheduled Tasks** | Run agents automatically on recurring schedules (daily digests, reports, monitoring).   |
| **Providers**       | Store API keys & connection details for LLM providers (OpenAI, Anthropic, Azure, etc.). |
| **Models**          | Fine-tune default models, temperature, token limits, and system prompts.                |
| **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`** (requires org admin privileges).

<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`
* **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
