# Tools

### \*\* Download the latest version of the [Petoi Desktop APP](https://github.com/PetoiCamp/DesktopAppRelease/releases). \*\* <a href="#download-the-latest-version-of-the-petoi-desktop-app" id="download-the-latest-version-of-the-petoi-desktop-app"></a>

* After downloading the compressed file(.zip), please unzip it first.
* Do **NOT** move the UI.exe to another location in Windows.

From version **1.2.1**, the Petoi Desktop App has included a new module - **Tools**. This module provides convenient tools to fix your robot's frequent problems.&#x20;

<figure><img src="/files/9H11VrUWgmVvULuTcD1S" alt=""><figcaption></figcaption></figure>

## Reset voice module <a href="#download-the-latest-version-of-the-petoi-desktop-app" id="download-the-latest-version-of-the-petoi-desktop-app"></a>

It is used to reset the [voice command module](https://docs.petoi.com/extensible-modules/voice-command-module), simplifying its [debugging process.](https://docs.petoi.com/extensible-modules/voice-command-module#how-to-debug-if-the-voice-command-doesnt-work)  If the voice module does not respond to your voice, you can use this tool to reset it. It's pretty simple to use: click the **Reset voice module** button.

<figure><img src="/files/K5BT0zg61pnYk911sxII" alt=""><figcaption></figcaption></figure>

&#x20;Follow the instructions in the message box.&#x20;

<figure><img src="/files/rR3K8VC458YXrKKqSYqj" alt=""><figcaption></figcaption></figure>

If the problem persists, please email <support@petoi.com>.

## Calibrate gyroscope

{% hint style="info" %}
From version **1.2.4**, the interface has added this new function.
{% endhint %}

It is used to calibrate the gyroscope sensor on the mainboard. If you notice that the robot cannot maintain balance while performing skill movements (such as sitting down) and its body keeps shaking, you need to recalibrate the gyroscope. To calibrate the gyroscope, click the **Calibrate gyroscope** button.

<figure><img src="/files/nPiZL3EettB9GlNynmvq" alt=""><figcaption></figcaption></figure>

Follow the instructions in the message box:

<figure><img src="/files/oK9OXmO0clF6DxNY73Zo" alt=""><figcaption></figcaption></figure>

If the problem persists, please email <support@petoi.com>.


---

# 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://docs.petoi.com/desktop-app/tools.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.
