> 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/adding-user-to-a-paid-membership.md).

# Adding User to a Paid Membership

Adding a new user to a paid membership in our system is incredibly straightforward. The process has been simplified to ensure that administrators can quickly and easily extend the benefits of our premium features to more users. By simply navigating to the "Users" section in the Admin Site, select the user you would like to add a membership to, select the "Add Membership" option on the "User Membership" panel, click on the dropdown menu and select the membership you want to add to the user, and lastly, add one free renewal to the newly added membership, this will ensure that the membership will be active after completing the process.

When adding 0 Free renewal, our software will try to charge the user for the first time purchase of the membership. However, adding 1 Free Renewal, allow our software to charge the user by the end of the membership period.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0HR0vekN1pLYJrrfftOx%2Fuploads%2FGReFS7bKaTM7VvzEW6A9%2Fresult.gif?alt=media&#x26;token=a2a9e001-0c8f-43f1-acbd-389969b36f82" alt=""><figcaption><p>Adding paid membership to user</p></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/adding-user-to-a-paid-membership.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.
