> For the complete documentation index, see [llms.txt](https://help.fixfolio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fixfolio.ai/en/billing/overview.md).

# Overview

## Payment method

FIXFOLIO's payments are offered in the following two ways.

### (1) Monthly subscription plan

A recurring payment method that provides a fixed amount of credits each month. We recommend a subscription plan if you need to produce banners continuously.

* **Automatic payment and automatic subscription credit recharge on the monthly billing date until subscription cancellation**
* **Change plan**(Upgrade / Downgrade) **Available**
* **Provided subscription credits can be used for one month from the billing date&#x20;**<mark style="background-color:blue;">**(Unused credits are not carried over.)**</mark>

For more details about the monthly subscription plan, [**\[Pricing information page\]**](/en/billing/pricing.md)please refer to.

### (2) Credit top-up

A method where you purchase as many credits as you need and use them. Suitable when subscription credits are insufficient or when you want to produce only as needed without regular recharges.

* **Select desired credit amount (100/300/500/1,000) and then pay**
* **No automatic payment**
* <mark style="background-color:blue;">**Top-up credits valid for 5 years**</mark>
* **Can be used freely when needed**

For detailed credit top-up instructions, [**\[Top-up credits page\]**](/en/billing/credit.md)please refer to.

## How credits are used

If you hold subscription credits, top-up credits, and promotional credits together, credits will be deducted in the following order.

1. <mark style="background-color:blue;">**Use promotional credits**</mark>
2. <mark style="background-color:blue;">**Use subscription credits**</mark>
3. <mark style="background-color:blue;">**Use top-up credits**</mark>

## Refund policy information

<mark style="background-color:blue;">**A full refund is available if unused within 7 days after payment.**</mark> Refunds are not available if credits have been used or 7 days have passed.

For detailed refund instructions, [**\[Refund page\]**](/en/billing/refund.md)please refer to.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.fixfolio.ai/en/billing/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
