> For the complete documentation index, see [llms.txt](https://docs.appsforchat.com/reminder-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appsforchat.com/reminder-bot/guides.md).

# Guides

- [Installation](https://docs.appsforchat.com/reminder-bot/guides/installation.md)
- [Install from Marketplace (Recommended)](https://docs.appsforchat.com/reminder-bot/guides/installation/install-from-marketplace-recommended.md)
- [Manual Installation](https://docs.appsforchat.com/reminder-bot/guides/installation/manual-installation.md)
- [Setting up Reminders](https://docs.appsforchat.com/reminder-bot/guides/setting-up-reminders.md)
- [Remind yourself about a message](https://docs.appsforchat.com/reminder-bot/guides/setting-up-reminders/remind-yourself-about-a-message.md)
- [Set a reminder for yourself](https://docs.appsforchat.com/reminder-bot/guides/setting-up-reminders/set-a-reminder-for-yourself.md)
- [Set a reminder for someone else or a channel](https://docs.appsforchat.com/reminder-bot/guides/setting-up-reminders/set-a-reminder-for-someone-else-or-a-channel.md)
- [Managing Reminders](https://docs.appsforchat.com/reminder-bot/guides/managing-reminders.md)
- [View a list of reminders](https://docs.appsforchat.com/reminder-bot/guides/managing-reminders/view-a-list-of-reminders.md)
- [Snooze a reminder](https://docs.appsforchat.com/reminder-bot/guides/managing-reminders/snooze-a-reminder.md)
- [Mark a reminder as complete](https://docs.appsforchat.com/reminder-bot/guides/managing-reminders/mark-a-reminder-as-complete.md)
- [Delete a reminder](https://docs.appsforchat.com/reminder-bot/guides/managing-reminders/delete-a-reminder.md)
- [Other guides](https://docs.appsforchat.com/reminder-bot/guides/other-guides.md)
- [Daylight Saving's guide](https://docs.appsforchat.com/reminder-bot/guides/other-guides/daylight-savings-guide.md)
- [Change preferred Language](https://docs.appsforchat.com/reminder-bot/guides/other-guides/change-preferred-language.md): Interact with Reminder Bot in your own language
- [Backup and Restore Reminder Data](https://docs.appsforchat.com/reminder-bot/guides/other-guides/backup-and-restore-reminder-data.md)
- [How to create Backup?](https://docs.appsforchat.com/reminder-bot/guides/other-guides/backup-and-restore-reminder-data/how-to-create-backup.md)
- [How to restore your Backup?](https://docs.appsforchat.com/reminder-bot/guides/other-guides/backup-and-restore-reminder-data/how-to-restore-your-backup.md)
- [Premium License](https://docs.appsforchat.com/reminder-bot/guides/premium-license.md): Upgrade to our Premium license to unlock exclusive features and boost your team's productivity with the Reminder Bot.
- [Benefits of getting License](https://docs.appsforchat.com/reminder-bot/guides/premium-license/benefits-of-getting-license.md)
- [Start a free trial](https://docs.appsforchat.com/reminder-bot/guides/premium-license/start-a-free-trial.md)
- [How to purchase a Premium license](https://docs.appsforchat.com/reminder-bot/guides/premium-license/how-to-purchase-a-premium-license.md)
- [How to set up your License on Rocket.Chat server](https://docs.appsforchat.com/reminder-bot/guides/premium-license/how-to-set-up-your-license-on-rocket.chat-server.md)
- [Where to find Workspace Site\_Url for License](https://docs.appsforchat.com/reminder-bot/guides/premium-license/where-to-find-workspace-site_url-for-license.md)
- [FAQ wrt Premium Licence](https://docs.appsforchat.com/reminder-bot/guides/premium-license/faq-wrt-premium-licence.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.appsforchat.com/reminder-bot/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
