> For the complete documentation index, see [llms.txt](https://friend-time.arilyn.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://friend-time.arilyn.cc/commands/admin-commands/setup.md).

# setup

## Summary

The `/setup` command runs the server setup. This setup is optional, but includes various server settings to customize the functionality of Friend Time for your server.

## Setup Your Server

**1.** Type `/setup` to start the setup process.

![](/files/GibKnSjKfBpAKvIuRehU)

**2.** Enter the [server's time zone](/commands/admin-commands/setup.md).

![](/files/1QUQOu5Sd31uGQhofPAz)

{% hint style="info" %}
If you are unsure which time zone to use, see the guide on [finding time zones](/finding-time-zones.md).
{% endhint %}

**3.** Confirm the [server's time zone](/commands/admin-commands/setup.md).

![](/files/hqJNNnK3ndD4x1MTENXs)

**4.** Enter the [server's time format](/commands/admin-commands/setup.md).

![](/files/vpkWMigvZyN1xkNvvJnB)

**5.** Enter whether you'd like [auto-detect](/settings/server-settings/auto-detect.md) enabled or not for the server.

![](/files/FZQpcSXe2oZWWhYWmqiC)

**6.** Enter whether you'd like the [time zone list](/settings/server-settings/list.md) enabled or not for the server.

![](/files/4p79tGy1iop02IioN3Ra)

**7.** Enter whether you'd like [reminders](/commands/admin-commands/setup.md) enabled or not for the server.

![](/files/tDuY1SSbfoHo2FnSTJu4)

**8.** Enter the [server's language](/commands/admin-commands/setup.md).

![](/files/kBXmwjPHvzXkoN5VvG0u)

**9.** The setup should now be complete.

![](/files/xH4fQid9SiT7EfnwLmac)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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