# Pricing Options

If you choose to make your membership require payment, then you'll need to add one or more pricing options to it. Go to **Membership** > Click **+Add** button to create the Membership > Tick **Paid Membership** > Click **+Add** button to Add the Pricing.

1. Create your Membership by going to the **Membership** section and clicking the **+Add** button to create the Membership.&#x20;

<figure><img src="/files/9nJmHAffzBwtup6eH2Ea" alt=""><figcaption></figcaption></figure>

2. When adding a membership ensure to tick the Paid Membership to show the Pricing Options.

<figure><img src="/files/szxPXG8GOEBBJY2f0Mcd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bRgAV77Q9CP8Rsx3bFPx" alt=""><figcaption></figcaption></figure>

1. Tap the **"+Add"** button to add a new Pricing Option. You can have multiple Pricing Options, and users will be able to choose which one they prefer for that membership.
2. Choose a price for the membership - it must be above 50 cents.
3. Choose whether the pricing should be interval or term-based.
   * **Term** allows you to set a fixed start and end date for the membership.
   * **Interval** allows you to choose a unit (hours, days, weeks, months, years) and how many of those units you want each membership term to last. For example, if you wanted a monthly membership, you would set the *unit* to months and the *interval value* to 1. \
     \&#xNAN;*You also need to choose if the membership should automatically renew once the interval runs out.*
4. Choose a priority between 1 and 10 for the pricing option. When users see multiple pricing options, those with a higher priority number will be shown higher up the list.
5. Press **Save** to submit the pricing option.

<figure><img src="/files/RxBljso7ftzFwVqGG3rx" alt=""><figcaption></figcaption></figure>

\
Once your membership is active, users will be able to find your membership from the app (unless you have a checkmark next to the *Hidden* option). \
\
Additionally, users can be manually added to memberships from the dashboard by selecting the **Users** tab from the dashboard, clicking on an individual user, and selecting **+Add Membership**. Once you select the membership that the user will be added to, press **+Submit**.

<figure><img src="/files/515LW66qvJo8WEK83Wtr" alt=""><figcaption><p>User Profile > Add Membership</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/memberships/pricing.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.
