# !pin {user} {x%} {y%} {seconds}

{% hint style="info" %}
Only moderators can run this command with default settings.
{% endhint %}

example: !pin clonzeh 0.5 0.5

{% hint style="info" %}
Pins the target to center of the screen.
{% endhint %}

example: !pin remove clonzeh

{% hint style="info" %}
Only moderators can run this command with default settings.
{% endhint %}

example: !mass pin random random

{% hint style="info" %}
Pins everyone to random positions all over the screen.
{% endhint %}

example: !mass pin remove

{% hint style="info" %}
Removes the pin from all avatars.
{% endhint %}

example: !pin clonzeh random 30

{% hint style="info" %}
Pins target to random position for 30 seconds.
{% endhint %}


---

# 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://docs.streamavatars.com/stream-avatars/commands/minigames-and-fun-commands/pin-user-x-y-seconds.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.
