# Billing and Subscription

To manage your account's billing details, go to **Settings** > **Subscription**

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

Here is what you can do in this page:

| Sections                      | Description                                                                                                |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------- |
| Current Plan                  | <p>View your current plan and usage.<br>See how many emails you've processed this billing period</p>       |
| Choose your plan/ Change plan | Click Choose Plan to see available plans and upgrade or downgrade.                                         |
| Billing information           | Add your business name, tax ID, and address                                                                |
| Payment information           | <p>Add or update your payment method.<br>Update billing details (company name, address).</p>               |
| View invoices                 | Access the Stripe billing portal for full payment management.                                              |
| Cancel                        | <p>Click to cancel subscription.<br>Your access continues until the end of the current billing period.</p> |


---

# 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.scaleflows.net/documentation/documentation-v1.1/account-setup/billing-and-subscription.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.
