# Channel

Channel [Cost Settings](https://app.bloomanalytics.io/commission_rate) allow you to track **commission or platform fees** for each sales channel you use (for example: Online Store, POS, Draft Orders, etc.).

For each channel, you can define a **percentage-based cost**. Bloom will calculate this percentage on the **order value** and treat it as a cost in your profit calculations.

#### **How it works**

* Each channel has its own commission rate (%).
* When an order is placed through a channel, Bloom applies the configured percentage as a **channel cost**.
* This cost is automatically reflected in the **Profit & Loss table**.

**Example**

* Channel: **Online Store**
* Channel fee: **5%**
* Order value: **₹1,000**

**Channel cost = 5% of 1,000 = ₹50**

#### **Updating Channel Costs**

* Click the **edit (✏️) icon** next to a channel to update the percentage.
* After saving your changes, click **Recalculate Commission Rate** (top-right corner) to apply the updated costs across your reports.

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

#### **Notes**

* Channel costs are applied **only to orders from the selected channel**.
* You can set different percentages for different channels.
* Make sure to recalculate after any change to ensure accurate profit metrics.


---

# 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.bloomanalytics.io/cost-setting/channel.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.
