> For the complete documentation index, see [llms.txt](https://help.trikset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trikset.com/en/gamepad/about/app.md).

# TRIK Gamepad App

{% hint style="info" %}
This article is automatically translated from Russian by Google Translator.
{% endhint %}

You can download the free app for Android or iOS in [the stores](https://trikset.com/en/downloads#gamepad).

## Interface

The application interface includes:

* **Pad1, Pad2** - programmable areas to press.
* **Indicators of the last press** on the screen.
* **Programmable buttons (5 pcs.)** - buttons for programming additional functions.
* **Settings** - settings of the connection to the robot.

![](/files/-MSkr9FUggzltfIUNFP8)

The application has the ability to broadcast video from a camera connected to the robot.

To start it, you need to add the "[Start video broadcasting](/en/trik/programming-visual/blocks.md#camera-on)" block to the remote control [program](/en/gamepad/remote-control.md) for the robot.

## Principle of operation

Several touch variables are responsible for the functionality of the gamepad:

* gamepadPad1Pressed, gamepadPad2Pressed.
* gamepadPad1, gamepadPad2.
* gamepadButton1, …, gamepadButton5.
* gamepadConnected.

{% hint style="info" %}
You can read more about the TRIK Gamepad touch variables in the article "[Sensory Variables for the TRIK Controller](/en/trik/programming-visual/sensory-variables.md)".
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.trikset.com/en/gamepad/about/app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
