# VORP Items Panel

## Installation 📖

Edit the **.env** file and insert your correct database information

```
DB_SERVER=localhost
DB_USERNAME=root
DB_PASSWORD=root
DB_NAME=dbname
```

Upload the folder containing the **.env** and the **index.php** on your **htdocs** or on your web hosting.

If you want to host this on your machine you should use **MAMP** or **XAMPP** with **Apache** and **MySql**.

{% embed url="<https://github.com/ZioMark13/Items-Web-Panel>" %}


---

# 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://redm.ziomark.xyz/web-tools/vorp-items-panel.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.
