# Initialize instant fee payments for subscriptions

You can initialize instant fee payments from a specific subscribed investment account or from all investment accounts subscribed to the same master account.

## Initialize fee payments for a specific subscription

Initialize fee payments for a specific subscription of an investment account as follows:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

{% step %}
For copy-trading subscriptions, go to **B2COPY** > **Subscriptions**.\
For MAM subscriptions, go to **Mam** > **Subscriptions**.\
For PAMM subscriptions, go to **Pamm** > **Subscriptions**.
{% endstep %}

{% step %}
Select the subscription and click **Edit**.
{% endstep %}

{% step %}
On the **Edit Subscription** page, click the **Actions** button located in the upper-right page corner, and then select **Pay Fees** in the dropdown.

<figure><img src="/files/fqKS3rdzJMIhVUvMlKWI" alt="Click Pay Fees"><figcaption><p>Click Pay Fees</p></figcaption></figure>
{% endstep %}
{% endstepper %}

The fees listed in the subscription fee plan are immediately deducted from the subscribed investment account and paid to the master account owner.

## Initialize fee payments from all subscribed investors

Initialize fee payments from all investment accounts subscribed to the same master account as follows:

{% stepper %}
{% step %}
For copy-trading master accounts, go to **B2COPY** > **Masters**.\
For MAM master accounts, go to **Mam** > **Masters**.\
For Pamm master accounts, go to **Pamm** >**Masters**.
{% endstep %}

{% step %}
Select the master account and click **Edit**.
{% endstep %}

{% step %}
In the **Edit Account** page, click the **Actions** button located in the upper-right page corner, and then select **Pay fees from all subscribed investors** in the dropdown.

<figure><img src="/files/Tps72EwwJiahNfvlGrd0" alt="Click Pay fees from all subscribed investors"><figcaption><p>Click Pay fees from all subscribed investors</p></figcaption></figure>
{% endstep %}
{% endstepper %}

The fees listed in subscription fee plans are immediately deducted from the subscribed investment accounts and paid to the master account owner.


---

# 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.b2copy.b2broker.com/admin-guide/manage-subscriptions/initialize-instant-fee-payments-for-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.
