# Users

The **Users** section displays the name, phone number, email address, and date joined of each individual user in your system.

You can utilize the search bar to look for a user by typing in the name or email address.

Select the name to view [additional information](/admin-site/users/user-details.md) including the Basic Details, User Memberships, Payment Information, Reported Problems, and User RFID Cards.

{% hint style="info" %}
All of this data can be exported into a CSV file by clicking the **Export** button in the upper right hand corner of the screen.
{% endhint %}

<figure><img src="/files/u2cVGHrlxd52gCcHZqoj" alt=""><figcaption></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://documentation.movatic.co/admin-site/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.
