# Setup

{% hint style="danger" %}
Please note that Bars is still in development, and a lot of features are not released on the stable build as of yet.
{% endhint %}

### Prefix

This command changes the [prefix](/info/key-terms.md#prefix). The default prefix for Bars is `$`.

```javascript
$prefix <prefix>
```

### Member Logging

Bars will currently only log new joins along with their reputation and their previous infractions, warns, bans, ect. To set the [logging channel](/info/key-terms.md#prefix), use the following command.

```javascript
$logchannel <#channel | channelID>
```

{% hint style="info" %}
Whenever you are required to add a discord mention, IDs always work
{% endhint %}

### Mute Role

If you want to be able to use Bars' mute and auto-mute functionalities, you must first set up a [mute role](/info/key-terms.md#mute-role). However, you also need to check that the Permissions are correctly configured too.&#x20;

```javascript
$muterole <@role | role ID>
```

###


---

# 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.bars.delvedev.com/master.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.
