> For the complete documentation index, see [llms.txt](https://docs.nexos.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexos.ai/workspace/integrations/looker.md).

# Looker

### Overview

The Looker integration connects nexos.ai with your Looker environment so you can reference BI content and reporting context directly in your workspace. It helps you answer questions faster by pulling in the same analytics source your team uses for dashboards and insights.

### Setting up the integration (organization admin)

1. Open **Settings**.
2. Go to **Organization** → **Integrations**.
3. Find **Looker** in the list.
4. In **Configuration**, fill in the required fields:
   * **Base URL**
   * **Client ID**
   * **Client Secret**

<figure><img src="/files/P2k78Ns6cRDkCXatxCOK" alt="" width="563"><figcaption></figcaption></figure>

5. Select **Enable** to save the configuration and **activate** the integration.

<figure><img src="/files/oLIZx9eE24KNrckBUby8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After it’s enabled here, team members can connect their own accounts (depending on your organization’s Looker access rules).
{% endhint %}

### Connecting your account (individual user) from **My Integrations**

1. Open **Settings** (select your email/profile at the bottom of the left sidebar, then **Settings**).
2. Select **My Integrations**.
3. Find **Looker** and select **Connect**.
4. You will be redirected to Looker (or your SSO provider). Sign in if prompted.
5. Review the access request screen and approve access.
6. Return to nexos.ai. Looker should now show as connected in **My Integrations**.

### Use Looker in Chat (turn it on for a conversation)

1. Open **Chat** (or an Agent chat).
2. Select the **Tools** icon.
3. Turn **Looker** **on** to use it in that conversation.

### Use Looker in Agents (turn it on for an agent)

1. Open **Agents** and select the agent you want to update.
2. Select the **Studio** icon (top-right), then open **Settings**.
3. Scroll to **Integrations** and turn **Looker** **on**.
4. **Save** your changes, then test the agent (for example, “Summarize the key metrics from the sales dashboard” or “Find the dashboard for churn and pull the latest trend”).

{% hint style="info" %}
**Alternative (quick method)**\
You can also tell the agent in plain language to add the Looker integration (for example, “Add the Looker integration for this agent”), and it will enable Looker for itself automatically so you can continue without leaving the conversation.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexos.ai/workspace/integrations/looker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
