# Flow NFT Catalog

When launching your collection, we recommend you apply to be added to the [Flow NFT Catalog](https://nft-catalog.vercel.app/). Not only will it increase your visibility with other platforms, but it will also:

1. Add a checkmark to NFT cards for your NFTs and collection page.
2. Boost your collection in Flowty search results.
3. Pull your listings into Flowty's [Marketplace](https://www.flowty.io/marketplace) page.

NOTE: While getting added to the Catalog is not necessary to enable secondary market (buy/sell) transactions on Flowty, it is needed to enable Loans and Rentals.


---

# 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.flowty.io/developer-docs/flow-nft-catalog.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.
