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

# Looker - How do I link my account?

# Overview

To authenticate with Looker, you will need:

1. **Looker Instance Hostname** - Your Looker instance hostname (e.g., `mycompany.looker.com`)
2. **Client ID** - A unique identifier for your client.
3. **Client Secret** - A confidential key used to authenticate the identity of the application (client).

This guide will walk you through finding your **Looker Instance Hostname** and obtaining your **Client Credentials**.

### Prerequisites:

* You must have a Looker account with admin access

### Instructions:

#### Step 1: Finding your Looker hostname

Your Looker instance hostname is the API URL for accessing your Looker instance's API. The hostname format depends on your Looker instance configuration.

**Option 1: Check the API Host URL in Looker Admin (Recommended)**

1. Log into your Looker instance with admin access.
2. Navigate to **Admin** > **API**.
3. Check the **API Host URL** field. This shows your configured API path.
4. If an API Host URL is specified, use that value as your hostname (without the `https://` prefix).
5. If the API Host URL field is not configured, you can use this field to assign an API path that is different from your Looker server machine name.

#### Step 2: Obtaining your client credentials

To generate your Client ID and Client Secret:

1. Log into your Looker instance with admin access.
2. Navigate to **Admin** > **Users** and select your user account.
3. Click the **API** section and select **Create API3 Key**.
4. A new **Client ID** and **Client Secret** will be generated.

#### Step 3: Enter credentials in the Connect UI

Once you have your **Looker Instance Hostname**, **Client ID**, and **Client Secret**:

1. Open the form where you need to authenticate with Looker.
2. Enter your **Looker Instance Hostname**, **Client ID**, and **Client Secret** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/fOKH1yVUQ2WAsClF/api-integrations/looker/form.png?fit=max&auto=format&n=fOKH1yVUQ2WAsClF&q=85&s=40a3d5271d6462693972be52e7e6fbf7" style={{maxWidth: "450px" }} width="499" height="699" data-path="api-integrations/looker/form.png" />

You are now connected to Looker.

***
