> For the complete documentation index, see [llms.txt](https://docs.gbm.auction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gbm.auction/auction-house-deployer/customise-your-auction-house/manage-auction-house-access.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gbm.auction/auction-house-deployer/customise-your-auction-house/manage-auction-house-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
