> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/deploy/evm/settings.md).

# Settings

{% hint style="info" %}
Settings is where every Dev Features preference lives: enrichment tiles, creator buy presets, and one-click deploys.

Every value on this page belongs to one chain. Pick the chain from the dropdown in the Manager, or from the chain selector in the top right corner of the Settings modal, and configure each chain the way you want.
{% endhint %}

***

### Deploy Settings

<figure><img src="https://373591576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMnkwltEDWRRlh7lLk05b%2Fuploads%2FntcZ5iiUpG3iMyzZTxIH%2Funknown.png?alt=media&amp;token=3f75789c-043e-40b8-a52d-25245ee5b6b0" alt=""><figcaption></figcaption></figure>

| Field                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Enrichments Position**     | Where enrichment tiles render on a tweet card: Top, Bottom, Left, Right. Enrichment tiles are the rectangles that appear next to a tweet when Bloom's AI detects a token candidate in the post. Each tile carries a name, a symbol, and an image, derived from the tweet's text and the history of coins previously deployed on the chain selected at the top of the tracker. Clicking a tile opens the Deploy modal with those fields prefilled. |
| **Preferred Terminal**       | Which terminal to open when a token is successfully deployed.                                                                                                                                                                                                                                                                                                                                                                                     |
| **Creator Buy 1 to 4**       | Preset amount for the creator-buy chip in the Deploy dialog, in the native currency of the selected chain. Four slots, each holding its own amount.                                                                                                                                                                                                                                                                                               |
| **Enable One-Click Deploys** | Deploy a token in a single click using a saved deploy preset.                                                                                                                                                                                                                                                                                                                                                                                     |
| **Deploy Preset**            | Which saved deploy preset to apply when deploying with one click.                                                                                                                                                                                                                                                                                                                                                                                 |

{% hint style="info" %}
Some tweets carry no tiles. When the AI returns no candidates, the strip stays empty and the position setting has no visible effect on that card.
{% endhint %}

***

### Deploy Presets

{% hint style="info" %}
Preset mechanics are documented on the Deploy page. This menu is the shortcut to edit them without opening a full deploy flow.
{% endhint %}

<figure><img src="https://373591576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMnkwltEDWRRlh7lLk05b%2Fuploads%2Feap5ShYbPLVcWldPTxVe%2Funknown.png?alt=media&amp;token=87fc6deb-10be-44d2-9aa3-9d206e1a4df3" alt=""><figcaption></figcaption></figure>

| Field               | Description                                                                                                                                                             |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Preset name**     | Name of the preset.                                                                                                                                                     |
| **Token name**      | Text you add to the name of the token you choose.                                                                                                                       |
| **Name position**   | Whether the Token name sits before or after the name you enter, through the Prefix and Suffix options. If you enter no name, the Token name is the only name displayed. |
| **Symbol**          | Short name you add to the symbol you choose. If you choose no symbol, this is the only one that appears.                                                                |
| **Symbol position** | Whether the Symbol sits before or after the symbol you enter, through the Prefix and Suffix options. If you enter no symbol, the Symbol is the only symbol displayed.   |

Fill the fields and click <kbd>Add preset</kbd> to save. Saved presets are listed under **Saved Presets**, where <kbd>Edit</kbd> reopens a preset and the red button removes it.

***

### Bundle presets

{% hint style="info" %}
Bundle presets are the bundles you saved from the Deploy dialog. You rename and remove them here; the wallets and the amounts stay editable where you built them.
{% endhint %}

<figure><img src="https://373591576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMnkwltEDWRRlh7lLk05b%2Fuploads%2FifVukVpMxTOz3qJfrDPJ%2Funknown.png?alt=media&amp;token=00681df1-dfd3-4a1b-b8bb-35fd989e856c" alt=""><figcaption></figcaption></figure>

| Element           | Description                                                                                                                          |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **Saved bundles** | Every bundle saved from the Deploy dialog, with the total count on the right.                                                        |
| **Bundle card**   | The name of the bundle and what it carries: bundle mode, number of buys, number of transfers, slippage, and the date you created it. |
| **Rename**        | Renames the bundle.                                                                                                                  |
| **Remove**        | Deletes the bundle. The red button next to Rename.                                                                                   |


---

# 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.bloombot.app/manager/deploy/evm/settings.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.
