> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/autobuy.md).

# Autobuy

Panel for managing automatic asset purchases: create purchase rules, configure parameters, and monitor operation.

### Main Elements

* **Control buttons** — start and stop all or selected auto-buy rules
* **Auto-buy table** — list of configured rules with parameters
* **Filter panel** — search and filter auto-buy rules
* **Status indicators** — number of running and stopped rules

### Table Information

* **Name** — configured auto-buy rule name
* **Market** — market type (spot or futures)
* **Buy asset** — asset to be purchased
* **Min buy asset balance** — minimum asset balance to execute purchase
* **Buy amount** — volume per single operation
* **Sell asset** — asset used to pay for purchase
* **Check frequency** — time interval between condition checks

⚠️ **Note:** full list of available columns can be configured through **Table management**.

### Operations

#### Auto-buy Management

* **Start all** — activate all auto-buy rules
* **Stop all** — deactivate all auto-buy rules
* **Add auto-buy** — create new auto-buy rule
* **Delete selected** — delete selected auto-buy rules

#### Individual Auto-buy Operations

* **Start** — activate auto-buy rule
* **Stop** — deactivate auto-buy rule
* **Edit** — change auto-buy parameters
* **Delete** — delete auto-buy rule

### Filters

* **Search** — search by rule name or market
* **Status** — filter by running and stopped rules

⚠️ **Note:** auto-buy executes automatically when specified conditions are met and sufficient balance is available.


---

# 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://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/autobuy.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.
