# How to Enter Fee Information

If you'd like to enter fee information on a trade, select the **MORE** drop-down on the left-hand side:

![](/files/baf2133f0ca0e4a93e56c16c472f73ddefdeba61)

{% stepper %}
{% step %}

#### Select the Fee Type

To specify the type of fee, click the gray box next to the **+** sign under fees. Then, choose from the drop-down menu:

![](/files/79796480e0d16bfa9cca3c24f34d1e4c73e3207f)
{% endstep %}

{% step %}

#### **Choose Measurement and Settlement Date**

Select whether the fee is a **unit**, **flat**, or **contract** by clicking on the gray 3rd box. Select the settlement date by clicking on the fourth box and choosing a date on the calendar:

![](/files/734bdde99808c47df7ba47e5b8f158b39d1a93e9)
{% endstep %}

{% step %}

#### Add Additional Fees

To add another fee, click the **+** button. A cell will populate under the first one; modify it by following the steps above. It will look something like this:

![](/files/9720349586ea8faec4b28403d51256f691b4f17c)
{% endstep %}

{% step %}

#### Indicate Receiving vs Paying

If you would like to indicate that you are receiving the fees rather than paying them, enter a negative value into the field. Press **SAVE** when you're finished.
{% endstep %}
{% endstepper %}


---

# 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://help.molecule.io/core-functionality/day-to-day-use/how-to-enter-fee-information.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.
