> For the complete documentation index, see [llms.txt](https://docs.plexdevelopment.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plexdevelopment.net/installation-and-setup.md).

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