# set

## Summary

The `/set` command runs the required user setup. This includes your time zone so that Friend Time is able to convert times to and from your time zone. You can run this setup for yourself, another user, or a bot.

* `/set me` - Run the user setup for yourself.
* `/set user <user/bot>` - Run the user setup for another user or bot.

## Setup for Yourself

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

![](/files/aTEuSwpRVjifh4nItWgR)

**2.** Enter [your time zone](/settings/user-settings/time-zone.md).

![](/files/kPDqzERJgjzWPO7dWrPF)

{% 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 [your time zone](/settings/user-settings/time-zone.md).

![](/files/Ecq106uJchuTPF4cpfuv)

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

![](/files/TnXM1XI7MHJ7AV2gZ9St)

## Setup for Another User

**1.** Type `/set user <user>` to start the setup process.

![](/files/Bbz8iSntIgwFer5RbHMj)

**2.** Enter the [user's time zone](/settings/user-settings/time-zone.md).

![](/files/5eEnFHCuYl4j7zWtzwbM)

{% 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 [user's time zone](/settings/user-settings/time-zone.md).

![](/files/mglaz2PjThzNc0WFO4hI)

**4.** Have the **other user** confirm [their time zone](/settings/user-settings/time-zone.md).

![](/files/chZueF1iJDz696gNp11o)

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

![](/files/yDTMNVzThNSpXlEKj4Zm)

## Setup for a Bot

**1.** Type `/set user <bot>` to start the setup process.

![](/files/mSWMzaTdlXI9mVDAuaLR)

**2.** Enter the [bot's time zone](/commands/user-commands/set.md).

![](/files/IuPpCSr5wjTv55Kqfh0O)

{% 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 [bot's time zone](/commands/user-commands/set.md).

![](/files/U7RIHRXaZlfJAKRGpIMu)

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

![](/files/3BSTiWBKfvl9mEzal4FN)

The bot should also appear in the [bot list](/commands/admin-commands/bot.md) where it's settings can be viewed or changed.

![](/files/jEllIQP1pzBZn53I1A0N)


---

# 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/user-commands/set.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.
