# AuthenticateMe's Official Documentation

To view the chapters that we have published, look for the content that you would like to view with the menu on the left. Some chapters have subpages baked into them, do expand them to view the topics that are listed and look for *the one* you require.

## Found something? Need help?

If you find something is missing, do leave us a memo in our [Discord Support Server](https://discord.com/invite/snbauHPdR4) !

We do our best to make our documentation idiot-proof and foolproof with as much visuals as possible. If you are also unsure of certain ~~*supercalifragilisticexpialidocious*~~ complicated words or terms that we have in our documentation, you are more than welcome to enquire about it.


---

# 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.authenticateme.xyz/en/introduction/start.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.
