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

# Quickstart

> **TL;DR** — Connect data → start a chat → get answers.

1. **Connect your data**\
   Visit the **[Integrations](https://app.hunch.dev/settings/integrations)** page, pick a data source, complete the integration details, and you're all set.
   For detailed info about connecting data, visit the [Data Sources](/pages/data-sources) page.

<img src="https://mintcdn.com/hunch-ac9ddd82/HjVSL8mgxMQv8Txo/public/images/integrations-page.png?fit=max&auto=format&n=HjVSL8mgxMQv8Txo&q=85&s=a6f216f7eb77f8aa35042e7dcde8b859" alt="Integrations page showing available data sources in Hunch" className="w-full rounded-lg shadow-lg my-4" width="3420" height="1964" data-path="public/images/integrations-page.png" />

2. **Start a chat**\
   Open the Hunch platform, and ask your first question in the text box "I've got a hunch that...", or use one of the suggested prompts under "Getting started".

   You can also upload csv files, or tag a data source that you want to query.

<img src="https://mintcdn.com/hunch-ac9ddd82/HjVSL8mgxMQv8Txo/public/images/new-chat-page.png?fit=max&auto=format&n=HjVSL8mgxMQv8Txo&q=85&s=fa0aab35386f2ca1cf7ee496876e6f15" alt="Starting a new chat in Hunch with the text input interface" className="w-full rounded-lg shadow-lg my-4" width="3420" height="1964" data-path="public/images/new-chat-page.png" />

3. **Need transparency? Track the agent's work**\
   Every analysis in Hunch is fully transparent. When the agent is running, you can:

* Click on the "Agent running..." indicator to see the live progress
* Track the full generated code during the analysis
* Export queries to run them directly in your data warehouse / jupyter notebook
* See referenced context files used by the agent during the thought process

The agent will show you exactly what it's doing in real-time, making every step of the analysis process visible and auditable.

<div className="relative w-full" style={{ aspectRatio: '16/9' }}>
  <iframe src="https://www.veed.io/embed/53980433-ec01-4c72-bed1-16a7bfec4d78?watermark=0&color=&sharing=0&title=0&autoplay=1&muted=1" className="absolute inset-0 w-full h-full rounded-lg" frameBorder="0" title="Screen Recording - Aug 18, 2025" webkitAllowFullScreen mozAllowFullScreen allowFullScreen />
</div>
