# Charges

The **Charges** page provides a detailed, itemized view of billing for devices, rentals, phone lines, and SIP-related products. It ensures transparency by listing each charge along with its associated details.

**Columns Displayed:**

* **Number** – Identifies the item being billed (typically the product name or line number).
* **Amount** – The cost of the item or service before taxes.
* **Tax** – Applicable tax amount for the charge.
* **Description** – Additional details about the product or service billed.
* **Date** – The date and time when the charge was applied.
* **Action** – Provides a clickable option to **view or download the receipt** for the charge.

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

**Details Displayed:**

* **Devices:** Charges for purchased or leased phones, adapters, or other hardware.
* **Rental:** Recurring rental fees for equipment or services.
* **Line Charges:** Costs associated with phone lines, extensions, or channels.
* **SIP Products:** Charges related to SIP services such as trunks, DID numbers, or additional SIP features.
* **Other Services:** Any miscellaneous charges not covered above (e.g., setup fees, porting fees).

This page ensures full transparency by showing itemized charges so users can review their billing in detail.


---

# 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.cebodtelecom.com/new/my-account/charges.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.
