# Guides

- [For Users](https://docs.nada.bot/guides/for-users.md): For users who are verifying that they are not a bot
- [All Checks Explained](https://docs.nada.bot/guides/for-users/all-checks-explained.md): All checks explained
- [Find Other Users](https://docs.nada.bot/guides/for-users/find-other-users.md): You can also find other users to see what checks they have verified and what score they have directly from the Web app
- [For Sybil Providers](https://docs.nada.bot/guides/for-sybil-providers.md): For those who want to get approved to our list of checks
- [For Applications](https://docs.nada.bot/guides/for-applications.md): For application looks for a sybil resistance Solution
- [For Bots](https://docs.nada.bot/guides/for-bots.md): Haha what a trick
- [For Admins](https://docs.nada.bot/guides/for-admins.md): For nada.bot administrations


---

# 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.nada.bot/guides.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.
