# BOT_SIM_ACCESS

Controls access to a single sim.


:::warning
The bot must have estate manager rights for this command to work.

:::

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | One of the following options:<br><br>`"ban"` — add to ban list<br>`"unban"` — remove from ban list<br>`"allow"` — add to allow list<br>`"disallow"` — remove from allow list |
| `id`     | UUID of the avatar to manage access for. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_SIM_ACCESS, "ban", "d11fa786-c342-4785-8e1b-ac70a17a9aac");
```