# User Memberships

On the Users page, right beside the Basic Details, you are able to see all the memberships that a user belongs to. For each user membership, you will see when it was created and/or canceled, if membership approval is required, and the status of the membership whether active or inactive.<br>

<figure><img src="/files/4Wav300CSqAMYIqgt9Fw" alt=""><figcaption></figcaption></figure>

Clicking on any membership name on the list will redirect you to additional membership details such as when the user requested the membership, when the user was approved and canceled, and who canceled their membership. <br>

<figure><img src="/files/03A2hm2tziayvlyMGsVO" alt=""><figcaption></figcaption></figure>

When you click on the membership name, it will redirect you to the [Memberships page](/admin-site/memberships.md) and you will see the membership details, perks, and the list of all the users who joined this membership. <br>

<figure><img src="/files/zt4n9bM0NVBybM1jGWtc" 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/user-memberships.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.
