# Looker

{% hint style="info" %}
**Required role to configure:** [Admin](/external-docs/fundamentals/settings/user-roles.md) or higher.

Users with lower roles can view this feature but cannot change its configuration.
{% endhint %}

In order to connect Seemore with Looker you would need to provide The following details:

* URL
* Client ID
* Client Secret

**How to retrieve Looker URL:**\
When you login into the Looker instance please copy the URL from the browser. it should look something like this:

https\://\<your-domain>.cloud.looker.com

**How to retrieve Client ID & Secret:**

1. go to Admin -> Roles and click on "New Permissions Set"
2. Create new permission set with the following permissions:
   1. access\_data
   2. develop
   3. download\_with\_limit
   4. download\_without\_limit,
   5. explore
   6. see\_lookml
   7. see\_lookml\_dashboards
   8. see\_looks
   9. see\_queries
   10. see\_sql
   11. see\_system\_activity
   12. see\_user\_dashboards

       <figure><img src="/files/wZvEasMfEL0XchZojFCx" alt=""><figcaption></figcaption></figure>
3. Create a new Role that will have this permission set.
4. Go to Admin -> Users and create a new user with the role you created in the last step.
5. Go to the new user page and go to API3 Keys. press on "Edit Keys"![](/files/6xekrE9s53aYBBNn6FPI)
6. Create New API3 Key.

Congratulations! You now have Client ID & Secret and you can integrate Seemore with your Looker 🎉


---

# Agent Instructions: 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:

```
GET https://docs.seemoredata.io/external-docs/fundamentals/getting-set-up/setting-integrations/looker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
