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

# Quickstart

> Sign up, connect data, and run your first flow in 5 minutes.

<Steps>
  <Step title="Sign up">
    Go to [app.xuralabs.com](https://app.xuralabs.com) and create an account with your work email. Onboarding will ask you a few questions — your industry, top priorities, and preferences. **View / Act / Both** — pick "Both" if you want to see the data *and* have Xura suggest an action for it.
  </Step>

  <Step title="Add your Xura AI key">
    Xura needs an Anthropic API key to plan and reason. Add yours in **AI Studio → LLM Configuration**. It's stored encrypted per-user and never shared.

    <Tip>
      Don't have one? [console.anthropic.com](https://console.anthropic.com) — free credits to start.
    </Tip>
  </Step>

  <Step title="Connect your data">
    Two ways:

    * **HubSpot** — one-click OAuth in **AI Studio → Integrations → HubSpot**. Xura reads deals, contacts, companies, tickets.
    * **Upload files** — CSV or Excel in **AI Studio → Data Sources**. Xura indexes them and classifies columns automatically.

    You need at least one before flows can run against real data.
  </Step>

  <Step title="Ask a question">
    From the home page composer, type something like:

    > *"Show me deals over \$50K stuck in negotiation for more than 14 days."*

    Hit enter. Xura queries your data and returns a live dashboard block.
  </Step>

  <Step title="Turn it into a Flow">
    Click **Save as Flow** on the completion card. Xura persists the exact steps it just walked as a runnable Flow. Later you can:

    * Run it again with one click
    * Schedule it (weekly deal review, Monday nurture check)
    * Add actions to the end (email the deal owner, create a Jira ticket)
  </Step>
</Steps>

## What just happened

You went from a natural-language question to:

1. A dashboard that reflects your live data.
2. A persisted Flow that can re-run on demand or on a schedule.
3. A task in your inbox for any recommended follow-up.

That's the loop. Everything else in these docs is depth on each of those layers.
