# F.A.Q

#### How do I get access Otterspace?

In order to use Otterspace, you will need a Raft NFT. To request access, please complete [this form](https://forms.otterspace.xyz/get-started).

#### What networks do you support?

Please see our contracts section to find an up-to-date list of [supported networks](/documentation/contracts.md#supported-networks)

#### How can I burn my badge?

Please head over to an [admin tool](https://otterspace-utils.vercel.app/) from our community to perform this action

#### How can I revoke or reinstate a revoked badge?

Please head over to an [admin tool](https://otterspace-utils.vercel.app/) from our community to perform this action

#### How can I leave feedback to make a feature request?

If you have any questions or feedback, you can use [this form](https://airtable.com/shrBwX41lqmnDKn8C) or post in the #🤔\_ask\_away channel in our [Discord server](https://discord.com/invite/qqwEUgQGKw)

#### How can I get API access for my integration?

If you're looking to build a server-side integration, see [these instructions](/documentation/api/authentication.md#generating-an-api-key) to generate an API key. If you're building a cliend-side application, please get in touch with us via [Discord](https://discord.gg/6EVRFeBv)


---

# 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.otterspace.xyz/overview/faq.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.
