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

# Instalation

### 🛠️ Installation

1. Download the project files.
2. Open a terminal in the project folder.
3. Install the necessary dependencies:

```bash
npm install
```

### ⚙️ Configuration

This project uses environment variables for easy customization. Create a file named `.env.local` in the project root and add the following content:

```env
NEXT_PUBLIC_SERVER_NAME="Ultimate Network"
NEXT_PUBLIC_SERVER_IP="play.ultimatenetwork.com"
NEXT_PUBLIC_STORE_URL="https://store.ultimatenetwork.com"
NEXT_PUBLIC_DISCORD_URL="https://discord.gg/ultimatenetwork"
```

### 🚀 Commands

#### Development Mode

To edit the website and see changes in real-time:

```bash
npm run dev
```

#### Production Mode

To deploy the website in an optimized way:

1. Build the code:

```bash
npm run build
```

2. Start the server:

```bash
npm start
```

### 🆘 Support

If you need help editing the website, customizing components, or require additional technical assistance, you can request it at: 👉 [ronaldzav.com/support](https://ronaldzav.com/support)


---

# 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://docs.ronaldzav.com/ultimate-network-template/instalation.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.
