# Autobuy

{% hint style="info" %}
Enabling **Auto Buy** allows Snaip to automatically execute a buy transaction as soon as you send a token address.
{% endhint %}

**To Activate Auto Buy:**

1. Go to **Settings**.
2. Click on **Auto Buy**; the icon will turn **GREEN 🟢** to indicate it's enabled.
3. Set your desired purchase amount next to it, e.g., 0.5 SOL.

<figure><img src="/files/YDg3X0IRsQvSsZVaUz7g" alt=""><figcaption><p><strong>GREEN 🟢</strong> to indicate it's enabled.</p></figcaption></figure>

{% hint style="info" %}
[**Snaip Pro**](/snaip-bot/additional-features/snaip-pro.md) will introduce additional settings within Auto-Buy, allowing you to further customize and fine-tune your buying preferences.
{% endhint %}


---

# 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://snaip.gitbook.io/snaip-bot/overview/settings/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.
