# bot

## Summary

The `/bot` command is used to view and change [bot settings](/settings/bot-settings.md). These settings apply to just the server you are using Friend Time in.

* `/bot list` - View all bots with settings in the server.
* `/bot view <bot>` - View a bot's settings.
* `/bot edit <bot> <setting>` - Change one of a bot's settings.
* `/bot remove <bot>` Remove all of a bot's data.

{% hint style="info" %}
To setup a **new bot**, use the [set](/commands/user-commands/set.md#setup-for-a-bot) command.
{% endhint %}

## View All Bots with Settings in the Server

Type `/bot list` to view all bots with settings in the server.

![](/files/AlaTTJ8z4dcC8xDNFOe1)

## View a Bot's Settings

Type `/bot view <bot>` to view a bot's settings.

![](/files/OxwWjnUffqxAANJBsL8O)

{% hint style="info" %}
If a setting is *italicized* it means the bot is using the default setting value.
{% endhint %}

## Change One of a Bot's Settings

Type `/bot edit <bot> <setting>` to change one of a bot's settings.

![](/files/gVY3bLa8I0h2U5Ka3Vge)

## Reset a Setting to Default

Type `/bot edit <bot> <setting> reset:True` to reset a setting to default.

![](/files/CtggP8ZvQQSBpthbiHIU)

## Remove All of a Bot's Data

Type `/bot remove <bot>` to remove all of a bot's data.

![](/files/O96VQqsD0ez0sjYdLg9e)

{% hint style="info" %}
This will remove the bot from the server's [bot list](#view-all-bots-with-settings-in-the-server).
{% endhint %}


---

# 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://friend-time.arilyn.cc/commands/admin-commands/bot.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.
