# Setup

## Configuration

Open the `config.php` file located in the `gusti-status-server-web` folder to configure

```php
<?php
    // Configuration your website
    $title = "Title website"; // title website
    $favicon = "./assets/image/favicon.svg"; // favicon website
    $logo = "./assets/image/logo.svg"; // logo server
    $name = "Name server"; // name server
    $description = "Description server"; // description server
    // Configuration your server
    $ip = "127.0.0.1"; // ip address server
    $port = "30120"; // port server
    $max_slots = "32"; // maximal slot server
    // Link social media
    $youtube = "https://www.youtube.com/@Gustiagung/"; // youtube
    $discord = "https://discord.gg/invite/SbxjyER42R"; // discord
    $instagram = "https://www.instagram.com/gustiagung_19/"; // instagram
?>
```

{% hint style="info" %}
please don't delete/replace copyright, this is a credit
{% endhint %}


---

# 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://aklgaming.gitbook.io/documentation/gusti-resources/gusti-status-server-web/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.
