# Integrations

- [NextAuth.js](https://docs.siwa.org/integrations/nextauth.js.md): This guide will walk you through the process of integrating Sign-In with Algorand (SIWA) into a Next.js application using NextAuth.js.
- [Pera Wallet](https://docs.siwa.org/integrations/pera-wallet.md): This guide will walk you through the process of integrating Sign-In with Algorand (SIWA) using Pera Wallet in your web application.
- [Defly Wallet](https://docs.siwa.org/integrations/defly-wallet.md): This documentation outlines the steps to integrate Defly Wallet for signing "Sign In With Algorand" (SIWA) messages.
- [Kibisis Wallet](https://docs.siwa.org/integrations/kibisis-wallet.md): This guide explains how to integrate Kibisis wallet with Sign-In with Algorand (SIWA) for message signing.
- [Lute Wallet](https://docs.siwa.org/integrations/lute-wallet.md): This guide explains how to integrate Lute wallet with Sign-In with Algorand (SIWA) for transaction signing.


---

# 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/integrations.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.
