# Rabbit

| Permission Node                                                                                                  | Description                                                                                                         |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| pet.type.rabbit                                                                                                  | Will allow the player to spawn the Rabbit pet                                                                       |
| pet.type.rabbit.\*                                                                                               | Grants full access to the pet, such as spawning the pet, flying, mounting, hat, and all the data items              |
| pet.type.rabbit.fly                                                                                              | Will allow the Rabbit to fly <mark style="color:green;">`(If enabled)`</mark>                                       |
| pet.type.rabbit.hat                                                                                              | Will allow the Rabbit to be a hat <mark style="color:green;">`(If enabled)`</mark>                                  |
| pet.type.rabbit.mount                                                                                            | Will allow the Rabbit to be a hat <mark style="color:green;">`(If enabled)`</mark>                                  |
| pet.type.rabbit.data.\*                                                                                          | Grants full access to all the data toggles for modifying the pet (<mark style="color:red;">/pet data rabbit</mark>) |
| <p>pet.type.rabbit.data.visible<br><mark style="color:orange;"><code>(Added in v5.0-BUILD-122)</code></mark></p> | Will allow the player to view/toggle the 'Visible' Data Item                                                        |
| pet.type.rabbit.data.frozen                                                                                      | Will allow the player to view/toggle the 'Frozen' Data Item                                                         |
| pet.type.rabbit.data.burning                                                                                     | Will allow the player to view/toggle the 'Burning' Data Item                                                        |
| pet.type.rabbit.data.silent                                                                                      | Will allow the player to view/toggle the 'Silent' Data Item                                                         |
| pet.type.rabbit.data.baby                                                                                        | Will allow the player to view/toggle the 'Baby' Data Item                                                           |
| pet.type.rabbit.data.variant                                                                                     | Will allow the player to view/toggle the 'Variant' Data Item                                                        |


---

# 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.bsdevelopment.org/permissions/pet-permissions/rabbit.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.
