# Introduction

Authereum allows your dapp to have a seamless onboarding experience for your users.

## NOTICE: Authereum has closed down. See this [article](https://medium.com/authereum/an-end-and-a-new-beginning-ae0e2e596e1b) for more info.

## Features

* Fully non-custodial
* Contract-based accounts
* Easy integration

## Getting started

Get up and running with Authereum quickly with the getting started guide:

{% content-ref url="getting-started" %}
[getting-started](https://docs.authereum.com/getting-started)
{% endcontent-ref %}

## Installation

Learn how to install Authereum with NPM or a CDN:

{% content-ref url="install" %}
[install](https://docs.authereum.com/install)
{% endcontent-ref %}

## Contribute

See the contributing guide:

{% content-ref url="contributing" %}
[contributing](https://docs.authereum.com/contributing)
{% endcontent-ref %}

## Try out Authereum

Try out dapps using Authereum:

{% content-ref url="dapps-using-authereum" %}
[dapps-using-authereum](https://docs.authereum.com/dapps-using-authereum)
{% endcontent-ref %}

## Support

If you are having issues, please let us know. We have a telegram group located at: <https://t.me/authereum>


---

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