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

# Platform Overview

> Navigate Artaios Agents Studio and understand the main interface

When you log into [Artaios Agents Studio](https://amas.artaios.com), you'll see the main dashboard with quick stats about your agents and easy access to all platform features.

<Frame>
  <img src="https://mintcdn.com/arttacsolutions/exBco3_ad4-G0WEa/images/platform_overview.png?fit=max&auto=format&n=exBco3_ad4-G0WEa&q=85&s=ac194e7cda67c031257127b60f525c79" alt="Platform Overview" width="1572" height="752" data-path="images/platform_overview.png" />
</Frame>

## Main Navigation

The sidebar on the left gives you access to all platform features:

### Agent Overview

Your home page showing:

* Total agents count
* Active agents
* Total runs
* Token usage statistics

This is where you'll see all your saved agents and their performance metrics.

### Playground

The heart of the platform where you build and test agents:

* Write YAML configurations
* Test agents in real-time
* Generate configs with AI
* Load templates

**→ [Learn more about the Playground](/documentation/studio/playground)**

### Knowledge Base

Connect data sources and build RAG systems:

* Connect cloud storage (SharePoint, OneDrive, Google Drive)
* Upload files and documents
* Create collections
* Build knowledge bases with retrieval settings

**→ [Learn more about Knowledge Base](/documentation/studio/knowledge-base)**

### Tools

Configure tools your agents can use:

* Browse available tools
* Create custom tools
* Manage tool configurations

**→ [Learn more about Tools](/documentation/studio/tools)**

### Prompts

Access and manage prompt templates:

* Browse prompt library
* Organize by category
* Copy prompts to your YAML

**→ [Learn more about Prompts](/documentation/studio/prompts)**

### Settings

Configure platform access:

* Manage API keys
* Configure OAuth integrations for toolkits

**→ [Learn more about Settings](/documentation/studio/settings)**

### Tracing

Monitor and debug agent execution:

* View detailed execution traces
* Track tool calls and responses
* Debug multi-agent workflows
* Analyze performance metrics

<Note>
  Tracing documentation is coming soon.
</Note>

## Quick Start from Dashboard

<Steps>
  <Step title="Create Your First Agent">
    Click **Playground** in the sidebar to start building
  </Step>

  <Step title="Load a Template">
    Click **Load Config** and select a template to start from
  </Step>

  <Step title="Test It">
    Use the chat interface on the right to test your agent
  </Step>

  <Step title="Save It">
    Click **Save as Agent** to persist your configuration
  </Step>
</Steps>

## What's Next?

<CardGroup cols={2}>
  <Card title="Playground Guide" icon="play" href="/documentation/studio/playground">
    Learn how to build and test agents
  </Card>

  <Card title="My Agents" icon="robot" href="/documentation/studio/my-agents">
    Manage your saved agents and versions
  </Card>
</CardGroup>
