# 3D Placement

Position your emote precisely in the world using an interactive 3D gizmo.

***

### How to use

1. **Right-click** an emote in the menu and select **3D Placement**, or use the `/emote_3d` command while an emote is playing
2. A **clone** of your character appears with the emote animation
3. Use the **gizmo controls** to move and rotate the clone
4. **Confirm** the position
5. Your character walks to the spot and plays the emote

{% hint style="warning" %}
Requires the `object_gizmo` resource to be installed and running.
{% endhint %}

***

### Config

```lua
Config.Placement = {
    Enabled = true,
    Command = "emote_3d",
    MaxDistance = 20.0,    -- Max distance from player to place emote
}
```


---

# 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://doc.var-fivem.com/emote/configuration/3d-placement.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.
