> For the complete documentation index, see [llms.txt](https://docs.tracknow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tracknow.io/conversions/editing-conversions.md).

# Editing Conversions

You can edit a conversion after it has been attributed to an affiliate, including updating the affiliate’s commission.

{% hint style="info" %}
Conversions that have already been paid can still be edited; however, these changes will not impact the affiliate’s balance.

If you need to adjust an affiliate’s balance, it is recommended to add a manual conversion with a commission amount that reflects the correction. Negative commission values can be used for deductions.
{% endhint %}

***

### Editing a Conversion

Navigate to **Performance** → **Conversions** (for some users the screen is named **Commissions**) → Locate the relevant conversion → Click the three-dot icon under the **Actions** column → **Edit**

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

***

### Editing Conversion in Bulk

To edit multiple conversions, export the relevant conversions, update their details in the file, and then upload the updated CSV back to the system.

#### Exporting Conversions

Navigate to **Performance** → **Conversions** (for some users the screen is named **Commissions**) → Use the filters to narrow the conversion list to the relevant entries → **Download Report**

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

The report request will be added to the processing queue and will be ready within a few minutes. Once completed, you will receive a notification in the system. Download the file and apply the necessary changes to the conversions and the save the file as a CSV type file.

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

#### Uploading the Updated File to Update Conversions

Navigate to **Performance** → **Conversions** (for some users the screen is named **Commissions**) → **Update** → Choose the updated CSV file

<figure><img src="/files/ArrwfWNd1RTjESuv2mW0" 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.tracknow.io/conversions/editing-conversions.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.
