> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/go-to-market/how-to/how-to-bill-your-customers.md).

# How to Bill Your Customers

Customer billing shows you what you need to charge each customer, based on the usage of their subscriptions. This guide explains how to consult the delivery notes, view their details, and download them.

It is a consultation tool: issuing the legal invoice to your customer is still up to you.

### Before you begin

* Access the administration panel at [admin.plenit.com](https://admin.plenit.com) with permissions on Go to Market.

### Step 1. Check the delivery notes list

In the panel, go to **Go to Market → Customer billing**. You will see the view **My delivery notes**, with one row per customer and period. Each row shows the **Organization** (the customer), the **Billing period** consumed services, the **Services** consumed, the **Costs** and the amount **To be invoiced**.

![Delivery notes list](/files/060e4e130192136efafefbdff1756ff81b3a7ec1)

Use **Filters** to narrow by organization, status, or dates, and the button **Export** to extract the list information.

### Step 2. Open the detail of a delivery note

Click on a delivery note to see its detail. The document is presented with your branding and includes the header (your details and the customer's), its **ID**, **Delivery note number** and **Date**, and the **billing period**. Below, a summary table with the **Description** and the **Amount** for each line, and the totals: **Taxable base**, **Taxes** and **Total**.

![Delivery note detail](/files/3b54f5d91fd6c822643f47d473872d52c316bbed)

Further down, the section **Delivery note detail** breaks down each line in more granularity: **Description, Quantity, Unit price, VAT** and **Amount**.

<br>

### Step 3. Download the delivery note

From the detail, click **Download** to obtain the delivery note. You can download it in **PDF** (to send or archive) and in **CSV** (to process it in a spreadsheet or upload it to your billing system).

![Delivery note download](/files/802f74f297b8e0102cb9d8b720b62022d6887b64)

> #### 📘 It is a consultation view
>
> The delivery notes are generated automatically from your customers' actual consumption; here you consult and download them, but they are not edited. We give you the data on what to charge; you issue the legal invoice to your customer with your system.

> #### 👍 The history is not lost
>
> If you delete a customer, their delivery notes remain accessible (marked as deleted). If a customer migrates to another partner, the delivery notes prior to the migration remain visible to you, for auditing and consultation.

### Conclusion

Billing your customers in Go to Market comes down to consulting and downloading: the panel brings together the delivery notes for each customer's consumption, with their detail by item, and delivers them to you in PDF or CSV.

With that data you prepare the real billing of your business, knowing at all times what corresponds to be charged to each customer.

### Next steps

* Review the concept in [Customer billing.](/docs-en/go-to-market/concepts/customer-billing.md)
* Consult the structure of the delivery note in [Billing detail.](/docs-en/go-to-market/details/billing-detail.md)
* Adjust your prices in [How to create a rate.](/docs-en/go-to-market/how-to/how-to-create-a-rate-card.md)


---

# 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://docs.plenit.com/docs-en/go-to-market/how-to/how-to-bill-your-customers.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.
