> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/baas-wiki/ui-overview/commissions.md).

# Commissions

Customer knows about suggested commissions when signing commercial agreement.

There can be **fixed fees** and **percentage fees** for all types of transactions, depending on currency and payment method.

Both types of fees are summed up, so in case you see bigger amount than expected based on percentage, please check if you have fixed fee as well.

When creating each transaction, they see the total (chosen amount + fee) near the if you unfold the Total amount section. Note that if the account balance is less than this total, transaction can’t be processed.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FgrAPFkwEvD9zb1HKs3md%2Fimage.png?alt=media&amp;token=4ffbf530-2468-4fab-a681-8eec1bd8e441" alt=""><figcaption></figcaption></figure>

In the Payments section (Transaction history) you can also see the fee amount for each transaction in the Details.

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FsrWsBwquQlrb9bCsZ8fW%2Fimage.png?alt=media&amp;token=c1f976d8-871a-4358-a1d1-d766ead698f8" alt=""><figcaption></figcaption></figure>


---

# 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.delos.financial/baas-wiki/ui-overview/commissions.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.
