# Rudder Lookout Quickstart


{{< customreadfile "/includes/lookout/beta-callout.md" >}}

## 1. Sign in with RudderStack

On the Lookout login page, choose **Sign in with RudderStack**.

Lookout shows the RudderStack workspaces you already belong to. You choose one to link, and Lookout creates a separate workspace of its own — with its own members, settings, and data. There is no access token to create or paste.

{{< info >}}
**Creating a workspace is only possible when you sign in with RudderStack.** 

Google and email sign-in get you into a workspace a teammate has [invited you to]({{< ref "lookout/workspaces/inviting-teammates.md" >}}), but they can't create one — there are no RudderStack workspaces for Lookout to link.

If you don't have a RudderStack account, [sign up for RudderStack](https://app.rudderstack.com/signup) first.
{{< /info >}}

## 2. Pick the RudderStack workspace to link

Lookout shows the RudderStack workspaces you belong to. Choose one and give the new Lookout workspace a short, URL-friendly name — its slug.

{{< success >}}
If a teammate has already linked a Lookout workspace to that RudderStack workspace, you are offered it to join instead, so your team's audiences and dashboards stay in one place.
{{< /success >}}

{{< image src="images/lookout/lookout-workspaces.webp" alt="Select Lookout workspace to link" >}}

## 3. Connect a warehouse

Your warehouse is where the customer data lives, so Lookout needs it before it can answer questions or build audiences.

Go to **Settings** > **Connections** > **Warehouses**, add an account, and choose your warehouse type — PostgreSQL, Snowflake, Redshift, BigQuery, Databricks, or ClickHouse.

{{< image src="images/lookout/connect-warehouse.webp" alt="Connect a warehouse to Lookout" >}}

{{< success >}}
Lookout connects to your warehouse with its own service account, separate from the credentials your RudderStack workspace uses. This lets you control exactly what Lookout can access without affecting your existing pipelines.
{{< /success >}}

For most warehouse types, Lookout generates a setup script that creates the service account and grants it read-only access. Copy the script and run it in your warehouse (or share it with your database admin) before testing the connection.

{{< info >}}
Warehouse access is **read-only** — Lookout queries your data but never writes to or alters it.

See [Warehouses]({{< ref "lookout/integrations/warehouses.md" >}}) for more details.
{{< /info >}}

## 4. Build your first audience

1. Open a chat and describe the people you want to reach:

> Customers in the US who bought more than twice in the last 90 days. 

2. The agent finds the tables that hold them, drafts the audience, and gives you a card linking to it. Click **Go to audience** to see the rules it wrote.

{{< image src="images/lookout/lookout-go-to-audience.webp" alt="Go to Audience option" >}}

3. Expand any rule to see the data behind it, update the audience definition as required, and recalculate the audience size to find out how many people match.

{{< image src="images/lookout/audience-definition.webp" alt="Define audience conditions" >}}

4. Click **Save** once the number looks right.

See [Build an Audience with the Agent]({{< ref "lookout/audiences/build-an-audience.md" >}}) for more details.

## 5. Activate it

1. After defining the audience conditions, click **Activate**.

{{< image src="images/lookout/audience-activate.webp" alt="Activate audience" >}}

2. Choose the destination and account to send to, pick the audience on the destination side, map the identifier it matches people on, and choose how often to refresh. See [Sync Audiences]({{< ref "audiences/syncs/" >}}) for more details.

{{< image src="images/lookout/activation-destinations.webp" alt="Choose destinations to activate the audience on" >}}

From there the audience stays in sync, and **Activations** in the sidebar shows you every run. See [Activate an Audience]({{< ref "lookout/audiences/activate-an-audience.md" >}}) for more details.

{{< image src="images/lookout/activations-sidebar.webp" alt="Activations sidebar in Lookout" >}}

## Ask questions along the way

The same chat answers questions about your data, not just audience requests:

> How many signups did we get last week, by source?

The agent inspects your tables, writes read-only SQL, runs it, and renders a chart or table you can keep — or save as a [dashboard]({{< ref "lookout/working-with-lookout/dashboards.md" >}}) that re-runs on every load.

## Next steps

- [Connect Your Tools]({{< ref "lookout/get-started/connect-your-tools.md" >}}), including GitHub and Slack
- Learn what else you can do in [Working with Lookout]({{< ref "lookout/working-with-lookout/_index.md" >}})
- [Invite Teammates]({{< ref "lookout/workspaces/inviting-teammates.md" >}}) to your workspace

<br />
