# Ride

With this skill you can ride your pet. To mount your pet rightclick your pet with the item specified in the [config.yml](https://wiki.mypet-plugin.de/setup/configurations/config.yml) (`MyPet.Skill.Ride.Item`). The default item is a **`lead`**. The controls while riding your pet is like you would ride a horse.

## Flying

You can also fly with your pet when it's enabled by your [skilltree](https://wiki.mypet-plugin.de/systems/skilltrees).

The ride speed (and the ability to fly) can be set via the [skilltree](https://wiki.mypet-plugin.de/systems/skilltrees) skill settings.

Even very small speed values will increase the speed a lot, so be careful.

{% hint style="info" %}
1 meter = 1 block
{% endhint %}

### Region Flag

*The region flag* can be used to prevent/allow flying in certain [WorldGuard](http://dev.bukkit.org/bukkit-plugins/worldguard/) regions.

The flag is called: `mypet-fly`

## Demonstration &#x20;

![](https://3869790376-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LXhRZyUgDZpPIQrYK1o%2F-LXxVYSycZFQoBs4DWCN%2F-LXxWEem_pP_elRMPHEA%2Fride.gif?alt=media\&token=acdaa844-8fcb-4ad6-b62c-5853d91e84eb)


---

# 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.mypet-plugin.de/skills/ride.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.
