# Splitting Transactions

Sometimes you will have trades that come into Wingman as a single transaction, which is the most granular level. But you need to split it into multiple transactions, so that you can assign each lot to a different position.

For example, if two different positions in the same underlying share the same exact option contract, and that gets assigned, there will only be one assignment transaction, but it needs to be split across those two positions.

Here's how you can do that in Wingman:

**1. Find the transaction that needs to be split and duplicate it via Actions menu.**

![](/files/-MA8UhBtg8LCqTDmSQGJ)

You can see how we now have two 2-lots (wrong). Need to edit each one to the desired quantity (and different trade prices in many cases).

![](/files/-MA8UxACwUfwmdhx5oXi)

**2. Edit the original transaction and the new duplicate to be the desired quantities and prices, again using the Actions menu for each transaction.**

![](/files/-MA8VBwEun4RXxITuhaA)

**3. Now that you have the proper individual transactions, you can move these to another existing position or create a new one, using either of the top two options in the Actions menu.**

![](/files/-MA8VOZYUxoaDJzZQvWZ)


---

# 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.wingmantracker.com/getting-started/splitting-transactions.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.
