# Using The Hats App

- [Essentials For Hat Wearers](https://docs.hatsprotocol.xyz/using-hats/essentials-for-hat-wearers.md): So you received your first hat. Now what?
- [Creating My First Hat](https://docs.hatsprotocol.xyz/using-hats/creating-my-first-hat.md)
- [Admins: Creating, Issuing, and Revising Hats](https://docs.hatsprotocol.xyz/using-hats/admins-creating-issuing-and-revising-hats.md)
- [What Hats Do I Need?](https://docs.hatsprotocol.xyz/using-hats/what-hats-do-i-need.md)
- [Drafting, Exporting, and Deploying Tree Changes](https://docs.hatsprotocol.xyz/using-hats/drafting-exporting-and-deploying-tree-changes.md): How to propose changes in Edit Mode, export those changes to share with others, and deploy those changes through a multisig or DAO contract
- [Setting a Hat's Basic Properties](https://docs.hatsprotocol.xyz/using-hats/setting-a-hats-basic-properties.md)
- [Adding Wearers](https://docs.hatsprotocol.xyz/using-hats/adding-wearers.md)
- [Connecting Hats w/ Permissions & Authorities](https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities.md)
- [Types of Hat-Powered Authorities](https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities/types-of-hat-powered-authorities.md)
- [Connecting Hats to Token Gates](https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities/connecting-hats-to-token-gates.md)
- [Hats Protocol Contract Addresses](https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities/connecting-hats-to-token-gates/hats-protocol-contract-addresses.md)
- [Finding a Hat's Token ID](https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities/connecting-hats-to-token-gates/finding-a-hats-token-id.md)
- [Documenting Hat Powers & Responsibilities](https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities/documenting-hat-powers-and-responsibilities.md)
- [Revocation & Eligibility: Requirements for Wearers](https://docs.hatsprotocol.xyz/using-hats/eligibility-requirements-for-wearers.md)
- [Deactivating & Reactivating Hats](https://docs.hatsprotocol.xyz/using-hats/toggle-activating-and-deactivating-hats.md)
- [Making Hats Claimable](https://docs.hatsprotocol.xyz/using-hats/making-hats-claimable.md)
- [Linking Trees Together](https://docs.hatsprotocol.xyz/using-hats/linking-trees-together.md): Two or more Hats trees can be connected together through linking
- [Hats Protocol Supported Chains](https://docs.hatsprotocol.xyz/using-hats/hats-protocol-supported-chains.md): A complete list of the chains Hats Protocol is currently deployed to
- [Glossary & FAQ](https://docs.hatsprotocol.xyz/using-hats/glossary-and-faq.md): Created by the Hats community


---

# 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.hatsprotocol.xyz/using-hats.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.
