> For the complete documentation index, see [llms.txt](https://howto.indexify.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.indexify.finance/indexify/trading-operation/partial-orders.md).

# Partial Orders

Instead of getting stuck, Indexify gives you clear options to finalize:

<figure><img src="/files/309whFERJYE2est1kg4V" alt="" width="375"><figcaption></figcaption></figure>

***

#### **How Partial Orders Work**

* If some tokens in your order succeed and others fail → the order is marked as **Partial**.
* You’ll get a notification and a breakdown of what was bought vs. what failed.\ <br>

  <div align="center" data-full-width="true"><figure><img src="/files/AETjyLi15UxWxT2aEZOP" alt="" width="375"><figcaption></figcaption></figure></div>

<figure><img src="/files/5hPaTtdZXIIMb4QotwT9" alt="" width="375"><figcaption></figcaption></figure>

***

#### **Your Options**

When a Partial Order happens, you can choose to:

* **Retry** → Attempt to buy the tokens that failed.
* **Acknowledge** → Accept the partial purchase as-is.
* **Sell All** → Instantly sell the tokens that did succeed.

  <figure><img src="/files/j5SD0rb90f03hA6W8KrL" alt="" width="366"><figcaption></figcaption></figure>

***

#### **Order Details**

In the Partial Order view, you’ll see:

* Tokens successfully purchased
* Tokens that failed
* Current value of successful tokens

***

> ✅ **Tip**\
> Partial Orders are common in crypto trading during high volume or low liquidity. Always review the breakdown before choosing your next action.


---

# 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://howto.indexify.finance/indexify/trading-operation/partial-orders.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.
