# Friend Time

## Friend Time

- [Overview](https://friend-time.arilyn.cc/readme.md): Friend Time helps your server coordinate times and events by converting times mentioned in chat between time zones!
- [Finding Time Zones](https://friend-time.arilyn.cc/finding-time-zones.md): How to find time zones.
- [Time Conversions](https://friend-time.arilyn.cc/time-conversions.md): How time conversions work.
- [FAQ](https://friend-time.arilyn.cc/faq.md): Frequently asked questions.
- [User Commands](https://friend-time.arilyn.cc/commands/user-commands.md): Commands for all users.
- [set](https://friend-time.arilyn.cc/commands/user-commands/set.md): Run the user setup (for yourself, a user, or bot).
- [me](https://friend-time.arilyn.cc/commands/user-commands/me.md): Manage your user settings.
- [time](https://friend-time.arilyn.cc/commands/user-commands/time.md): View the time of the server, user, bot, or zone.
- [map](https://friend-time.arilyn.cc/commands/user-commands/map.md): View the zone map.
- [info](https://friend-time.arilyn.cc/commands/user-commands/info.md): More information about Friend Time.
- [Admin Commands](https://friend-time.arilyn.cc/commands/admin-commands.md): Commands for admins.
- [setup](https://friend-time.arilyn.cc/commands/admin-commands/setup.md): Run the server setup.
- [server](https://friend-time.arilyn.cc/commands/admin-commands/server.md): Manage server settings.
- [list](https://friend-time.arilyn.cc/commands/admin-commands/list.md): Manage the server time zone list.
- [bot](https://friend-time.arilyn.cc/commands/admin-commands/bot.md): Manage bot settings.
- [User Settings](https://friend-time.arilyn.cc/settings/user-settings.md): Settings for users.
- [Time Zone](https://friend-time.arilyn.cc/settings/user-settings/time-zone.md)
- [Date Format](https://friend-time.arilyn.cc/settings/user-settings/date-format.md)
- [Time Format](https://friend-time.arilyn.cc/settings/user-settings/time-format.md)
- [Private Mode](https://friend-time.arilyn.cc/settings/user-settings/private-mode.md)
- [Reminders](https://friend-time.arilyn.cc/settings/user-settings/reminders.md)
- [Language](https://friend-time.arilyn.cc/settings/user-settings/language.md)
- [Server Settings](https://friend-time.arilyn.cc/settings/server-settings.md): Settings for servers.
- [Time Zone](https://friend-time.arilyn.cc/settings/server-settings/time-zone.md)
- [Time Format](https://friend-time.arilyn.cc/settings/server-settings/time-format.md)
- [Auto-Detect](https://friend-time.arilyn.cc/settings/server-settings/auto-detect.md)
- [List](https://friend-time.arilyn.cc/settings/server-settings/list.md)
- [Reminders](https://friend-time.arilyn.cc/settings/server-settings/reminders.md)
- [Language](https://friend-time.arilyn.cc/settings/server-settings/language.md)
- [Bot Settings](https://friend-time.arilyn.cc/settings/bot-settings.md): Settings for bots.
- [Time Zone](https://friend-time.arilyn.cc/settings/bot-settings/time-zone.md)
- [Date Format](https://friend-time.arilyn.cc/settings/bot-settings/date-format.md)
- [Permissions](https://friend-time.arilyn.cc/misc/permissions.md): Permissions required to use Friend Time.
- [Self-Hosting](https://friend-time.arilyn.cc/misc/self-hosting.md): How to self-host Friend Time.
- [Translation Guide](https://friend-time.arilyn.cc/misc/translation-guide.md): Guide on how to translate Friend Time.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://friend-time.arilyn.cc/readme.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.
