# Setting up channels and other settings

## Setting up different settings.

To set up settings for the bot, you need to use the **.settings** command.\
To change settings, you must have the "ADMINISTRATOR" permission. \
This is the command format:

```javascript
.settings <setting> <value>
```

Some of the first settings you will want to change include:

* Logs channel
* Welcome messages
* Human verification
* Suggestion channel

Example of setting up a suggestion channel:

```javascript
.settings suggestchannel 615303750902480971
```

The setting we're changing here is **"suggestchannel"** aka the channel where the suggestions will be sent.\
The value we're changing here is the ID of the channel where suggestions will be sent. In this example that's **"615303750902480971"**.

Here is the full list of all **.settings** settings and values(First the setting, then its values):

* suggestchannel - channel ID
* logschannel - channel ID
* welcomechannel - channel ID
* welcomemessage - String(The welcome message)


---

# 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://mcuniversity.gitbook.io/bookbot/comming-soon/setting-up-channels-and-other-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.
