# Configuration

***

### Main Configuration

#### <mark style="color:blue;">/config</mark> <mark style="color:red;">(All Users)</mark>&#x20;

`/config | /menu | /setup | /settings`

Open the main configuration menu. Provides access to: Portal setup, Welcome Messages, Filters, Whales Mode, Voting campaigns, Lounge Mode, and all other group settings.

***

#### <mark style="color:blue;">/admins</mark> <mark style="color:$success;">(All Users)</mark>&#x20;

`/admins`

Display list of all group administrators with their roles. Can be disabled via `/adminslist off`.

***

### Feature Toggles

#### <mark style="color:blue;">/silentmode</mark> <mark style="color:red;">(Admin)</mark>

`/silentmode | /silentmode on|off`

Toggle silent mode. When enabled: removes ads, hides ban/mute notification messages, and suppresses bot action notifications for a cleaner chat experience. Premium feature with payment option.

***

#### <mark style="color:blue;">/jokes</mark> <mark style="color:red;">(Admin)</mark>&#x20;

`/jokes on|off`

Enable/disable joke mode. When enabled, the /sol command will first show a fake price before revealing the real one.

***

#### [<mark style="color:blue;">/memes</mark>](#user-content-fn-1)[^1] <mark style="color:red;">(Admin)</mark>

`/memes on|off`

Enable/disable the /meme command for the group.

***

#### <mark style="color:blue;">/adminslist</mark> <mark style="color:red;">(Admin)</mark>

`/adminslist on|off`

Enable/disable the /admins command for regular users.

[^1]:


---

# 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.odin.tools/tools/heimdall-protection-bot/configuration.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.
