# server

## Summary

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

* `/server view` - View the server's settings.
* `/server edit <setting>` - Change one of the server's settings.
* `/server remove` Remove all of the server's data.

## View the Server's Settings

Type `/server view` to view the server's settings.

![](/files/8gBpsdoY5qEJfN3cIVnw)

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

## Change One of the Server's Settings

Type `/server edit <setting>` to change one of the server's settings.

![](/files/LVxhiOL3OHyDzxuXiRBO)

## Reset a Setting to Default

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

![](/files/13Dgmq2SIi4GhZGHd01v)

## Remove All of the Server's Data

Type `/server remove` to remove all of the server's data.

![](/files/PjbI4ezw6qdWqGSGZiXh)


---

# 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/server.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.
