# Subscriptions

### How to subscribe members

Members can be subscribed to plans one at a time, or in batch.

* Click on your profile image and then `Settings` > `Account Settings`
* In the left admin menu choose `Subscriptions`. Now click the button `Subscribe Member`&#x20;
* In the pop up that appears, select the member from the dropdown list (*if the member isn't in this list, you will need to add the member first*)
* Now select the plan dropdown to choose a plan. If there is no plan in the dropdown you'll need to create a new plan first
* Select an expiry date from the date/time picker
* Optionally add subscription notes

{% hint style="info" %}
**Note**! When you batch upload members or add them during your own account creation process, the members is automatically added to a 60 day Free Trial plan. Once this time elapses, they will not be able to login to Memba unless you add them to a new Plan that you create.
{% 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://manual.mymemba.io/overview/core-features/subscriptions.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.
