# Getting indexed

{% hint style="info" %}
**If you created your collection on Campfire...**\
\
Your collection is already indexed! You just need verification to have it appear in the search bar with the other verified collections. You can skip this page and go to

[Getting collection verified](/use-cases/for-fantom-artists/getting-collection-verified.md)<br>
{% endhint %}

### Check if your collection is already indexed on Campfire or not:

#### Go to this URL where you replace "my-contract-address" with your collection contract address:

{% embed url="<https://campfire.exchange/collections/my-contract-address>" %}

#### Does this bring up a page with a "500 error"?&#x20;

{% hint style="info" %}
if no -> your collection is already (at least partially) indexed! You just need verification to have it appear in the search bar with the other verified collections.&#x20;

If any pieces are missing, we are happy to re-index and make sure they appear.

You can skip this page and go to

[Getting collection verified](/use-cases/for-fantom-artists/getting-collection-verified.md)
{% endhint %}

#### if yes -> your collection needs to be indexed.

#### Head to our discord and ask us to index it in the #project-verification channel: <https://discord.gg/ZGGBkwJ38t>&#x20;

Sample message to post:

> Hi, I need my collection indexed.\
> Project name - \[Your collection name here]\
> Collection address - \[Your collection contract address] \
> Chain : FTM \[The chain aka FTM or AVAX]


---

# 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.campfire.exchange/use-cases/for-fantom-artists/getting-indexed.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.
