# Tropical Fish

| Permission Node                                                                                                        | Description                                                                                                                 |
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| pet.type.tropicalfish                                                                                                  | Will allow the player to spawn the Tropical Fish pet                                                                        |
| pet.type.tropicalfish.\*                                                                                               | Grants full access to the pet, such as spawning the pet, flying, mounting, hat, and all the data items                      |
| pet.type.tropicalfish.fly                                                                                              | Will allow the Tropical Fish to fly <mark style="color:green;">`(If enabled)`</mark>                                        |
| pet.type.tropicalfish.hat                                                                                              | Will allow the Tropical Fish to be a hat <mark style="color:green;">`(If enabled)`</mark>                                   |
| pet.type.tropicalfish.mount                                                                                            | Will allow the Tropical Fish to be a hat <mark style="color:green;">`(If enabled)`</mark>                                   |
| pet.type.tropicalfish.data.\*                                                                                          | Grants full access to all the data toggles for modifying the pet (<mark style="color:red;">/pet data tropical\_fish</mark>) |
| <p>pet.type.tropicalfish.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.tropicalfish.data.frozen                                                                                      | Will allow the player to view/toggle the 'Frozen' Data Item                                                                 |
| pet.type.tropicalfish.data.burning                                                                                     | Will allow the player to view/toggle the 'Burning' Data Item                                                                |
| pet.type.tropicalfish.data.silent                                                                                      | Will allow the player to view/toggle the 'Silent' Data Item                                                                 |
| pet.type.tropicalfish.data.body\_color                                                                                 | Will allow the player to view/toggle the 'Body Color' Data Item                                                             |
| pet.type.tropicalfish.data.pattern                                                                                     | Will allow the player to view/toggle the 'Pattern' Data Item                                                                |
| pet.type.tropicalfish.data.pattern\_color                                                                              | Will allow the player to view/toggle the 'Pattern Color' 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/tropical-fish.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.
