# Manage users

### Users menu <a href="#menu-apprenants" id="menu-apprenants"></a>

By clicking on the Learners menu and then selecting ‘List of Learners,’ you can view a complete list of all your learners on a single page, whether they are owners, publishers, or learners.

### List of learners <a href="#listing-des-apprenants" id="listing-des-apprenants"></a>

<figure><img src="/files/17QfAOYRHGDGXGnEO5eu" alt=""><figcaption><p>Users list</p></figcaption></figure>

On this page you can perform the following actions:

* **Search**: to search for a learner (useful when you have more than 10-20 learners).
* **Filters**: you can filter the list of results.
* **Add Learner**: This is a shortcut to the add individual learner menu.
* **Edit**: modify a user.
* **Delete**: delete a user. For security, confirmation by code (sent by email) is necessary.
* **Profile**: to view your learner's profile and progress statistics (if applicable).

{% hint style="info" %}
**FYI**

The search function finds the first names, last names and emails of your learners.
{% endhint %}

### User's profile

On a user's profile, you can, among other things, see their statistics by training, or their history of obtained points.

<figure><img src="/files/P0H6IAB8Mua6FIjEA7WF" alt=""><figcaption><p>User's statistics</p></figcaption></figure>


---

# 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://doc.cards-microlearning.com/english/users/manage-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.
