# Otterspace Docs

## Otterspace Docs

- [Intro to Otterspace](https://docs.otterspace.xyz/overview/intro-to-otterspace.md): What is Otterspace?
- [Key Concepts](https://docs.otterspace.xyz/overview/key-concepts.md)
- [Burning and revocation](https://docs.otterspace.xyz/overview/key-concepts/burning-and-revocation.md)
- [Expiration](https://docs.otterspace.xyz/overview/key-concepts/expiration.md)
- [Metadata schemas](https://docs.otterspace.xyz/overview/key-concepts/metadata-schemas.md)
- [F.A.Q](https://docs.otterspace.xyz/overview/faq.md)
- [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)
- [Token-gating using badges](https://docs.otterspace.xyz/guides/token-gating-using-badges.md)
- [Using badges with Snapshot](https://docs.otterspace.xyz/integrations/using-badges-with-snapshot.md)
- [Guild.xyz for token gating](https://docs.otterspace.xyz/integrations/guild.xyz-for-token-gating.md)
- [Using with Gnosis Safe](https://docs.otterspace.xyz/integrations/using-with-gnosis-safe.md)
- [On OpenSea, Metamask etc](https://docs.otterspace.xyz/integrations/on-opensea-metamask-etc.md)
- [Discord/Twitter](https://docs.otterspace.xyz/get-help/discord-twitter.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.otterspace.xyz/overview/intro-to-otterspace.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.
