# Authereum

## Authereum

- [Introduction](https://docs.authereum.com/master.md)
- [Getting started](https://docs.authereum.com/getting-started.md): Get started with Authereum using a few lines of code
- [Live demos](https://docs.authereum.com/live-demos.md): ⚠️ The demos are in beta
- [Dapps using Authereum](https://docs.authereum.com/dapps-using-authereum.md): Dapps you can use with Authereum
- [Install](https://docs.authereum.com/install.md)
- [Integration](https://docs.authereum.com/integration.md)
- [Web3 provider](https://docs.authereum.com/web3-provider.md)
- [Ethers Signer](https://docs.authereum.com/ethers-signer.md)
- [StarkWare Provider](https://docs.authereum.com/starkware-provider.md): ⚠️ The StarkWare provider is in alpha
- [SDK](https://docs.authereum.com/sdk.md)
- [API Keys](https://docs.authereum.com/api-keys.md): Generating and using API Keys
- [Batched transactions](https://docs.authereum.com/batched-transactions.md)
- [Verifying signatures](https://docs.authereum.com/verifying-signatures.md)
- [Testing](https://docs.authereum.com/testing.md)
- [Browser compatibility](https://docs.authereum.com/browser-compatibility.md): Authereum browser compatibility information
- [Contributing](https://docs.authereum.com/contributing.md)
- [Bug reports](https://docs.authereum.com/bug-reports.md): Reporting issues and bugs
- [FAQ](https://docs.authereum.com/faq.md)
- [Dictionary](https://docs.authereum.com/dictionary.md): Terminology used in Authereum
- [On the Web](https://docs.authereum.com/on-the-web.md)
- [Telegram Admins](https://docs.authereum.com/telegram-admins.md): Official Authereum groups and admins
- [Assets](https://docs.authereum.com/assets.md): Authereum design assets


---

# 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.authereum.com/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.
