# Settings

To access your settings, do `/settings` in your group when buy bot is live. Doing so, you'll be prompted with below

<figure><img src="/files/gPSRIM4ny1WJaf3L6uoa" alt=""><figcaption></figcaption></figure>

We'll cover all these settings

### Gif / Media

Click to set a media that will appear on your buys. This can be a video, gif or image

### Min Buy

This is the minimum buy that will be broadcasted in your group

### Emoji

This is the emoji that will show on your buys which represents how large the buy is

### Step

This is the $ amount per emoji that shows. A lower amount, the more emojis that show

### Show Price

Check this if you want to have an additional line on every buy which shows the token price

### Whale Alerts

When a wallet with value over $35,000 in ETH / BNB / Stables buys your token there's an extra part of your buy message which says their wallet value

### Ignore Mev Bots

When this is enabled all those mev bots will be blocked from showing in your chat. No more Jaredfromsubway spamming your chat

### Link TG

Add your Telegram to be shown on [@Trending](https://t.me/trending) if you trend

### Circ Supply

Use if you have a large amount of burned supply, this will make the market cap on your buys accurate

### Add Buttons

When clicked you'll be prompted with

<figure><img src="/files/QE27RWfSIKYHhitLkghV" alt=""><figcaption></figcaption></figure>

Click add to add a button then send the syntax shown. Button name on top, link below on a newline. The buttons will appear under your buys with max 3 allowed

### Buy Layouts

When clicked you'll be prompted with

<figure><img src="/files/4vuoCEd13menohDPDCJB" alt=""><figcaption></figcaption></figure>

You can click each layout to change it or choose Custom Layout, where you can customize every single thing about your buy messages. This is for advanced users, with very large syntax explained in that menu.

### Buy Competition

When clicked you'll be prompted with

<figure><img src="/files/wCjL5exZyqZDZmMY7b5W" alt=""><figcaption></figcaption></figure>

Adjust all settings and start competition. Starting competition will pin the message in your group. The largest buys will be added to your message and once the competition ends, a new message will be sent with the winner.

If an address gets through, like a mev or seller, that shouldn't be there use `/disqualify address`

### Clone

Cloning can send your buys from a completely custom bot instead of Safeguard, when clicked you'll be prompted with

<figure><img src="/files/judt2FaOe2M3jCV7vjft" alt=""><figcaption></figcaption></figure>

Press Clone and submit your bot token to clone the bot. Ensure your new bot is in your group otherwise it won't work. Watch a tutorial on getting the bot token and cloning [here](https://t.me/Safeguard_Ann/36)

### If needed, reset your buy bot with /reset


---

# 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://docs.safeguard.run/buy-bot/settings.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.
