> For the complete documentation index, see [llms.txt](https://book.just.money/jmguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.just.money/jmguide/justmoney-invoice/how-to-create-invoice.md).

# How to Create Invoice

{% embed url="<https://youtu.be/EirS0d57Tlk?si=qlbi7MUYqsb9G1HC>" %}
JM Invoice Demonstration
{% endembed %}

1. Login with your wallet.

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

2. Open the settings tab and enter the default company name, address and the wallet address where you want to receive the payments. You can also upload a logo if you want.

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

3. Click new invoice button.

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

4. Fill all the needed fields and hit save. You will also see the payment link generated at this point.

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

5. You can send the invoice by mail or download it as PDF.

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

6. If invoice is paid it will be marked as “PAID” on the left side (invoice list).

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

7. You can clone the invoice or edit the current one to test those functionalities or you can also mark the invoice as “paid” or “sent”.

<figure><img src="/files/93Us4h3v7IwcYgLVdwOI" alt=""><figcaption></figcaption></figure>


---

# 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://book.just.money/jmguide/justmoney-invoice/how-to-create-invoice.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.
