# System

- [Users](https://usermanual.ergonode.com/system/users.md)
- [Change user password](https://usermanual.ergonode.com/system/users/change-user-password.md)
- [General](https://usermanual.ergonode.com/system/users/general.md)
- [Avatar](https://usermanual.ergonode.com/system/users/avatar.md)
- [Language restrictions](https://usermanual.ergonode.com/system/users/language-restrictions.md)
- [Product Privileges](https://usermanual.ergonode.com/system/users/product-privileges.md): This feature ensures that users have appropriate access to the products they are responsible for, enhancing security and efficiency in managing product data.
- [User roles](https://usermanual.ergonode.com/system/user-roles.md)
- [General](https://usermanual.ergonode.com/system/user-roles/general.md)
- [Privileges](https://usermanual.ergonode.com/system/user-roles/privileges.md)
- [Attribute privileges](https://usermanual.ergonode.com/system/user-roles/attribute-privileges.md)
- [Activities](https://usermanual.ergonode.com/system/activities.md)
- [Activity logs](https://usermanual.ergonode.com/system/activities/activity-logs.md)
- [Batch actions](https://usermanual.ergonode.com/system/activities/batch-actions.md)
- [Your plan](https://usermanual.ergonode.com/system/your-plan.md): A place in the system to check how many resources from the package have been used.
- [Ergonode transfer](https://usermanual.ergonode.com/system/ergonode-transfer.md)
- [Files format](https://usermanual.ergonode.com/system/ergonode-transfer/files-format.md): Overview of the import and export files format
- [Import](https://usermanual.ergonode.com/system/ergonode-transfer/import.md)
- [Creating a new import job](https://usermanual.ergonode.com/system/ergonode-transfer/import/creating-a-new-import-job.md)
- [Running / Importing data](https://usermanual.ergonode.com/system/ergonode-transfer/import/running-importing-data.md)
- [General](https://usermanual.ergonode.com/system/ergonode-transfer/import/running-importing-data/general.md)
- [History](https://usermanual.ergonode.com/system/ergonode-transfer/import/running-importing-data/history.md)
- [Importing grouping products and products with variants](https://usermanual.ergonode.com/system/ergonode-transfer/import/importing-grouping-products-and-products-with-variants.md)
- [Exports](https://usermanual.ergonode.com/system/ergonode-transfer/exports.md): The Ergonode transfer is one of the ways how you can export data from Ergonode. You can also export data via apps, or direclty from the product catalog.
- [Creating a new export](https://usermanual.ergonode.com/system/ergonode-transfer/exports/creating-a-new-export.md)
- [Running / Exporting data](https://usermanual.ergonode.com/system/ergonode-transfer/exports/running-exporting-data.md)
- [General](https://usermanual.ergonode.com/system/ergonode-transfer/exports/running-exporting-data/general.md)
- [History](https://usermanual.ergonode.com/system/ergonode-transfer/exports/running-exporting-data/history.md)
- [Scheduler](https://usermanual.ergonode.com/system/ergonode-transfer/exports/running-exporting-data/scheduler.md)
- [Settings](https://usermanual.ergonode.com/system/settings.md)
- [Languages](https://usermanual.ergonode.com/system/settings/languages.md)
- [Media profiles](https://usermanual.ergonode.com/system/settings/media-profiles.md): The Media Profiles section is the command center for your asset transformation logic. Each profile consists of a set of Target Formats and sizes (optional).
- [General](https://usermanual.ergonode.com/system/settings/media-profiles/general.md)
- [Configuration](https://usermanual.ergonode.com/system/settings/media-profiles/configuration.md)
- [Units](https://usermanual.ergonode.com/system/settings/units.md)
- [API Keys](https://usermanual.ergonode.com/system/settings/api-keys.md): Instruction on how to create an API key to connect to Ergonode GraphQL API.
- [SKU](https://usermanual.ergonode.com/system/settings/sku.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://usermanual.ergonode.com/system.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.
