# Actions

{% hint style="info" %}

#### Vous pouvez retrouver toutes les commandes d'action en faisant `/action:<commande>`

{% endhint %}

#### Pour s'asseoir

*Vous pouvez vous asseoir sur les dalles, les escaliers et les chaises.*

```
/sit
```

#### Pour s'allonger sur le dos

```
/lay
```

#### Pour ramper sur le ventre

Vous devez regarder le sol au maximum et appuyer 2 fois sur votre touche pour vous accroupir (sneak). Une fois au sol, pour vous relever, maintenez cette touche, lâchez la et votre personnage se relèvera.

![Joueur entrain de ramper](/files/dFCDuWTkCSNciBDTLop6)

Ou bien, vous pouvez utiliser la commande

```
/crawl
```


---

# 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://wiki.endocraft.fr/divers/actions.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.
