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

# Welcome to CREAO

> An AI super agent that executes complex tasks end-to-end and turns successful sessions into reusable agents your whole team can run.

## What is CREAO?

CREAO is a super agent that executes complex tasks end-to-end — searching the web, writing code, generating files, calling integrations, and delivering real results. When a session works well, save it as a reusable **agent** so your team never re-prompts the same task twice.

<Card title="Quickstart: send your first message in under 10 minutes" icon="rocket" href="/getting-started/quickstart" />

## Core concepts

<CardGroup cols={2}>
  <Card title="Chat" icon="message" href="/features/chat">
    Describe what you need in natural language. The super agent streams responses in real time with full context awareness.
  </Card>

  <Card title="Agents" icon="blocks" href="/features/agents">
    Turn a successful chat session into a reusable agent with structured form inputs, version control, and team sharing.
  </Card>

  <Card title="Workspaces" icon="folder" href="/features/workspaces">
    Organize agents, files, and conversations into project folders for focused collaboration.
  </Card>

  <Card title="Files" icon="file-code" href="/features/files">
    Browse, organize, and download uploaded and agent-generated files from your personal drive.
  </Card>
</CardGroup>

### Agent Brain

The Agent Brain section houses your agent's knowledge and capabilities.

<CardGroup cols={2}>
  <Card title="Memory" icon="brain" href="/features/memory">
    Persistent facts, preferences, and decisions the agent remembers across all conversations.
  </Card>

  <Card title="Skills and Connectors" icon="bolt" href="/features/skills-and-connectors">
    Built-in capabilities and 20+ connectors for Gmail, Slack, Google Sheets, Notion, and more.
  </Card>

  <Card title="Secrets" icon="key" href="/features/secrets">
    Securely store API keys and tokens the agent can use during conversations.
  </Card>

  <Card title="Browser Use" icon="globe" href="/features/browser-use">
    Automate web tasks with stealth browsers, persistent login, and CAPTCHA solving.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Describe what you need">
    Open a workspace and tell the super agent what you want to accomplish. Upload files, @ mention skills, or just type in plain language.
  </Step>

  <Step title="The super agent executes the task">
    It uses built-in skills and connected integrations to search the web, generate files, create interactive HTML apps, analyze data, and deliver results — all streamed in real time.
  </Step>

  <Step title="Preview and interact with artifacts">
    Generated HTML, SVG, and PDF files open in an interactive preview panel. Click buttons, fill forms, and test the output before downloading.
  </Step>

  <Step title="Save as a reusable agent">
    When a session produces great results, save it as an agent. The super agent extracts the workflow into a reusable skill with structured inputs and outputs.
  </Step>

  <Step title="Run, iterate, and share">
    Your team runs the agent repeatedly with different inputs. Follow up to refine it. Version control keeps every iteration safe.
  </Step>
</Steps>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Send your first message and see the super agent in action.
  </Card>

  <Card title="Chat interface" icon="message" href="/features/chat">
    Learn how to use the chat, upload files, and control the super agent.
  </Card>

  <Card title="Create an agent" icon="wand-magic-sparkles" href="/features/agents">
    Turn a successful session into a reusable workflow.
  </Card>

  <Card title="Agent Brain" icon="brain" href="/features/memory">
    Memory, skills, connectors, secrets, and browser automation.
  </Card>
</CardGroup>
