> For the complete documentation index, see [llms.txt](https://docs.nftbutler.io/nft-butler/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftbutler.io/nft-butler/nft-butler/getting-started/update-opensea-name.md).

# Update OpenSea Name

If you want to get the maximum out of NFT Butler, you should add the NFTButler-prefix to the username on OpenSea - this will automatically increase your maximum running tasks depending on your subscription level.

On the Dashboard on the right side you'll see your Wallet Overview. If the OpenSea icon is green it means you're already using the **NFTButler\*** prefix. If you're using the [PRO Subscription](/nft-butler/products-and-services/pro-access.md) you don't have to use NFTButler in front of your OpenSea account name.

If the OpenSea icon is red, it indicates that this wallet does not utilize 'NFTButler' as a prefix on OpenSea. If you wish to unlock additional task slots, you'll need to change your username on OpenSea for this wallet first.

<figure><img src="/files/QuAtDScpNkBuzZ5paNpo" alt=""><figcaption><p>First wallet uses NFTButler prefix on OpenSea, second doesn't</p></figcaption></figure>

{% hint style="info" %}
When you click the 'Details' button, a modal will appear displaying your current username used on OpenSea.
{% endhint %}

<figure><img src="/files/XPupxG476QZVjjXEkSbM" alt=""><figcaption><p>Details view on a new and empty wallet</p></figcaption></figure>

Just head to your account Settings on Opensea to change your Username:

<figure><img src="/files/oqllYFsGE0AxYIKLVoEi" alt=""><figcaption><p>Example with NFTButler-prefix before the name.</p></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.nftbutler.io/nft-butler/nft-butler/getting-started/update-opensea-name.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.
