# AUTH

Our phone also offers the capability to create custom applications utilizing our built-in **Auth System**. This grants access to the full **Account Manager**, enabling seamless account creation and management. To learn more details, please proceed to the next page.

You can find an example of a custom application with the built-in authenticator on our GitHub, in the "auth" branch of our [boilerplate](https://github.com/17movement-net/17mov_Phone_app_boilerplate/tree/auth)


---

# 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.17movement.net/phone/building-custom-apps/auth.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.
