# User

- [User](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/index.md)
- [User password](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/password.md): Contains API calls to change and set users' passwords.
- [User personal info](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/personal_info.md): Contains user personal info update API call.
- [Audit](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/audit.md)
- [User audit](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/audit/index.md)
- [User audit log](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/audit/audit_log.md)
- [Auth](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/auth.md)
- [User authentication code](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/auth/code.md): A user authentication code account lets you authenticate yourself as part of multi-factor authentication.
- [Session](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session.md)
- [Delivery](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session/delivery.md): Calls to work with "delivery" type sessions. Those are special sessions to integrate order (task) tracking functionality into external systems.
- [User session](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session/index.md): Contains a call to prolong user session.
- [Push token](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/session/push_token.md): Contains API calls to interact with push token.
- [Settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/settings.md)
- [User settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/settings/index.md): CRUD actions for user settings.
- [User UI settings](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/settings/ui.md)
- [User applications](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications.md): Information about embedding custom applications to the UI on user's own
- [App Connect](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications/app-connect.md): Integrate custom applications with Navixy authentication
- [User](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications/user.md)
- [Models](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user/applications/models.md)


---

# 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://navixy.com/docs/navixy-api/user-api/backend-api/resources/commons/user.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.
