# BOT_STAND

Commands bot to stand up. If a permanent sit UUID is set, this command will clear it.


:::info
This command is effective if the bot is sitting down or flying.

:::

## Example

```csharp
llMessageLinked(LINK_SET, BOT_STAND, "", "");
```