> 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/trik-studio-junior/interfeis-trik-studio-junior/robot-image-change.md).

# Как заменить изображение «Исполнителя» в TRIK Studio Junior?

Изменить изображение «Исполнителя» можно двумя способами:

1. [В контекстом меню исполнителя](/trik-studio-junior/interfeis-trik-studio-junior/robot-image-change.md#context). Здесь можно добавить несколько изображений, которые будут менятся в зависимости от направления движения «Исполнителя».
2. [В настройках TRIK Studio Junior](/trik-studio-junior/interfeis-trik-studio-junior/robot-image-change.md#settings).

{% hint style="warning" %}
Если выбрано изображение в контекстном меню «Исполнителя», то изображение, выбранное в настройках TRIK Studio Junior **игнорируется**.
{% endhint %}

## Замена изображения «Исполнителя» в контекстном меню <a href="#context" id="context"></a>

1\. Кликните левой кнопкой мыши на «Исполнителя».

![](/files/-Mgz6X9PnAMObtD0nGfH)

2\. Поставьте «галочку» во второй строке. Появится иконка для выбора изображения «Исполнителя».

![](/files/-Mgz7---H7xjpArwhML5)

{% hint style="info" %}
Если вы захотите вернуться к варианту изображения «Исполнителя» по умолчанию (изображение, выбранное [в настройках](/trik-studio-junior/interfeis-trik-studio-junior/robot-image-change.md#settings)), уберите «галочку».
{% endhint %}

3\. Нажмите на появившуюся иконку и выберите одно или несколько изображений «Исполнителей».

Выбор нескольких изображений «Исполнителей» необходим, если у вас есть изображения в разных проекциях. Имя таких файлов должны оканчиваться на:

* `_up` — для изображения, когда «Исполнитель» движется **наверх**
* `_down`— для изображения, когда «Исполнитель» движется **вниз**
* `_right` — для изображения, когда «Исполнитель» движется **направо**
* `_left` — для изображения, когда «Исполнитель» движется **налево**

## Замена изображения «Исполнителя» в настройках TRIK Studio Junior <a href="#settings" id="settings"></a>

1\. Выберите в [главном меню](/studio/interface/main-menu.md#menu-settings) `Настройки → Настройки...`.

![](/files/-Ma3CEuJH94WS2AGSJT8)

2\. В открывшемся окне выберите вкладку «Роботы», нажмите рядом с полем «Картинка робота в 2D» кнопку «Обзор» и выберите нужное изображение.

![](/files/-Ma3G26NNJEf3yKs2i7C)

3\. Нажмите «OK».

## Скачать изображения «Исполнителя» <a href="#download" id="download"></a>

На сайте trikset.com вы можете [скачать](https://trikset.com/products/trik-studio-junior#fields) заготовленные изображения «Исполнителей».


---

# 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/trik-studio-junior/interfeis-trik-studio-junior/robot-image-change.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.
