# Editing and Pausing Subscriptions

Once you have customers (yay!) subscribing to your product - you can easily edit them in the Dashboard. Simply navigate to Transactions -> Subscriptions and you'll see a list of all active customers that are subscribed to your product:

<figure><img src="/files/ARspyzggw7gtnavCXey2" alt=""><figcaption><p>List of all subscribers</p></figcaption></figure>

You can easily change the number of Seats (Quantity) and Amount (Price) of the Subscription - simply click Edit and a drawer will appear:

<figure><img src="/files/NF5OubaIsVSBZTMSQEbb" alt=""><figcaption><p>Editing Subscription with number of seats and amount per seat</p></figcaption></figure>

You can also Pause payment collection (NOTE: this does not affect the subscription periods, only Payment Collection will be paused):

<figure><img src="/files/k2ZIfDFc5uDXBENnYoLu" alt=""><figcaption><p>You'll be presented with a few choices for Payment Collection Pausing</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://help.fungies.io/for-saas-developers/editing-and-pausing-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.
