> For the complete documentation index, see [llms.txt](https://flutter-docs.taxi.ridy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flutter-docs.taxi.ridy.io/master.md).

# Introduction

Thank you for purchasing "Ridy".

To install the solution, you'll need a server for the backend and admin panel. A VPS offers a good balance of performance and cost for hosting Ridy's server side. The minimum VPS requirement is 4GB RAM. You'll need an SSH client to access the server's terminal, as the entire installation process is done via SSH.

{% hint style="info" %}
The app is **NOT** based on PHP so it wouldn't be a good idea to have a server that has a PHP Web Panel (WHM, Avoid installing control panels like Plesk or cPanel as they consume resources and may interfere with services the application depends on. It is recommended to allocate a separate server for Ridy, ensuring only a minimal Linux OS is installed.
{% endhint %}


---

# 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:

```
GET https://flutter-docs.taxi.ridy.io/master.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.
