# Sigma

**Create an Client ID and Client Secret**

To create a Sigma access token for Dot visit Sigma and log into your account. Use the following steps to generate an access token:

1. Click on your avatar in the top right and select 'Administration' from the dropdown menu.
2. Click the option **APIs and Embed Secrets**
3. Click **Create New** in the top right

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

1. Fill out the form with the Name and Owner. Make sure that the owner is an Administrator.
2. Copy the Client ID and Secret and save it. This will be used to connect to Secoda.

**Retrieve your Sigma host**

In the **Administrator** settings go to **Account.** In the top under the **Site** you can see which cloud you are hosted on.

<figure><img src="/files/4lSdKo6S2ewa3WvIEhqu" alt=""><figcaption></figcaption></figure>

You can find your respective host parameter in [this table](https://help.sigmacomputing.com/reference/get-started-sigma-api#identify-your-api-request-url). For example, if you are hosted on AWS US (West), your host parameter is <https://aws-api.sigmacomputing.com>.


---

# 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.getdot.ai/integrations/bi-tools/sigma.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.
