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

# Quickstart

> Get up and running with Adapt in 5 minutes

This guide walks you through setting up Adapt and asking your first questions.

## Create Your Account

<Steps>
  <Step title="Sign up">
    Go to [app.adapt.com](https://app.adapt.com) and sign up with your Google account or email address.
  </Step>

  <Step title="Create or join an organization">
    If you're the first person from your company, create a new organization. Otherwise, request to join an existing one.
  </Step>

  <Step title="Invite your team">
    Add team members by sending email invitations from the organization settings.
  </Step>
</Steps>

## Connect Your First Integration

Adapt becomes more powerful as you connect more data sources. Start with the tools your team uses most.

<Tabs>
  <Tab title="Slack">
    Add Adapt to your Slack workspace:

    1. Go to **Settings > Integrations > Slack**
    2. Click **Add to Slack**
    3. Authorize the Adapt app
    4. Start chatting with @Adapt in any channel

    [Slack Setup Guide →](/integrations/slack)
  </Tab>

  <Tab title="CRM">
    Connect HubSpot or your CRM to analyze customer data:

    1. Go to **Settings > Integrations**
    2. Add your HubSpot access token as `HUBSPOT_ACCESS_TOKEN`
    3. Start querying your pipeline

    [HubSpot Setup Guide →](/integrations/hubspot)
  </Tab>

  <Tab title="Data Warehouse">
    Connect Snowflake or Databricks to query your business data:

    1. Go to **Settings > Integrations**
    2. Add your data warehouse credentials as secrets
    3. See [Snowflake](/integrations/snowflake) or [Databricks](/integrations/databricks) for the required secret names

    [Snowflake Setup Guide →](/integrations/snowflake)
  </Tab>
</Tabs>

## Ask Your First Question

Once you've connected at least one data source, you can start asking questions. Here are some examples to try:

### Revenue & Sales

```
What's our current MRR?
```

```
Which deals are most likely to close this month?
```

```
Show me our top 10 customers by lifetime value
```

### Customer Insights

```
What are the most common support issues this week?
```

```
Summarize feedback from enterprise customers
```

```
How many new contacts did we add this week?
```

### Operations

```
How is the current sprint progressing?
```

```
What PRs need review?
```

```
Summarize what the team discussed in Slack this week
```

## Set Up Your First Automation

Automate recurring questions to get insights delivered automatically:

<Steps>
  <Step title="Ask Adapt to schedule">
    Simply ask: "Every Monday at 9am, send me a summary of last week's commits
    to our repo."
  </Step>

  <Step title="Confirm the schedule">
    Adapt will confirm the schedule and delivery method
  </Step>

  <Step title="Receive updates">
    Get automatic updates via Slack DM or in a new chat
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/getting-started/core-concepts">
    Learn how Adapt's Ask-Understand-Act framework works
  </Card>

  <Card title="Connect More Tools" icon="plug" href="/integrations/overview">
    Add more data sources to unlock deeper insights
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/use-cases/sales">
    See examples for your specific role
  </Card>

  <Card title="Slack App" icon="slack" href="/platform/slack-app">
    Bring Adapt into your team's workflow
  </Card>
</CardGroup>
