> For the complete documentation index, see [llms.txt](https://docs.bbb.community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbb.community/getting-started/setup-tips.md).

# Setup Tips

{% stepper %}
{% step %}

### Big Blue Bot 101

BBB provides a range of signals - from high-volume “noisy” alerts like [Freshies](/solana-suite/editor.md), [Semi-Dormants](/solana-suite/markdown-1.md), [Liquidity Inflows](/solana-suite/openapi-1.md), and [Freshies Sells](/solana-suite/freshies-sells.md), to higher-priority ones like [Low Market Cap Big Freshies](/solana-suite/editor/big-freshies/low-mc-big-freshies.md), [Migrations](/solana-suite/migrations-tracker.md), and [Dormants](/solana-suite/markdown.md). The key is to set up your system to filter and prioritise these according to your strategy.

Every number, emoji, and label in the bots carries context you need to read correctly. You’ll find a reference list in the bot’s description tab or on a dedicated docs page, and it’s worth learning them all.

For example, the funding age of a freshie can reveal a lot about a token:

&#x20;• Funded after launch often means an emotional normie user jumping in;

&#x20;• Funded about an hour before launch is often a team wallet;

&#x20;• Funded months ago could indicate old, bad clusters linked to ruggers.

Patterns like this are the core of making BBB work. Remember, BBB is a sword, not a magic wand. It takes practice, and hard work to use effectively.
{% endstep %}

{% step %}

### Popup Windows

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

As mentioned above, certain channels with constant feed might feel crowded, so we advise you mute such channels and create popup windows, so you can easily access several feeds at once. The tools you consider to be the most important should be kept pinned.
{% endstep %}

{% step %}

### Auto Refresh

<figure><img src="/files/oRdSHvoX2nTnTwHYiwhU" alt=""><figcaption><p>Membership selection screen</p></figcaption></figure>

To make sure the popup windows are updated with every new alert, enable the auto refresh of opened windows. To do so go to Telegram settings, then to "Advanced" and there click on "Experimental". In that section scroll all the way down until you see "Mark as read of inactive chat" and enable it.
{% endstep %}

{% step %}

### Sound System

<figure><img src="/files/aZOKUSt3KgCgQr1rRYrs" alt="" width="431"><figcaption></figcaption></figure>

To create a system that works best for you, use different sound pings for each pinned channel (for example, if you consider SOL Migrations essential for your set up, you may want to pin it and use a custom sound for alerts). To do so, right click on any chat of your choice, click on "mute" and then select "tone".

This helps a lot in getting your priorities straight and adjusting your focus.

You may look for sounds to download at [Pixabay](https://pixabay.com/sound-effects/search/notification/) or [Zedge](https://www.zedge.net/find/ringtones/notification%20sounds) or [Upbit](https://uppbeat.io/browse/sfx/pops-and-dings).&#x20;
{% endstep %}

{% step %}

### Lastly but Most Importantly

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

Use the bots to backtest runners. This is the most efficient way to find patterns that repeat over and over again in the ocean of rugs.

\
Each time you find a mooner, paste the contract address in any bot and collect valuable information, so you can be wiser for next time and spot it live and not in retrospect.
{% endstep %}
{% endstepper %}


---

# 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.bbb.community/getting-started/setup-tips.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.
