# Tokens Wiki Homepage

### Welcome to the wonderful land of the Tokens Official Documentation!

These documents are a work in progress as an upgrade from the preexisting [GitHub Wiki](https://github.com/TheCoolestPaul/Tokens/wiki). I am making this change for three reasons:&#x20;

1. I need to learn gitbook for other projects.
2. Gitbook looks much nicer than the default GitHub Wiki.
3. Gitbook is easier for me to make changes to/update.

Please, bare with me as I embark on trying to make this new documentation site contain more information. I am learning after-all.


---

# 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 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://tokens.thirdshift.net/master.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.
