# Subscribing to Membership

You can subscribe to the Membership at any time from the **Payment page**.

{% stepper %}
{% step %}

### **Navigate to the Payment Page**

* You can access it through the **\[Get started with membership]** button on the **Billing page.**
* You can access it through the **\[Join membership]** button on the **Create container** and **Add Storage** popup.
  {% endstep %}

{% step %}

### **Select Subscription Type**

Choose between a monthly or yearly subscription.&#x20;
{% endstep %}

{% step %}

### **Confirm Payment Amount**

Review the payment amount for your selected plan.
{% endstep %}

{% step %}

### **Enter Payment Information**

Fill in your payment details and click the **\[Start Membership]** button.&#x20;
{% endstep %}
{% endstepper %}

## Managing Membership&#x20;

You can check your subscription details on the [**Billing page**](https://arkain.io/my/dashboard#/billing).

## Unsubscribe Membership

If you wish to cancel your membership subscription, go to the Billing page and click the **\[Cancel membership]** button.

{% hint style="success" %}
Membership benefits will remain active until the end of the current plan period, even when an automatic payment cancellation is scheduled.
{% 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://docs.arkain.io/credits-and-membership/membership/subscribing-to-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.
