# Global Settings

Your control center for optimizing how Ocean behaves across trading sessions.

{% hint style="info" %}
Access these settings by tapping `/start` in the bot and selecting the **⚙️ `Settings`** icon.
{% endhint %}

<figure><img src="/files/sI9vGnVJaOXZXSr2zdZ6" alt="" width="563"><figcaption></figcaption></figure>

Once you’re inside :gear: **`Settings`**, these are the switches that let you fine-tune how Ocean behaves during your trades.

### 1. `🙈 Show Hidden Tokens`&#x20;

### 2. `⚡️ Quick Buy / 💰 Quick Sell`

### 3. `📈 Show PnL Card`

### 4. `🛒 One-Click Buy/Sell`

:paperclip: **`Presets`** [*click here*](/settings/presets.md) *to learn what they do and how to customize them to fit your strategy.*

Now let's take a closer look at what each setting actually does and how it helps your flow. :point\_down:

***

## :gear: Settings

### 🙈 Show Hidden Tokens&#x20;

View all tokens you’ve hidden from your portfolio.

Tap **\[Un-hide]** to bring any of them back into view.

You’ll get a quick confirmation, and they’ll show up in your balances again. ✅

<figure><img src="/files/i05w6vvM4iTOzKjmsGOL" alt="" width="375"><figcaption></figcaption></figure>

***

### ⚡️ Quick Buy / 💰 Quick Sell&#x20;

Set default amounts to speed up your Buy and Sell flows.

Tap any preset to edit it and set the value you want.

Your saved amounts will show up as buttons during trading — just tap to execute. ⚡

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

***

### 📈 Show PnL Card&#x20;

Enable automatic display of the PnL (Profit and Loss) Card after a token is sold. Quickly assess gains or losses right after the trade.

<figure><img src="/files/apEyJzm5M3xQ4CXj1rkL" alt="" width="375"><figcaption></figcaption></figure>

***

### 🛒 One-Click Buy/Sell

Activate to perform trades with a single tap. **No confirmation step**. Use with caution for lightning-fast execution.

<figure><img src="/files/OlzaYkx5lhWqfuVA5yGq" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.oceanbots.ai/settings/global-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.
