# Sign-In with Algorand

<figure><img src="https://2754183870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqYpE7QzP3dJcZx2erVkl%2Fuploads%2F30IlGxnOeeCdul9dZSP7%2Fsiwa-typelogo.png?alt=media&#x26;token=6e8e59d2-163a-42e2-aa41-7c50d7b75b7f" alt=""><figcaption><p>SIWA typelogo</p></figcaption></figure>

Sign-In with Algorand is a new form of authentication that enables users to control their digital identity with their Algorand account instead of relying on a traditional intermediary. Already used by multiple projects in the Algorand ecosystem, this effort standardizes the method with best practices and makes it easy to adopt securely.

To hop right in, check out our Quickstart Guide.

{% content-ref url="readme/quickstart-guide" %}
[quickstart-guide](https://docs.siwa.org/readme/quickstart-guide)
{% endcontent-ref %}

### Integrate Sign-In with Algorand

{% content-ref url="libraries/typescript" %}
[typescript](https://docs.siwa.org/libraries/typescript)
{% endcontent-ref %}

### Additional Support

{% content-ref url="additional-support/nfd-profile-resolution" %}
[nfd-profile-resolution](https://docs.siwa.org/additional-support/nfd-profile-resolution)
{% endcontent-ref %}

### Additional Resources

Sign-in With Algorand was a standard built collaboratively with the greater Algorand community. For more information on the specification, check out the following page:

{% content-ref url="general-information/siwa-overview/eip-4361-compat" %}
[eip-4361-compat](https://docs.siwa.org/general-information/siwa-overview/eip-4361-compat)
{% endcontent-ref %}

For more information on Sign-In with Algorand and its related benefits to both the Algorand ecosystem and Web2 services, check out the following page:

{% content-ref url="general-information/siwa-overview" %}
[siwa-overview](https://docs.siwa.org/general-information/siwa-overview)
{% endcontent-ref %}

### Community

* [SIWA.org](https://siwa.org) - Check out the Sign-In with Algorand home page for more information about supporters, and recent activity.
* [Discord](https://discord.com/invite/algorand) - Join the Algorand Discord Server for general Algorand developer support.


---

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