> For the complete documentation index, see [llms.txt](https://doc.fluxedgeai.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.fluxedgeai.vip/faqs/billing-and-payments.md).

# Billing and Payments

* **Can you explain the billing procedure for FluxEdge services?** Billing is based on a pay-as-you-go model, with expenses deducted from your FluxEdge balance in real-time.
* **Is there an option to enable recurring billing to my credit card, eliminating the need for manual credit top-ups?** Currently, only manual credit top-ups are supported, but an invoice system for recurring billing is in development.
* **How is the cost of renting FluxEdge GPUs calculated?** Costs are calculated based on the specifications and of the rented machine.
* **What is the frequency of billing for FluxEdge services?** Billing is continuous and real-time, deducting expenses from your balance as you use the services.
* **Are alternative payment methods, such as PayPal or digital currencies, accepted by FluxEdge?** Yes, we accept PayPal, various credit cards through Stripe, and the cryptocurrency Flux.
* **If I deposit money on FluxEdge, can I withdraw it?** No, the balance system on FluxEdge acts as a top-up account. Any deposited amount must be spent. Withdrawals are not possible.
* **Can I refund my deposit when I use PayPal or Stripe?** No refunds are available. Any deposited funds need to be spent on deployments.
* **Do Quick Launch and Custom Deployments cost the same?** Yes, both deployment types utilize the same FluxCore machines, and there is no additional pricing for either.


---

# 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:

```
GET https://doc.fluxedgeai.vip/faqs/billing-and-payments.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.
