# Memberships

A user has the ability to search and join memberships. To do this, they will need to click the 3 lines on the upper left > click **Memberships**. This is how a user sees any memberships they have signed up for on the Membership page.&#x20;

![](/files/-MgCzxyy1uIO-fuJ9Xh-)

Below the Membership name, they will see if their membership has been approved, has a pending authorization, or was rejected.&#x20;

{% hint style="info" %}
You can learn more about **how a user searches for a membership and membership authorization user experience** [here](https://documentation.movatic.co/feature-guide-2/memberships/authorization-types/membership-authorization-user-experience).
{% endhint %}


---

# 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/movatic-app/user-membership-on-users-page.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.
