# Users API

Users API allows developers to access key user-related data, focusing on inventories, collections, and progression stats. \
This API segment efficiently handles fundamental tasks associated with user data management.

### Features

* **Inventories**: Fetch and manage items in a user's inventory to keep real-time updates and modifications aligned with user interactions.
* **Collections**: Access and update user collections easily, enabling users to view and organize their collections seamlessly.
* **Progression**: Retrieve user progression details such as levels and achievements to track and display advancement metrics efficiently.

{% content-ref url="/pages/fQb1LefviyZed1DjdUka" %}
[Inventory](/api-reference/users-api/inventory.md)
{% endcontent-ref %}

{% content-ref url="/pages/ObShC5FgejBeULCseacI" %}
[Progress](/api-reference/users-api/progress.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.giftoin.org/api-reference/users-api.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.
