# Token Name Service Documentation

## Public Docs

- [Querying the Dataset](https://docs.tkn.xyz/developers/readme.md)
- [Using the v3 Dataset](https://docs.tkn.xyz/developers/v3_querying.md)
- [Dataset](https://docs.tkn.xyz/developers/readme-1.md): A description of the metadata maintained by TNS for each token
- [Supported Chains](https://docs.tkn.xyz/developers/supported-chains.md): A list of the chains currently supported on TKN with instructions for including additional chains
- [Introduction](https://docs.tkn.xyz/overview/readme-1-1.md): Overview of TokenDAO
- [Links](https://docs.tkn.xyz/overview/links.md)
- [Whitepaper](https://docs.tkn.xyz/overview/whitepaper.md): Link to the TKN Whitepaper:
- [Developers](https://docs.tkn.xyz/usage/developers.md): Developer Use Cases
- [Users](https://docs.tkn.xyz/usage/users.md): General Use Cases
- [Organizations](https://docs.tkn.xyz/usage/organizations.md): Org Use Cases
- [Governance Delegates](https://docs.tkn.xyz/usage/governance-delegates.md): Governance Delegate Use Cases
- [Live](https://docs.tkn.xyz/integrations/live.md): Live integrations
- [Acknowledgements](https://docs.tkn.xyz/community/acknowledgements.md): Contributors and supporters
- [FAQs](https://docs.tkn.xyz/faqs.md): FAQs


---

# 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.tkn.xyz/developers/readme.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.
