> ## Documentation Index
> Fetch the complete documentation index at: https://explore-assistant.datadriven.works/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

> Set up the Looker Explore Assistant

<iframe width="560" height="315" src="https://www.youtube.com/embed/-soQPnc9G1U?si=Tro1A5VITXH7PTkO" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

# BigQuery examples

If you're loading the examples from BigQuery, then the user needs to be able to fetch them through the API. They will need access to a model that has the connection setup, or if they are an admin they can use the connection directly.

## Dummy Model

If the Explore Assistant user isn't an admin, they need explicit permission to fetch the examples. As an admin, you can access all connections direclty.

<img src="https://mintcdn.com/datadriven-993235e7/XCV2bF0o9Rec576M/docs/explore-assistant/looker/connection.png?fit=max&auto=format&n=XCV2bF0o9Rec576M&q=85&s=05c44c25df87508464f53b19cc736538" alt="Connection" width="1204" height="856" data-path="docs/explore-assistant/looker/connection.png" />

```lookml theme={null}

connection: "bigquery_explore_assistant_multi_turn"

```

## Minimum Permissions

To use the Looker Explore Assistant, you need the following permissions:

* access\_dataset
  * looks
    * explore
    * see\_lookml
      * develop
      * use\_sql\_runner

<img src="https://mintcdn.com/datadriven-993235e7/XCV2bF0o9Rec576M/docs/explore-assistant/looker/permissions.png?fit=max&auto=format&n=XCV2bF0o9Rec576M&q=85&s=e7d51cd849f6e6763f1c20c466d413b1" alt="Permissions" width="1522" height="1720" data-path="docs/explore-assistant/looker/permissions.png" />
