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