> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/accept-payments-via-ui/how-to-create-an-unlimited-invoice-via-ui.md).

# How to create an Unlimited invoice via UI

By creating an invoice and sending it to a client for payment, you receive funds in your wallet. This is convenient when you want to issue an invoice without a specific amount to receive funds. To create an invoice in your account, follow these steps.

1. Go to the "Payments/Invoices" tab and click "Create invoice", and further "Create unlimited invoice".
2. Select the currency in which the invoice will be created. The number of available currencies depends on the assets you've added to your account.
3. To shift the transaction fee to the payer, check the "User pays the fee" checkbox.
4. Please provide a mandatory description for the created invoice.
5. Select the life duration of the invoice. Use our presets or select a desired custom one. If the funds have not been received during the lifetime of the invoice, it will switch to the Archived status.
6. If you need you can specify "External ID". It's not mandatory but it can be helpful if you need to compare the identification of invoices in an external service or program.
7. After creating an invoice, you will be taken to a page with general information about it.
8. You can send the invoice manually by copying the link from the previous paragraph or send it to your client by email
9. At the moment the language of the invoice is based on the client's browser language.
10. Then you can check all your created invoices, their status, and other information in the "Invoices" tab. Using status filters or the search field you can easily find the invoice that you need.
11. Select the invoice you need and in the next window, you can find additional information about the invoice like status lifetime changes.


---

# 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://docs.calypso.money/get-started-with-calypso-ui/accept-payments-via-ui/how-to-create-an-unlimited-invoice-via-ui.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.
