> ## 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.

# Quickstart

> Create your first agent in 5 minutes.

## Step 1. Create an account

Go to [ascn.ai](https://ascn.ai) and click **Try free**. Sign-up takes less than a minute.

## Step 2. Create your first agent

On the home page, click **+ Create new** in the top right corner.

<img src="https://mintcdn.com/ascn-b377dab5/gJOzWPSTEzSbhz3B/images/en/03-create-agent.png?fit=max&auto=format&n=gJOzWPSTEzSbhz3B&q=85&s=2df2d8bd1b8a540f929023a8112119df" alt="Agent picker and the «+ Create new» button" width="1667" height="600" data-path="images/en/03-create-agent.png" />

## Step 3. Describe the task

Tell the agent in chat what it should do. The more specific — the better.

```text theme={null}
Watch deadlines in my Google Calendar. One day before a deadline
remind me about the task and ask if I need help preparing.
```

```text theme={null}
Every morning at 9:00 send me a summary of unread Gmail messages
with a short description of each.
```

<Tip>
  Start with a task you already do manually every day. That's the fastest way to feel the difference.
</Tip>

## Step 4. Connect the services you need

The agent will offer to connect the needed services right after your first message — just follow the prompts in chat.

If you want to connect something yourself — open **Brain**, pick **Integrations** and find the service.

<img src="https://mintcdn.com/ascn-b377dab5/gJOzWPSTEzSbhz3B/images/en/04-integrations-page.png?fit=max&auto=format&n=gJOzWPSTEzSbhz3B&q=85&s=313c037a37218a1b00299757c5e2bb9f" alt="Brain → Integrations → Apps" width="2458" height="1552" data-path="images/en/04-integrations-page.png" />

## Step 5. Done

The agent is already working. Chat in ASCN or connect [Telegram](/en/channels/telegram) — and talk from wherever is convenient.

***

## What's next

<CardGroup cols={2}>
  <Card title="How the agent works" icon="sitemap" href="/en/architecture/overview">
    Understand the architecture: Brain, Tasks, Channels.
  </Card>

  <Card title="Integrations" icon="plug" href="/en/brain/connectors">
    Connect Gmail, Calendar, Drive, Slack, GitHub.
  </Card>

  <Card title="Scheduled tasks" icon="clock" href="/en/tasks/scheduled">
    Set up automatic morning summaries and reminders.
  </Card>

  <Card title="A ready-made example" icon="star" href="/en/guides/email-calendar-agent">
    Step-by-step build of an email and calendar agent.
  </Card>
</CardGroup>
