> For the complete documentation index, see [llms.txt](https://docs.swoop.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swoop.fun/swoop-ru/otlozhennye-ordera/aktivnye-ordera.md).

# Активные ордера

Нажмите кнопку **«Лимитные ордера»** в главном меню бота, чтобы посмотреть все ваши активные лимитные ордера.

<div align="left"><figure><img src="/files/4alqllXW10wzQZWPUHUY" alt="" width="271"><figcaption></figcaption></figure></div>

Здесь отображаются все ваши **лимитные ордера** с краткой сводкой по каждому токену: **тикер токена**, **количество** **ордеров на** **покупку** и **продажу**.

<div align="left"><figure><img src="/files/p9NkJD6VCJ0Hrle83vPm" alt="" width="321"><figcaption></figcaption></figure></div>

Нажмите на **тикер токена** (*например*: «Bonk»), чтобы увидеть все активные лимитные ордера данного токена.

<div align="left"><figure><img src="/files/qKUp93lMUFSOAr6KLg4z" alt="" width="319"><figcaption></figcaption></figure></div>

Нажмите кнопку **«Лимит покупки»** или **«Изменить»**, чтобы редактировать лимитный ордер.

<div align="left"><figure><img src="/files/CShrYe6USLxmXit6iVQn" alt="" width="272"><figcaption></figcaption></figure></div>

Нажмите кнопку **«Тейк-профит», «Стоп-лосс»** или **«Изменить»**, чтобы редактировать лимитный ордер.

<div align="left"><figure><img src="/files/zDT4fjSohMVIVYF5gIW4" alt="" width="208"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Если **активных лимитных ордеров нет**, в разделе [Лимит покупка](https://app.gitbook.com/o/2Rk5Y3qUbRKge0czRj6m/s/nogzgYvDfAFQQLJ48fP7/~/changes/55/limitnye-ordera/limit-pokupki) можно найти информацию, **как создать лимитный ордер.**
{% endhint %}

<div align="left"><figure><img src="/files/ciHEhX1APQAogMdcWA4E" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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.swoop.fun/swoop-ru/otlozhennye-ordera/aktivnye-ordera.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.
