# OpenBotAuth Docs

## Docs

- [OpenBotAuth](https://docs.openbotauth.org/readme.md): Open pay-per-crawl infra behind any CDN
- [TL;DR](https://docs.openbotauth.org/tl-dr.md): ELI5 for Open Bot Auth
- [Goals](https://docs.openbotauth.org/goals.md): Features we'd like to achieve in this spec
- [Expected Outcomes](https://docs.openbotauth.org/expected-outcomes.md)
- [Open Research Problems](https://docs.openbotauth.org/open-research-problems.md): We'd love to solve these problem with the community in Research Forum
- [Usecases](https://docs.openbotauth.org/usecases.md): Some jibber jabber on the future of open bot auth
- [FAQ](https://docs.openbotauth.org/faq.md): To add questions in this section, please open a Github Issue.
- [Overview](https://docs.openbotauth.org/architecture/overview.md)
- [OpenBotRegistry](https://docs.openbotauth.org/architecture/openbotregistry.md): Github for AI Agent Identities
- [Overview](https://docs.openbotauth.org/crawlers/crawlers.md)
- [registry-signer Package](https://docs.openbotauth.org/crawlers/registry-signer.md)
- [Overview](https://docs.openbotauth.org/sdks/sdks.md)
- [Node.js / TypeScript](https://docs.openbotauth.org/sdks/nodejs.md)
- [Python](https://docs.openbotauth.org/sdks/python.md)
- [Overview](https://docs.openbotauth.org/proxy/proxy.md)
- [NPM / CLI](https://docs.openbotauth.org/proxy/npm.md)
- [Docker](https://docs.openbotauth.org/proxy/docker.md)
- [GitHub Container Registry](https://docs.openbotauth.org/proxy/ghcr.md)
- [Overview](https://docs.openbotauth.org/plugins/plugins.md)
- [WordPress](https://docs.openbotauth.org/plugins/wordpress.md)
- [Say Hi!](https://docs.openbotauth.org/contributors/say-hi.md)


---

# 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.openbotauth.org/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.
