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

# Quickstart

> Delegate your first task and get a finished artifact back

## What You Need

* A [Doe account](https://dashboard.doe.so/signup)

<Info>
  **Already have an account?** Skip to [Step 1](#step-1-open-your-workspace).
</Info>

***

## Step 1: Open Your Workspace

Go to [doe.so](https://doe.so) or [dashboard.doe.so](https://dashboard.doe.so) and sign in. If teammates on your email domain already use Doe, you can request to join their workspace; otherwise create a new one.

A short setup flow asks about your role and tools, helps you make your first connections, and seeds starter prompts. The home screen keeps a **Get started with Doe** checklist until you have covered the basics.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/doe-478f304b/-G9s4bwOqGDid5hO/images/workspace.png?fit=max&auto=format&n=-G9s4bwOqGDid5hO&q=85&s=2625637332bb4248cb00efcf872ea677" alt="Doe workspace" width="1505" height="996" data-path="images/workspace.png" />

***

## Step 2: Connect Your First Work Surface

Go to **Settings** -> **Connections** and connect a service Doe should use, such as Gmail, Slack, HubSpot, Google Drive, Google Sheets, or a database.

<video autoPlay loop muted playsInline style={{ borderRadius: '0.5rem', width: '100%' }}>
  <source src="https://mintcdn.com/doe-478f304b/1peedtUCUwB3PMRX/videos/tools.mp4?fit=max&auto=format&n=1peedtUCUwB3PMRX&q=85&s=db22561661056e29705d3338578e9953" type="video/mp4" data-path="videos/tools.mp4" />
</video>

***

## Step 3: Add Context

Upload a file in chat or add reusable files to the Library. Doe supports documents, spreadsheets, CSVs, JSON, text, Markdown, images, and ZIP uploads of supported files.

Use `@` to mention a file, folder, Google file, previous session, or connected integration.

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/doe-478f304b/-G9s4bwOqGDid5hO/images/taggingtype.gif?s=747824f679ec7e22f787925c29758612" alt="Mentioning context in Doe" width="2048" height="1080" data-path="images/taggingtype.gif" />

***

## Step 4: Delegate Your First Task

Start with a concrete outcome. Include the source, output format, constraints, and approval rules.

```text theme={null}
Search @Gmail and @HubSpot for Acme updates from the last 14 days.
Summarize what changed, list open risks, and draft a follow-up email.
Do not send until I approve.
```

Doe decides whether your request needs a quick answer or deeper agent work. For larger outcomes, name the sources, output, constraints, and approval rules.

## Step 5: Review, Share, or Turn It Into a Loop

Open the preview pane with `Cmd + I` or `Ctrl + I`. You can inspect agent activity, files, spreadsheets, sources, generated charts, and Loop configuration without leaving the chat.

From there, you can download a generated file, save it to the Library, share a response or conversation, or turn recurring work into a Loop.

## What's Next

<CardGroup cols={2}>
  <Card title="Task Playbooks" href="/tasks/overview">
    Choose the first real task to delegate
  </Card>

  <Card title="Agents" href="/concepts/agents">
    Learn how delegation, subagents, and activity tracking work
  </Card>

  <Card title="Working with Files" href="/essentials/files">
    Upload, search, analyze, and fill documents
  </Card>

  <Card title="Sharing and Collaboration" href="/essentials/sharing">
    Share conversations, files, folders, and specific responses
  </Card>

  <Card title="Spreadsheets" href="/essentials/spreadsheets">
    Create, edit, style, validate, and sync spreadsheets
  </Card>

  <Card title="Integrations" href="/essentials/integrations">
    Connect apps where Doe can search and act
  </Card>

  <Card title="Loops" href="/essentials/loops">
    Schedule recurring agent work
  </Card>
</CardGroup>

***

**Need help?** [support@doe.so](mailto:support@doe.so)
