> For the complete documentation index, see [llms.txt](https://docs.tensor.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensor.trade/work-with-us/creator-portal/claiming-or-updating-an-existing-collection.md).

# Claiming or Updating an Existing Collection

Search for your NFT collection through the [creator portal](https://create.tensor.trade/).

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

If your collection is already claimed, make sure you are signed in with the correct email address!

<figure><img src="/files/2e2NcOBfuBYzTR3fygwr" alt=""><figcaption><p>Head to our <a href="https://discord.gg/tensor">discord </a>and open a support ticket if there's any issue!</p></figcaption></figure>

<figure><img src="/files/6JV4HaenVk03S9VtIakl" alt=""><figcaption><p>Example of an unclaimed collection</p></figcaption></figure>

After pressing claim, check that all the details are correct.

* Collection Name
* Collection Slug/URL (tensor.trade/trade/**slug**)
* Collection Symbol
* Description
* Collection Image (Logo)
* Socials
  * Twitter (X)
  * Discord (no vanity link, these can be stolen!)
  * Website

{% hint style="warning" %}
Connect with your project's official X account to authenticate your ownership! Your claim may be rejected if you do not connect.
{% endhint %}

To further authenticate your ownership, **it is recommended** to connect and sign with your Update Authority wallet.

<figure><img src="/files/3Ey39FzFN63tzED15qza" alt=""><figcaption></figcaption></figure>

Once signed, hit the submit button for our staff to review.

<figure><img src="/files/Aue6Vg36CYaEhB170Bk4" 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.tensor.trade/work-with-us/creator-portal/claiming-or-updating-an-existing-collection.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.
