# General Information

- [SIWA Overview](https://docs.siwa.org/general-information/siwa-overview.md): Sign-In with Algorand - A unified authentication standard for Algorand
- [EIP-4361-COMPAT](https://docs.siwa.org/general-information/siwa-overview/eip-4361-compat.md): EIP-4361-COMPAT: Sign-In with Algorand
- [SIWA Diagram](https://docs.siwa.org/general-information/siwa-overview/sign-in-diagram.md): This basic SIWA Mermaid diagram illustrates the SIWA auth flow with verification by provider.
- [Extended SIWA Diagram](https://docs.siwa.org/general-information/siwa-overview/extended-siwa-diagram.md): This extended SIWA Mermaid diagram illustrates the recommended SIWA auth flow integrated with Next.JS and NextAuth.
- [SIWA Code of Conduct](https://docs.siwa.org/general-information/siwa-code-of-conduct.md): A code of conduct for public community activity around Sign-In with Algorand.


---

# 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.siwa.org/general-information.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.
