# Resources

- [Account](https://navixy.com/docs/navixy-api/panel-api/resources/account.md): API calls on getting the panel's hash, getting permissions and logout.
- [Equipment](https://navixy.com/docs/navixy-api/panel-api/resources/equipment.md): An API call to get the list of available equipment.
- [Gateways](https://navixy.com/docs/navixy-api/panel-api/resources/gateways.md): Information about email gateways objects. Email gateway can be owned by a dealer or leased from platform owner.
- [Order](https://navixy.com/docs/navixy-api/panel-api/resources/order.md): API call to read the order by its ID.
- [Plans](https://navixy.com/docs/navixy-api/panel-api/resources/tariff.md): API calls for interaction with user plans.
- [Timezone](https://navixy.com/docs/navixy-api/panel-api/resources/timezone.md): API call to get information about all supported timezones for the specified locale.
- [Tracker](https://navixy.com/docs/navixy-api/panel-api/resources/tracker.md): API calls to interact with trackers in the admin panel.
- [Dealer](https://navixy.com/docs/navixy-api/panel-api/resources/dealer.md): API call to get information about a dealer.
- [Activation code](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/activation_code.md): API calls for interacting with activation codes used for device registration.
- [Password](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/password.md): API call to update dealer's password.
- [Settings](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings.md)
- [Branding Customization](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings/image.md): API calls for interaction with images that used for branding of the panel.
- [Notification Settings](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings/notification.md): API calls to read and update notification settings.
- [Service Settings](https://navixy.com/docs/navixy-api/panel-api/resources/dealer/settings/service.md): API calls to read and update panel's service settings.
- [Subpaas](https://navixy.com/docs/navixy-api/panel-api/resources/subpaas.md): API calls to interact with Subpaases.
- [Change password](https://navixy.com/docs/navixy-api/panel-api/resources/subpaas/password.md): API call to change subpaas password.
- [Subpaas session key](https://navixy.com/docs/navixy-api/panel-api/resources/subpaas/session.md): API call to create a subpaas session.
- [User](https://navixy.com/docs/navixy-api/panel-api/resources/user.md): API calls on work with users in the admin panel.
- [Multi-factor authentication settings](https://navixy.com/docs/navixy-api/panel-api/resources/user/mfa-settings.md)
- [Menu preset](https://navixy.com/docs/navixy-api/panel-api/resources/user/preset.md): API calls to work with user menu presets.


---

# 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/panel-api/resources.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.
