# Allow-listing a domain

Go to <https://app.chainvine.xyz> (for production) or <https://staging.chainvine.xyz> (for testing) and connect your wallet.

#### 1. Navigate to your Admin Dashboard

<figure><img src="/files/zDN4tQp0mnzdHzkuE8W9" alt=""><figcaption><p><em>The Admin Dashboard can be found on clicking your Avatar icon at the top-right of the screen, in the dropdown menu that appears.</em></p></figcaption></figure>

#### 2. Select your Community

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

#### 3. Select the "Settings" tab

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

#### 4. Scroll down to the "Integration" section and enter your domain in the text field (you can add many domains), click "Add a domain"&#x20;

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

#### 5. Click "Save" to update your new domain(s) to your list of allow-listed domains&#x20;

You should see a "Changes Saved" popup at the top of the screen if the save was successful.

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

Note, if testing from localhost, you can use a tool like ngrok: <https://ngrok.com/docs/http/> to get a unique endpoint that you can whitelist.


---

# 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.chainvine.xyz/developers/sdk/classes-and-functions/authentication/allow-listing-a-domain.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.
