# How to Obtain your Tenant ID

To integrate with our systems or complete technical configurations, follow these steps to retrieve your unique identifier:

#### **Step 1: Open the Profile Menu**

In the bottom-left corner of the dashboard, click on your **profile avatar** (user icon).

#### **Step 2: Select "Copy my ID"**

In the dropdown menu, click on **"Copy my ID"**. The ID will be automatically saved to your clipboard.

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

#### **Step 3: Technical Usage (tenant\_id)**

Please note that this User ID is the value required for API requests that ask for a **tenant\_id**. You can paste it directly into your configuration files or API headers.

💡Tip: Whenever the API documentation refers to tenant\_id, use the code obtained through this tutorial.


---

# 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.snackprompt.com/bring-your-data-into-ai/how-to/how-to-obtain-your-tenant-id.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.
