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

# Brain: overview

> The central place where you tell the agent who it is, what it can do and what it's connected to.

**Brain** is the control center of your agent. Here you set what it's connected to, how it behaves, and what it knows about you and your work.

<img src="https://mintcdn.com/ascn-b377dab5/gJOzWPSTEzSbhz3B/images/en/06-brain-menu.png?fit=max&auto=format&n=gJOzWPSTEzSbhz3B&q=85&s=cd5754d240b4b2f6477847ea4772dff6" alt="Brain section expanded in the side menu: Integrations, Skills, Knowledge, Memory" width="578" height="874" data-path="images/en/06-brain-menu.png" />

## What's inside the Brain

<CardGroup cols={2}>
  <Card title="Integrations" icon="plug" href="/en/brain/connectors">
    External services the agent is connected to: Gmail, Google Calendar, Slack, GitHub. The agent reads data from them and performs actions — replies to emails, creates events, posts to a channel.
  </Card>

  <Card title="Skills" icon="bolt" href="/en/brain/skills">
    Ready-made behaviour patterns for repeated tasks. Like «summarize each meeting» or «reply to inbound support emails using a template». Install from the library or create your own in chat.
  </Card>

  <Card title="Knowledge" icon="book" href="/en/brain/knowledge">
    Everything the agent knows about you and your work: your name, company, preferred tone of voice, and reference documents.
  </Card>

  <Card title="Memory" icon="brain" href="/en/brain/memory">
    What the agent remembered from conversations. Like «Alex prefers short summaries». Saved between sessions automatically.
  </Card>
</CardGroup>

## Recommended setup order

1. **Integrations** — connect the services you need
2. **Knowledge** — tell the agent who it is and who you are
3. **Skills** — add if you need specific logic
4. **Memory** — works automatically, no setup needed
