> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/users/user-memberships.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/admin-site/users/user-memberships.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
