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

# Gsit

Получите возможность присесть, прилечь, проползти в любом месте, в котором того пожелаете.

Мы собрали подробный гайд по основным возможностям плагина GSit для вас. Это легкий и полезный плагин, который добавляет в игру возможность присесть, прилечь, проползти и ещё несколько взаимодействий с миром, которые сделают игру более ламповой.

ПКМ по ступенькам, плите или ковру или команда `/sit`  - Чтоб присесть

Команда `/lay`  - Чтоб прилечь

Есть вариант `/bellyflop` (лечь на живот)

Команда `/crawl`  - Чтоб ползти

Команда `/spin`  - Крутится на месте<br>

—\
\
ПКМ по другому игроку - чтоб сесть ему на голову

Можно отключить возможность сидеть на вас и вам командой **/sit playertoggle**

#### Полезная информация для игроков <a href="#poleznaya-informaciya-dlya-igrokov" id="poleznaya-informaciya-dlya-igrokov"></a>

Помимо основных команд, вот что еще полезно знать:

* **Настройки доступа** ⚙️: С помощью команд `/sit toggle` и `/sit playertoggle` можно самостоятельно отключать и включать возможность садиться на блоки или на игроков.
* **Возврат в позу** 🔄: Если вы сидели или лежали и вышли из игры, плагин автоматически вернёт вас в исходную позу при повторном подключение.


---

# 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://sharkland.gitbook.io/sharkland-docs/mekhaniki/gsit.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.
