# Authentication Provider

In this section you'll learn how to create mobile users, have them sign up, and manage their profiles.

{% hint style="info" %}
Be aware that **we are not talking about dashboard users** but end-users of a website or an app that uses the MBurger platform
{% endhint %}

{% content-ref url="/pages/-MDJVhIV-M8zqq7YKe\_Q" %}
[Registration](/api-docs-1/integrations-extensions/users/register.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXmIdbHgyxkuBsdJv" %}
[Login](/api-docs-1/integrations-extensions/users/login.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXm1kLE3L8fdk1\_62" %}
[Logout](/api-docs-1/integrations-extensions/users/logout.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXlkd8Fb71OIo2h0C" %}
[Get Profile](/api-docs-1/integrations-extensions/users/get-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXlTBQDx0c9Cebr9r" %}
[Update Profile](/api-docs-1/integrations-extensions/users/update-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXl7\_QUptCqRkdw-z" %}
[Delete Profile](/api-docs-1/integrations-extensions/users/delete-profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXkd6Mq-UW9qlGH8l" %}
[Change Password](/api-docs-1/integrations-extensions/users/change-password.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDJXk30wkL3vLPEcYns" %}
[Forgot Password](/api-docs-1/integrations-extensions/users/forgot-password.md)
{% endcontent-ref %}


---

# 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.mburger.cloud/api-docs-1/integrations-extensions/users.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.
