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

# Chat with Your First Agent

> Open the Agents tab and get a real deliverable — a document you can download — in a few minutes.

## This is where work gets done

**Agents** are the main way to use AI Suite. You describe what you want in plain English; the **Core Agent** plans the steps, uses tools when needed, and can hand you a finished **document, spreadsheet, or PDF** — not only a chat reply.

Let's do one task together.

## Step by step

<Steps>
  <Step title="Open Agents">
    Click **Agents** in the menu on the left. You'll see your sessions on the left, the chat in the middle, and space for a file preview on the right.

    <Frame caption="The Agents tab — where you chat with the Core Agent and collect files it creates.">
      <img src="https://mintcdn.com/sundaypyjamas/s9bw5Uhxs58-xnp0/images/user-guide/agents-tab-overview.png?fit=max&auto=format&n=s9bw5Uhxs58-xnp0&q=85&s=221b61bfea17493cb25559c5bd52774f" alt="The Agents tab showing sessions, chat, and the Core Agent" width="1440" height="900" data-path="images/user-guide/agents-tab-overview.png" />
    </Frame>
  </Step>

  <Step title="Start a new chat">
    Click **+** (new tab or new chat) so you have a clean session for this task.
  </Step>

  <Step title="Ask for a deliverable">
    Type something concrete. Try copying this:

    > *Write a friendly one-page project brief for a coffee shop loyalty program. Include Goal, Audience, Key Message, and Next Steps. Give me a document I can download.*

    <Tip>
      Name the **outcome** (a downloadable document) and the **sections** you want. Clear outcomes get better results. More tips in [Writing good prompts](/user-guide/writing-prompts).
    </Tip>
  </Step>

  <Step title="Watch it work">
    The Agent may show steps as it goes — drafting, formatting, creating a file. That is normal.

    <Frame caption="The Agent working through steps on your task.">
      <img src="https://mintcdn.com/sundaypyjamas/s9bw5Uhxs58-xnp0/images/user-guide/agents-run-steps.png?fit=max&auto=format&n=s9bw5Uhxs58-xnp0&q=85&s=dbc4b512f564003aa5ade48b0071494e" alt="An agent run showing steps it performed" width="1440" height="900" data-path="images/user-guide/agents-run-steps.png" />
    </Frame>
  </Step>

  <Step title="Open and download the file">
    When a file is ready, it appears in the **preview panel** on the right. Read it, then use **copy** or **download**.

    <Frame caption="A file the Agent created, open in the preview panel.">
      <img src="https://mintcdn.com/sundaypyjamas/s9bw5Uhxs58-xnp0/images/user-guide/agents-capabilities-artifact.png?fit=max&auto=format&n=s9bw5Uhxs58-xnp0&q=85&s=20e98beda20704c5acabf1beaeac1c98" alt="A generated file in the preview panel next to the chat" width="1440" height="900" data-path="images/user-guide/agents-capabilities-artifact.png" />
    </Frame>
  </Step>

  <Step title="Ask for changes">
    Stay in the same session and refine:

    > *Make the Key Message shorter and add a simple timeline for the next two weeks.*

    The Agent remembers the brief and updates the file.
  </Step>
</Steps>

## Try these starter tasks

<CardGroup cols={2}>
  <Card title="Document" icon="file-lines">
    *"Summarize these notes into a one-page status update I can download: \[paste notes]"*
  </Card>

  <Card title="Spreadsheet" icon="table">
    *"Turn this list into a spreadsheet with columns Name, Owner, and Due date: \[paste list]"*
  </Card>

  <Card title="PDF" icon="file-pdf">
    *"Create a short PDF handout of our return policy in plain language: \[paste policy]"*
  </Card>

  <Card title="Plan" icon="list-check">
    *"Draft a 5-step launch checklist as a document I can share with the team."*
  </Card>
</CardGroup>

## Common questions

<AccordionGroup>
  <Accordion title="Did I break anything?">
    No. You can't break the platform by chatting with an Agent. If the result isn't right, ask again in clearer words.
  </Accordion>

  <Accordion title="When should I use plain Chat instead?">
    Use [plain Chat](/user-guide/first-chat) for quick Q\&A with no file or tools needed. For real deliverables, stay in **Agents**.
  </Accordion>

  <Accordion title="Where do I learn docs, sheets, and PDFs in detail?">
    See [Create docs, sheets & PDFs](/user-guide/agents/create-files).
  </Accordion>
</AccordionGroup>

## Next step

<Card title="Meet the Agent" icon="robot" href="/user-guide/agents/what-are-agents">
  Understand what the Core Agent can do — and why it's the center of AI Suite.
</Card>
