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

# Quick Start

> Get up and running with Dialog in under 5 minutes

Follow these steps to go from sign-up to your first interaction with your agent.

<Steps>
  <Step title="Create your account">
    Head to [app.dialog.tools](https://app.dialog.tools) and sign in with Google, GitHub, LinkedIn, or a magic link sent to your email. No credit card required. See [Creating an Account](/getting-started/creating-account) for details on each option.
  </Step>

  <Step title="Meet your default agent">
    Once you're in the app, you'll see your chat interface with a default **Chief of Staff** agent in the sidebar. It's ready to go with access to 74+ tools and a persistent workspace. Just start talking to it -- the composer placeholder reads *"Ask Chief of Staff anything... Type / to invoke a tool"*.
  </Step>

  <Step title="Try your first interactions">
    Here are a few things to try right away:

    **Save a link**

    ```
    Save this for me: https://example.com/interesting-article
    ```

    Your agent will scrape the page, summarize it, and file it in your workspace for later.

    **Ask a research question**

    ```
    What are the biggest pain points people have with project management tools?
    ```

    Dialog searches across Reddit communities, the web, and other sources, then synthesizes findings into a structured brief with citations.

    **Add a task**

    ```
    Add to my task list: Review competitor pricing pages this week
    ```

    Your agent tracks it in TASKS.md and can remind you later.

    **Request a content draft**

    ```
    Draft a LinkedIn post about why AI agents are becoming a new product surface
    ```

    Your agent creates a draft you can iterate on together.
  </Step>

  <Step title="Explore further">
    From here you can:

    * Ask follow-up questions in the same session to refine results
    * [Create a Reddit feed](/features/reddit-feeds) to monitor specific communities
    * [Set up Telegram delivery](/guides/telegram-delivery) for push notifications
    * [Create additional agents](/core-concepts/agents/creating-agents) with specialized personas
    * Browse your past sessions in the sidebar
  </Step>
</Steps>

## Things to try

<CardGroup cols={2}>
  <Card title="Save & Organize" icon="bookmark">
    "Save this for me: \[paste any URL]" -- Your agent scrapes, enriches, and files it
  </Card>

  <Card title="Competitive Intel" icon="chart-mixed">
    "What are people saying about \[competitor]? What features do they love and hate?"
  </Card>

  <Card title="Content Creation" icon="pen-nib">
    "I have a content idea for LinkedIn: \[your idea]. Can you draft it?"
  </Card>

  <Card title="Deep Research" icon="magnifying-glass">
    "Can you build a comprehensive competitive report on \[company]? Use all available tools."
  </Card>

  <Card title="Task Tracking" icon="list-check">
    "Add to my task list: \[task]. Also, what's currently on my active tasks?"
  </Card>

  <Card title="Multi-Source Search" icon="globe">
    "Can you track down the best tools for \[topic]? Use Reddit and web search."
  </Card>
</CardGroup>

<Tip>
  Your agent gets more useful over time. As you save links, build research, and track tasks, your workspace becomes a searchable knowledge base your agent can reference in future conversations.
</Tip>
