# Positions

La page **Positions** affiche tous les tokens que vous détenez suite aux achats du bot.

### Quand il y a des positions

Chaque position affiche :

* Token name et contract address
* Prix d'entrée et prix actuel
* P\&L en pourcentage et en SOL
* Boutons de vente rapide

### Vendre depuis les Positions

* **25% / 50% / 75% / 100%** — Vente rapide d'un pourcentage
* **Sell All** — Vend toutes vos positions d'un coup

> ⚠️ **Sell All** vend **tout**. Utilisez-le avec précaution.

### Page vide

Si aucun token en votre possession, la page affiche "Aucune position ouverte". Appuyez sur **🔄 Refresh** pour actualiser.

> 💡 Vous pouvez aussi vendre depuis les **notifications d'achat** — c'est souvent plus rapide.


---

# 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://f-project-1.gitbook.io/f-project-playbook/outils/positions.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.
