# Installation & Setup

- [Requirements](https://docs.plexdevelopment.net/installation-and-setup/requirements.md): Our products requires different dependencies for different operating systems. Please make sure you have all dependencies installed for your OS or our products may not start or function properly.
- [Windows Installation Guide](https://docs.plexdevelopment.net/installation-and-setup/windows-installation-guide.md): Follow these steps to install and run the bot on your Windows system:
- [Linux Installation Guide](https://docs.plexdevelopment.net/installation-and-setup/linux-installation-guide.md): Follow these steps to install and run the bot on your Linux server:
- [Bot Application Setup](https://docs.plexdevelopment.net/installation-and-setup/bot-application-setup.md)
- [Creating a MongoDB Cluster](https://docs.plexdevelopment.net/installation-and-setup/creating-a-mongodb-cluster.md)
- [Plex Tickets/Staff Dashboard](https://docs.plexdevelopment.net/installation-and-setup/plex-tickets-staff-dashboard.md): A tutorial on how to setup and configure the dashboard for Plex Tickets. You can either watch the video or follow the instructions below:
- [Setting Up a Reverse Proxy with Nginx](https://docs.plexdevelopment.net/installation-and-setup/setting-up-a-reverse-proxy-with-nginx.md): This guide will walk you through setting up a reverse proxy using Nginx on an Ubuntu (Linux) VPS or dedicated server.
- [Setting Up a Reverse Proxy with Cloudflare Tunnels](https://docs.plexdevelopment.net/installation-and-setup/setting-up-a-reverse-proxy-with-cloudflare-tunnels.md): This guide will walk you through setting up a reverse proxy using Cloudflare Tunnels on an Ubuntu (Linux) VPS or dedicated server.


---

# 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://docs.plexdevelopment.net/installation-and-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.
