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

# Introduction

> Turntwo Interact is an AI-powered data platform that lets you ask questions about your marketing data and get instant, accurate answers — no SQL required.

<video controls className="w-full rounded-xl" src="https://mintcdn.com/turntwo/HXRmA4zCnFpnWB_b/videos/Interact%20Agent%20Demo%20-%20March%202026%20-%20lowres.mp4?fit=max&auto=format&n=HXRmA4zCnFpnWB_b&q=85&s=02a36d8758978c3d6d1100d58ae3dcdd" autoPlay loop muted data-path="videos/Interact Agent Demo - March 2026 - lowres.mp4" />

## What is Interact?

Interact connects directly to your data warehouse (starting with Google BigQuery) and lets you build **AI agents** that understand your data. You can ask questions in plain language, get results as tables and charts, schedule automated reports, and receive alerts when something looks off.

No SQL knowledge required. No manual exports. Just answers.

## How it works

At its core, Interact works in three steps:

1. **Connect your data** — link your BigQuery project so Interact can query your tables
2. **Build an agent** — configure an AI assistant that knows your data model and business context
3. **Ask questions** — chat with your agent or schedule it to run automatically on a cron schedule

<Card title="Get started in 10 minutes" icon="rocket" href="/quickstart">
  Connect BigQuery, build your first agent, and run your first analysis.
</Card>

## Explore by topic

<CardGroup cols={2}>
  <Card title="Core concepts" icon="lightbulb" href="/concepts/how-it-works">
    Understand how agents, connectors, and jobs fit together.
  </Card>

  <Card title="Connectors" icon="database" href="/org-settings/connectors/overview">
    Connect your data warehouse to give agents access to your data.
  </Card>

  <Card title="Agents" icon="robot" href="/agents/building-agents">
    Build and configure AI agents tailored to your data and reporting needs.
  </Card>

  <Card title="Notifications" icon="bell" href="/org-settings/notifications/setting-up-channels">
    Get alerted via email, Slack, or Teams when jobs complete or something goes wrong.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/quickstart">
    Trigger agent jobs and fetch results programmatically.
  </Card>
</CardGroup>
