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

# Intelligence Hub

> Combine data from every study into one searchable workspace, ask questions in plain language, and generate reports and presentations from the answers.

The Intelligence Hub is a workspace where you combine data from multiple studies, ask questions in plain language, and generate structured outputs like reports and presentations. Every completed interview can feed into the hub, so your searchable repository of customer knowledge grows with each study you run.

<Info>
  The Intelligence Hub is included on the **Professional** and **Enterprise** plans.
</Info>

***

## What you can do

| Capability               | Description                                                               |
| ------------------------ | ------------------------------------------------------------------------- |
| **Cross-study analysis** | Ask questions that span several studies at once                           |
| **Document upload**      | Add external files alongside your study data                              |
| **Chat**                 | Get cited answers drawn from your entire research library                 |
| **Report generation**    | Create structured written analysis from your sources                      |
| **PowerPoint export**    | Generate presentation-ready slide decks                                   |
| **Sessions**             | Organize work into separate workspaces with their own sources and history |

***

## Getting started

Click **Intelligence Hub** in the left navigation. Work is organized into **sessions** — independent workspaces, each with its own sources, chat history, and generated outputs.

<Steps>
  <Step title="Create a session">
    Click **New Session** and give it a name, such as "Q1 churn deep-dive."
  </Step>

  <Step title="Add sources">
    Use the **Sources** panel to sync completed studies or upload files.
  </Step>

  <Step title="Ask a question">
    Type into the **Chat** panel. The answer is drawn from every source in the session.
  </Step>
</Steps>

### Page layout

| Panel       | Position | Purpose                            |
| ----------- | -------- | ---------------------------------- |
| **Sources** | Left     | Add studies and upload files       |
| **Chat**    | Center   | Ask questions about your data      |
| **Studio**  | Right    | Generate reports and presentations |

***

## Adding sources

Sources are the data behind every answer and every generated output.

### Sync a study

Syncing a study pulls in its interview transcripts and its report.

<Steps>
  <Step title="Select a study">
    In the **Sources** panel, open the study dropdown. It lists completed studies not yet synced to this session.
  </Step>

  <Step title="Sync">
    Confirm the sync. A message shows how many transcripts came across and whether a report was included.
  </Step>
</Steps>

Use **Re-sync** on a source to pull in interviews that have completed since you first added it.

### Upload external files

Click **Add external sources** to upload documents alongside your study data.

| Category              | Formats                                         |
| --------------------- | ----------------------------------------------- |
| Documents             | `.pdf`, `.doc`, `.docx`, `.txt`, `.md`, `.html` |
| Spreadsheets and data | `.csv`, `.xlsx`, `.xls`, `.json`                |
| Presentations         | `.pptx`                                         |

Files are indexed automatically; the status changes from **Uploading** to **Completed** when a file is ready to query. Deleting a source removes it from the session permanently.

<Tip>
  Upload competitor research, survey exports, or internal strategy documents to get answers that combine your interview data with the wider context.
</Tip>

***

## Asking questions

Type a question into the **Chat** panel. Answers are drawn from every source in the current session and stream in as they're written, with full formatting — tables, lists, and headings.

**Questions that work well:**

* **Patterns** — "What are the most common complaints across all onboarding interviews?"
* **Comparisons** — "How does satisfaction differ between new and returning customers?"
* **Specific topics** — "What did participants say about pricing?"
* **Cross-study** — "Compare what churned customers said with what current customers said."
* **Documents** — "Summarize the key findings from the PDF I uploaded."

Chat history saves automatically and persists between visits.

### Citations

Answers carry numbered references back to the source material. Click a citation to see the transcript or document it came from, so you can check any claim against what the participant actually said.

<Note>
  Answers can occasionally be inaccurate. For decisions that matter, follow the citations back to the source.
</Note>

***

## Generating outputs in Studio

The **Studio** panel turns your sources into deliverables. Both output types run in the background — you can keep chatting while they build.

### Reports

<Steps>
  <Step title="Click Reports">
    In the Studio panel, click **Reports**, then **Generate Report**.
  </Step>

  <Step title="Add a prompt">
    Describe what the report should focus on — for example, "Analyze satisfaction trends across all onboarding interviews and highlight the top three pain points, with supporting quotes."
  </Step>

  <Step title="Generate">
    Optionally name the report, then click **Generate**. Click the report name when it's ready to open it with its formatted content, associated interviews, and source references.
  </Step>
</Steps>

### PowerPoint presentations

<Steps>
  <Step title="Click PowerPoint">
    In the Studio panel, click **PowerPoint**, then **Generate PowerPoint**.
  </Step>

  <Step title="Add a prompt">
    Describe the focus — for example, "Cover the top three issues participants raised, one slide each, written for an executive audience."
  </Step>

  <Step title="Generate">
    Click **Generate**. View or download the deck once it completes.
  </Step>
</Steps>

### Managing outputs

Everything you generate appears in the Studio panel with its name, type, and creation date.

| Action          | Description                              |
| --------------- | ---------------------------------------- |
| **View**        | Open the full output                     |
| **View prompt** | See the exact prompt used to generate it |
| **Rename**      | Change the output name                   |
| **Delete**      | Permanently remove the output            |

***

## Managing sessions

Sessions keep separate projects from bleeding into each other.

| Action     | How                                         |
| ---------- | ------------------------------------------- |
| **Create** | Click **New Session** and enter a name      |
| **Switch** | Select a session from the session list      |
| **Rename** | Click the session name to edit it           |
| **Delete** | Open the session menu and select **Delete** |

Each session has its own sources, chat history, and generated outputs.

***

## Example workflow

1. **Create a session** — "Q4 customer insights."
2. **Sync studies** — add the three studies you ran last quarter.
3. **Upload supplementary data** — a competitor analysis PDF, a survey export.
4. **Ask questions** — "What are the top three reasons customers leave?"
5. **Generate a report** — "Synthesize findings across all three studies, focusing on what we should change first."
6. **Generate a presentation** — a stakeholder-ready deck from the same sources.

***

## Tips

<CardGroup cols={2}>
  <Card title="Start narrow">
    Specific questions beat broad ones. "What did users say about the checkout flow?" outperforms "Tell me about the user experience."
  </Card>

  <Card title="Combine studies">
    The hub earns its keep when several studies are in one session and it can compare across them.
  </Card>

  <Card title="Write the prompt for the audience">
    A report for your product team should ask for different things than one for your board. Say which in the prompt.
  </Card>

  <Card title="Build over time">
    Each study you sync makes every future question richer.
  </Card>
</CardGroup>

***

## Next steps

<CardGroup cols={2}>
  <Card title="Reports" icon="chart-bar" href="/results/reports">
    Per-study report generation
  </Card>

  <Card title="Create a study" icon="plus" href="/creating-a-study/overview">
    Run more studies to feed the hub
  </Card>
</CardGroup>
