> 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/swoop-solana-bot/settings/avtopokupka.md).

# Автопокупка&#x20;

Если включена функция **«Автопокупка»** , бот автоматически купит токен сразу после ввода его адреса в Telegram — без подтверждений и дополнительных действий. Покупка будет выполнена на основе ваших предустановленных настроек, независимо от текущего баланса.

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

<div align="left"><figure><img src="/files/S17nO5yUvv8RbysQ9E3b" alt="" width="281"><figcaption></figcaption></figure></div>

**Перед использованием функции «Автопокупка»** необходимо указать **сумму покупки** — это единственная необходимая настройка для активации режима.

Другие настройки необязательны: \
Вы также можете определить **минимальную** и **максимальную рыночную капитализацию** и **лимиты ликвидности** . Если токен не соответствует этим условиям при отправке адреса контракта, **покупка не будет выполнена.**

**После установки значений нажмите кнопку «Включено», чтобы включить режим автоматической покупки.**

<div align="left"><figure><img src="/files/9hY6ZXY5cqzOSid8Fn4N" alt="" width="218"><figcaption></figcaption></figure></div>

### **Купить один раз**

Данный параметр определяет, будет ли бот покупать токен один раз или каждый раз, когда вы вводите адрес контракта.

<div align="left"><figure><img src="/files/ordgVCKYO76IdKIuwUXf" alt="" width="217"><figcaption></figcaption></figure></div>

* 🟢 **Один раз** – Бот купит токен только один раз. Если вы его продадите, вам нужно будет вручную установить сумму, прежде чем покупать его снова.
* 🔴 **Один раз** — каждый раз, когда вы вводите адрес контракта, бот будет автоматически совершать покупку, используя заданную вами сумму.

<div align="left"><figure><img src="/files/8XjTwX8XM2BHuK7ty49w" 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/swoop-solana-bot/settings/avtopokupka.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.
