# Adjust the price

This page explains the steps to adjust prices for individual charge items within a booking. This feature allows users to edit the price by either a fixed amount or a percentage adjustment, which can be positive or negative. Once saved, the adjustments are visible on the Booking Overview page.

### Steps

1. Navigate to the Booking Overview page and select 'Edit Booking' to open the editing sidebar.
2. Click on any charge item to open the price adjustment dialog.\
   \
   ![](/files/offWloGLLwF5k4yl8fvl)<br>
3. In the dialog, users can adjust the price in two ways:

   1. **Amount**: Enter a specific amount to override the existing charge.
   2. **Percentage**: Enter a percentage increase or decrease to adjust the charge.

   Both the amount and percentage can be either positive (increase) or negative (decrease).\
   \
   ![](/files/T7eySSdL89eNdMlxm0cQ) \
   \ <img src="/files/Tp1V9NtJBXn3u8LiwX77" alt="" data-size="original"><br>
4. After entering the adjustment, click the 'Save Adjustment' button. The dialog will close, and the adjusted charge item will display the new price, highlighted with a dashed underline. You can also view both the original and adjusted prices by clicking on the highlighted price.\
   \
   ![](/files/gzGgsa8IAO4cvFPIlrQz)<br>
5. Finally, click on the 'Save changes' button to apply and save all adjustments made.
6. On the Booking Overview page, users can view a list of charges with adjusted prices clearly highlighted.\
   \
   ![](/files/U8f3lsc8BHIH7yO8PShJ)<br>


---

# 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.loopit.co/bookings/lifecycle-of-a-booking/editing-a-booking/adjust-the-price.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.
