# Getting Your Collections Verified

The Altura marketplace offers a unique feature where users can filter by verified and unverified collections. Verified collections offer users a higher level of trust and assurance that the collection contains useful and high-quality items.

**A few requirements must be met to verify your collection on the Altura marketplace:**

1. The collection must contain at least one NFT.&#x20;
2. The collection must have an image, description, and an external URL that provides more information about the collection or game.

It's important to note that developers should only request collection verification when they are ready for user consumption. The collection should demonstrate that it has some useful purpose for the game and is of high quality.

<figure><img src="/files/afWlF9S9LeYBnV4ncKPw" alt=""><figcaption><p>Request verification button in collection page</p></figcaption></figure>

**Here's how to request verification:**&#x20;

1. Mint your collection
2. Once the mint is complete. navigate to the collection's page.
3. Click on the "Request Verification" button.&#x20;
4. The Altura team will review your collection, and you will receive an email within 72 hours with the results.
   * If your collection is verified, you will receive an email confirming this.&#x20;
   * If it is not verified, you will receive an email explaining why.

<figure><img src="/files/UyWOWPrcjt0YnFhjoeI7" alt=""><figcaption><p>Request verification modal</p></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.altura.com/altura-documentation/marketplace/getting-your-collections-verified.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.
