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

# Control Plane

> The main web interface for interacting with and managing your AgentOS instances

The AgentOS Control Plane is your primary web interface for accessing and managing all AgentOS features. This intuitive dashboard serves as the central hub where you interact with your agents, manage knowledge bases, track sessions, monitor performance, and control user access.

<Frame>
  <img src="https://mintcdn.com/spacesail/RJIKR9cyRQ9ogs0w/images/agentos-full-screenshot.png?fit=max&auto=format&n=RJIKR9cyRQ9ogs0w&q=85&s=540415d5c2e1c81412e17a3215206e46" alt="AgentOS Control Plane Dashboard" style={{ borderRadius: "0.5rem" }} width="3477" height="2005" data-path="images/agentos-full-screenshot.png" />
</Frame>

## OS Management

Connect and inspect your OS runtimes from a single interface. Switch between local development and live production instances, monitor connection health, and configure endpoints for your different environments.

<Frame>
  <video autoPlay muted loop playsInline style={{ borderRadius: "0.5rem", width: "100%", height: "auto" }}>
    <source src="https://mintcdn.com/spacesail/j6oZ21rFI_VtZleU/videos/agentos-select-os.mp4?fit=max&auto=format&n=j6oZ21rFI_VtZleU&q=85&s=c0736d57e1c4f7c46f60ef01a2c93f08" type="video/mp4" data-path="videos/agentos-select-os.mp4" />
  </video>
</Frame>

## User Management

Manage your organization members and their access to AgentOS features. Configure your organization name, invite team members, and control permissions from a centralized interface.

### Inviting Members

Add new team members to your organization by entering their email addresses. You can invite multiple users at once by separating emails with commas or pressing Enter/Tab between addresses.

### Member Roles

Control what each member can access:

* **Owner**: Full administrative access including billing and member management
* **Member**: Access to AgentOS features and collaboration capabilities

<Frame>
  <video autoPlay muted loop playsInline style={{ borderRadius: "0.5rem", width: "100%", height: "auto" }}>
    <source src="https://mintcdn.com/spacesail/j6oZ21rFI_VtZleU/videos/agentos-invite-member.mp4?fit=max&auto=format&n=j6oZ21rFI_VtZleU&q=85&s=606f6e7e64f6213dcfc4294d77c52f4f" type="video/mp4" data-path="videos/agentos-invite-member.mp4" />
  </video>
</Frame>

## General Settings

Configure your account preferences and organization settings. Access your profile information, manage billing and subscription details, and adjust organization-wide preferences from a centralized settings interface.

## Feature Access

The control plane provides direct access to all main AgentOS capabilities through an intuitive interface:

<Note>
  **Getting Started Tip**: The control plane is your gateway to all AgentOS
  features. Start by connecting your OS instance, then explore each feature
  section to familiarize yourself with the interface.
</Note>

<CardGroup cols={2}>
  <Card title="Chat Interface" icon="comment" href="/agent-os/features/chat-interface">
    Start conversations with your agents and access multi-agent interactions
  </Card>

  <Card title="Knowledge Management" icon="book" href="/concepts/knowledge/overview">
    Upload and organize documents with search and browsing capabilities
  </Card>

  <Card title="Memory System" icon="brain" href="/concepts/memory/overview">
    Browse stored memories and search through conversation history
  </Card>

  <Card title="Session Tracking" icon="clock" href="/concepts/agents/sessions">
    Track and analyze agent interactions and performance
  </Card>

  <Card title="Evaluation & Testing" icon="chart-bar" href="/concepts/evals/overview">
    Test and evaluate agent performance with comprehensive metrics
  </Card>

  <Card title="Metrics & Monitoring" icon="chart-line" href="/concepts/agents/metrics">
    Monitor system performance and usage analytics
  </Card>
</CardGroup>

## Next Steps

Ready to get started with the AgentOS control plane? Here's what you need to do:

<CardGroup cols={2}>
  <Card title="Create Your First OS" icon="plus" href="/agent-os/creating-your-first-os">
    Set up a new AgentOS instance from scratch using our templates
  </Card>

  <Card title="Connect Your AgentOS" icon="link" href="/agent-os/connecting-your-os">
    Learn how to connect your local development environment to the platform
  </Card>
</CardGroup>
