> 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/settings.md).

# Settings

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

***

### Deploy Settings

<figure><img src="https://373591576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMnkwltEDWRRlh7lLk05b%2Fuploads%2FLpwcwZTZ8seMmPm2j9a1%2Fdep%20sett.png?alt=media&#x26;token=52ccabab-35fc-4adf-a037-f864fed9a6dc" alt=""><figcaption></figcaption></figure>

<figure><img src="https://373591576-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMnkwltEDWRRlh7lLk05b%2Fuploads%2FfPhP401pIvYBaEg7sP1w%2Funknown.png?alt=media&#x26;token=239f4754-6bed-4145-9d84-4d80cb95cebe" 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 SOL amount for the creator-buy chip in the Deploy dialog. Four slots, each holding its own amount.                                                                                                                                                                                                                                                                                                                                         |
| **Creator Priority Fee**     | Priority fee in SOL applied to the creator buy when deploying a token.                                                                                                                                                                                                                                                                                                                                                                            |
| **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%2FXXxaRAacawOUJHTth8JQ%2Fdep%20pres.png?alt=media&#x26;token=b959d082-5a9e-40e6-ba76-b75f6f498d22" 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.   |


---

# 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/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.
