# Manage Auction House Access

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

Using the **Whitelists** panel allows you to restrict which wallet addresses can buy and sell NFTs at your Auction House.&#x20;

This is a useful feature which enables you to do things like run token-gated auctions, restrict selling to team members and/or allows your community to have an exclusive secondary Marketplace where only whitelisted holders can trade.&#x20;

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

You can add individual addresses or you can upload a JSON file if you want to add multiple addresses in one go.&#x20;

Your JSON file should look like this:

```
[
  {
    "label": "example label",
    "address": "0x000...000"
  },
  {
    "address": "0xa0b...d1e"
  }
]
```

You also have the option to add a 'Label' to the address - to help you organise your whitelisted users.&#x20;

Once you have added an address or multiple addresses, you will see them displayed with the ability to remove them at any time.&#x20;

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


---

# 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.gbm.auction/auction-house-deployer/customise-your-auction-house/manage-auction-house-access.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.
