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

# Positions / Sell

The position manager displays the current profit/loss and price action of all the tokens in your wallets. **This auto refreshes with live updates.** You can quickly sell any of the tokens from this screen.

Click Positions or type `/positions` to show the manager.

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

{% hint style="info" %}
Click Pin to pin the manager to the top of your Nova bot. This makes it easy to check as you make further trades with the bot!
{% endhint %}

If you have multiple positions open, you can sort by value (high to low) or by time (new to old).&#x20;

When you want to sell a token, simply click the "Sell from" link and the sell view will open.

<figure><img src="/files/rnyWIIZEwm2qj0vNcwcy" alt="" width="320"><figcaption></figcaption></figure>

Select the % amount of your token holdings to sell.

Optionally change the slippage for your order.

Press "Sell" and your transaction will instantly send.


---

# 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:

```
GET https://docs.novabots.io/setup/positions-sell.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.
