> For the complete documentation index, see [llms.txt](https://rules.dmc-minecraft.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rules.dmc-minecraft.net/konstituciya/razdel-1.md).

# Раздел 1

***

### **Преамбула** <a href="#preambula" id="preambula"></a>

**Мы, жители государства DMC, дабы утвердить справедливость, гарантировать общую безопасность, обеспечить территориальную целостность и содействовать процветанию всех наших граждан, вне зависимости их профессии, нации или возраста, настоящим учреждаем и принимаем эту Конституцию как верховный закон государства.**

***

### **Статья 1. Статус Государства** <a href="#statya-1.-status-gosudarstva" id="statya-1.-status-gosudarstva"></a>

#### **1.1**

Настоящее государство DMC является суверенным, унитарным, правовым государством с непостоянной формой правления.

#### **1.2**

Суверенитет государства исходит от её народа, который является единственным источником власти и осуществляет её непосредственно через референдумы и свободные выборы, а также через систему государственных органов.

#### **1.3**

Территория государства едина и неприкосновенна. Её границы определяются Указом и могут быть изменены только высшей Администрацией.

***

### **Статья 2. Разделение Властей** <a href="#statya-2.-razdelenie-vlastei" id="statya-2.-razdelenie-vlastei"></a>

#### **2.1**

Государственная власть в DMC осуществляется на основе разделения власти на исполнительную и судебную.

***

### **Статья 3. Гражданство** <a href="#statya-3.-grazhdanstvo" id="statya-3.-grazhdanstvo"></a>

#### **3.1**

Гражданином DMC признаётся каждое разумное существо, вошедшее на большую землю DMC.

#### **3.2**

Гражданство DMC может быть утрачено в случае временной блокировки, попадания в Чёрный Список Проекта или окончания временной проходки на земли DMC.


---

# 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://rules.dmc-minecraft.net/konstituciya/razdel-1.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.
