> For the complete documentation index, see [llms.txt](https://pywin-core.gitbook.io/winerecia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pywin-core.gitbook.io/winerecia/nachalo-igry.md).

# Начало игры

🏆Для начала стоит выбрать свой путь к славе:

Сделать собственный город или примкнуть к уже существующему???

*Рассмотрим оба этих варианта:*

<h2 align="center">Создать собственный город</h2>

{% stepper %}
{% step %}

### /rtp

Вы же хотите выбраться со спавна, не так ли?
{% endstep %}

{% step %}

### /t new \[название]

Чтобы создать город вам необходимо накопить 1000€, ну и красивое местечко разумеется)
{% endstep %}

{% step %}

### Теперь пройдёмся по базовым командам

* /t deposit \[сумма] – пополнить казну
* /t withdraw \[сумма] – забрать деньги из казны
* /t claim - заприватить чанк
* /town add \[имя игрока] – пригласить игрока в город
* /t trust add \[имя игрока] – сделать доверенного в городе

{% endstep %}

{% step %}

### Так же рекомендуем ознакомиться

{% content-ref url="/spaces/Ko631QqRrlJzokuE8LVw/pages/TpNJqhSZJZANbd3NvNoQ" %}
[Города](/winerecia/politengine/page-4/goroda.md)
{% endcontent-ref %}

{% content-ref url="/spaces/Ko631QqRrlJzokuE8LVw/pages/XVvJiDrY37GC6ca195Kq" %}
[Городские зоны](/winerecia/politengine/gorodskie-zony.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

<h2 align="center">Вступить в уже существующий город</h2>

{% stepper %}
{% step %}

### /t ask

Далеко бегать не надо, вас пригласят
{% endstep %}

{% step %}

### /t spawn

Когда вы вступите в город, пропишите команду выше, чтобы попасть в свой новый дом
{% endstep %}

{% step %}

### /plot claim

При заселении обязательно нужно обзавестись собственным участком
{% endstep %}

{% step %}

### Подробнее

{% content-ref url="/spaces/Ko631QqRrlJzokuE8LVw/pages/giznKIzeBI8fZg6zFDWL" %}
[Общие](/winerecia/politengine/page-4/obshie.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

{% hint style="warning" %}
После выполнения действий, описанных выше, ознакомьтесь с командами из следующей статьи
{% 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, and the optional `goal` query parameter:

```
GET https://pywin-core.gitbook.io/winerecia/nachalo-igry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
