# Send Invoices

{% hint style="info" %}
⚠️ Note: **Clients do not need to create a Sorbet account** up to pay you.
{% endhint %}

## Create & Send an Invoice

* [ ] Click on "[Invoices](https://mysorbet.io/invoices)"&#x20;
* [ ] Select "Create Invoice"
* [ ] Enter the Client's detail
* [ ] Fill the Invoice Details
* [ ] Select the Payment Method
* [ ] Click "Create Invoice" - your client will receive it via email
  * [ ] Or copy the invoice link and share it

## Manage Your Invoices

* [ ] Click on "[Invoices](https://mysorbet.io/invoices)"&#x20;
* [ ] View all existing invoices
* [ ] Manually change the status from "Open", to "Cancelled" or "Paid"
* [ ] See when invoices are "Overdue"

## How Your Clients Pay

They simply use the bank details or wallet address attached in your invoice. Clients **do not need to create a Sorbet account** up to pay you.

{% hint style="info" %}
For any inquiry please reach out to <maher@mysorbet.xyz>
{% endhint %}


---

# 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.mysorbet.xyz/sorbet/send-invoices.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.
