> For the complete documentation index, see [llms.txt](https://lyfe.gitbook.io/undefined/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lyfe.gitbook.io/undefined/commands/conf.md).

# Configuration

Command: "config"

This command may be a little difficult for someone with no experience in programming to understand, but hopefully this section can guide you through it.

args = arguments like:

```
?config [arg 1] [arg 2] ect. ect.
```

{% tabs %}
{% tab title="No args" %}
When you type in this command, Lyfe will show you all the server settings you can change. Let's say you want to change the prefix. You will need to type:

```
?config prefix [symbol]
```

{% endtab %}

{% tab title="1 arg" %}
This will give you some details about the arg, for example this argument is "prefix" it will show what  it means.
{% endtab %}

{% tab title="2 args" %}
This will change the settings, no more are required to make it happen

{% hint style="info" %}
For prefix you can only do 1 symbol
{% endhint %}
{% endtab %}
{% endtabs %}

## Command Disabling

You can disable commands by typing:

```
?config disabled [command]
```

{% hint style="warning" %}
You can't disable the basic commands!
{% endhint %}

## Blacklisted Words

You can also blacklist words by typing:

```
?config blacklist [word]
```

{% hint style="warning" %}
You can't remove any blacklisted words
{% endhint %}
