# The difference between invoicing and charging a booking

A booking's price is determined by the [resource prices](https://legacydocs.nexudus.com/platform/day-to-day/inventory/resources/resource-prices) you have defined. By default, Nexudus automatically charges for a booking after the booking finishes. Nexudus adds the price of the booking to the customer invoice that will be created later.&#x20;

However, you can set a booking so that is must be paid for immediately, either by invoice or by any available money credit or time credit the customer has.

Learn how to set the charging options for a booking:

* [Invoicing for bookings](https://legacydocs.nexudus.com/platform/day-to-day/sales/bookings/invoicing-bookings)
* [Charging a booking immediately in the Invoicing tab of the booking options](https://legacydocs.nexudus.com/platform/day-to-day/sales/bookings/editing-a-booking)

Learn more about money credit and time credit in:

* [Assigning money credit](https://legacydocs.nexudus.com/platform/day-to-day/sales/bookings/assigning-money-credit)
* [Setting Resource Prices](https://legacydocs.nexudus.com/platform/day-to-day/inventory/resources/resource-prices)


---

# 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://legacydocs.nexudus.com/platform/day-to-day/sales/bookings/the-difference-between-invoicing-and-charging-a-booking.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.
