# Documentation

- [API](https://docs.otterspace.xyz/documentation/api.md)
- [Authentication](https://docs.otterspace.xyz/documentation/api/authentication.md)
- [Subgraph](https://docs.otterspace.xyz/documentation/subgraph.md)
- [Contracts](https://docs.otterspace.xyz/documentation/contracts.md)
- [Create a Badge Spec](https://docs.otterspace.xyz/documentation/contracts/create-a-badge-spec.md): Design a Badge Spec & upload to IPFS
- [Airdrop a Badge](https://docs.otterspace.xyz/documentation/contracts/airdrop-a-badge.md)
- [Adding to allowlist](https://docs.otterspace.xyz/documentation/contracts/adding-to-allowlist.md): Approve someone to mint this Badge using EIP-712
- [Minting allowlisted Badges](https://docs.otterspace.xyz/documentation/contracts/minting-allowlisted-badges.md): Claim and mint the Badge using the signature
- [Add/Remove Admins](https://docs.otterspace.xyz/documentation/contracts/add-remove-admins.md)


---

# 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/documentation.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.
