# Settings

### How to Access <a href="#id-4bc53e73-db39-4741-b2fd-2b0eda82e4d4" id="id-4bc53e73-db39-4741-b2fd-2b0eda82e4d4"></a>

Send `/settings` in @clickperps\_bot, or tap Settings from the bot menu.

### Settings Reference <a href="#edf777d2-e567-4695-ada5-710815b51091" id="edf777d2-e567-4695-ada5-710815b51091"></a>

| Setting                 | Description                                                                                 | Values                                       |
| ----------------------- | ------------------------------------------------------------------------------------------- | -------------------------------------------- |
| **Display Name**        | Public trading username for copy trading and leaderboards                                   | 5-32 characters, alphanumeric and underscore |
| **Broadcast Trades**    | Auto-post trade updates to your Telegram groups and channels                                | On / Off                                     |
| **Broadcast Groups**    | Select which groups and channels receive your trade broadcasts                              | Per-group toggles                            |
| **Auto PnL Card**       | Auto-generate and send a PnL card when a position is closed                                 | On / Off                                     |
| **Default Margin Mode** | Set whether new positions default to Isolated or Cross margin (can be overridden per trade) | Isolated / Cross                             |
| **Allow Copy Trading**  | Let other users copy your trades by username (opt-in for username-based copy trading)       | On / Off                                     |
| **Profit Share Rate**   | Percentage of realized profit that copiers pay you on profitable copy trades                | 0-20%                                        |
| **Profit Share Alerts** | Receive notifications when profit share payouts are made                                    | On / Off                                     |

> ℹ️ **Leverage** is not a global setting. It is selected per trade when opening a new position (1-100x, default 5x).

> ℹ️ **Slippage** is not configurable in the Perps Bot. Market orders use a hardcoded 0.5% slippage tolerance. Limit orders execute at the exact specified price with no slippage.

> ℹ️ **Language** is set during registration and is not changeable from the settings menu.


---

# 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.click.trade/perpetuals-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.
