# Create Vip

### RU

Добавляет возможность создания клана для [VIP](https://csdevs.net/resources/vip-core.511/)-игроков. В `groups.ini` добавить:

```
    "clan_create" "1"    // Если значение равно 1 — используется оставшееся время VIP. 
                         // Если -1 — клан выдаётся навсегда. 
                         // Если больше 1 — время указывается в минутах.
    "clan_bank" "1000"   // Кредитов при создании клана
    "clan_slots" "10"    // Количество слотов при создании клана
    "clan_exp" "0"       // Количество опыта при создании клана
    "clan_rolecount" "3" // Количество ролей при создании клана
```

В `vip.phrases.txt` добавить:

```
  "clan_create"
  {
      "ru"    "Создать клан"
      "en"    "Create clan"
  }    
```

### EN

Adds the ability for [VIP](https://csdevs.net/resources/vip-core.511/) players to create a clan. In `groups.ini` add:

```
    "clan_create" "1"    // If the value is 1 — the remaining VIP time is used.
                         // If -1 — the clan is granted permanently.
                         // If greater than 1 — the time is specified in minutes.
    "clan_bank" "1000"   // Credits given when creating a clan
    "clan_slots" "10"    // Number of slots when creating a clan
    "clan_exp" "0"       // Amount of experience when creating a clan
    "clan_rolecount" "3" // Number of roles when creating a clan
```

In `vip.phrases.txt` add:

```
  "clan_create"
  {
      "ru"    "Создать клан"
      "en"    "Create clan"
  }    
```


---

# 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://clans.gitbook.io/clans-docs/create-vip.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.
