# userconfig

This command lets you configure some personal settings regarding the notifications you get from MoonlightBot, and other preferences regarding your experience with MoonlightBot.

## Required permissions

MoonlightBot requires the following permissions to successfully execute this command:

*No specific permissions required*

By default, a user is required to have the following permissions to use this command:

*No specific permissions required*

For more information on editing permission requirements for specific users/roles, refer to the [permissions tutorial](/docs/get-started/permission-tutorial.md)

## settings

This command lets you configure your personal settings, such as the types of notifications MoonlightBot will send you, and the language the bot will use when messaging/replying to you.

```
/userconfig settings [reaction-role-notifications] [vote-reminders]
```

* `reaction-role-notifications`: This option allows you to enable or disable notifications for adding or removing [a reaction role.](/docs/get-started/setting-up-reaction-roles.md) By default, it’s set to true, meaning the server’s settings control whether you receive notifications. Setting it to false overrides the server settings and prevents notifications
* `vote-reminders`: This option will remind you daily to [vote for MoonlightBot.](/docs/support-our-work/upvote-moonlightbot.md) By voting for the first time, it will remind you to vote again and this option can be used to turn reminders off
* `locale`: This option lets you choose what language you want your interactions with MoonlightBot to be in. If you'd rather have the bot automatically determine the locale from the language you have the Discord app set to, you can set it to "Auto" and it will automatically determine the locale (this is done by default unless you first explicitly change this value)

### Required permissions

MoonlightBot requires the following permissions to successfully execute this subcommand:

*No specific permissions required*

## Logs

*This command does not trigger any log events*

For more information on setting up those logs, refer to the [log setup tutorial](/docs/readme.md#logging)


---

# 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://moonlightbot.gitbook.io/docs/miscellaneous-commands/userconfig.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.
