> For the complete documentation index, see [llms.txt](https://wiki.hyneo.ru/hyneo-books/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.hyneo.ru/hyneo-books/help/skin-url.md).

# Установка скина через URL

### Шаг 1: Подтвердите действующий скин

> Убедитесь, что URL, который вы указываете, содержит только правильный формат скина. Правильный формат скина должен выглядеть так: <https://i.imgur.com/QuoWt6B.png>

Вы можете увидеть изображение ниже в качестве ссылки:

![](/files/-MjLPBh7N2YOT0PgcjIp)

### Шаг 2: загрузка в imgur

> Здесь мы собираемся загрузить пользовательский скин в imgur. Выполните следующие шаги:

**1. Скачать файл**

![](/files/-MjLPtNreVCGVP3MQMf9)

**2. Перейти к** [**https://imgur.com/upload?beta**](https://imgur.com/upload?beta)

и загрузите файл в imgur (см. изображение ниже)

![](/files/-MjLQ9k8XwsuHyGwoUHF)

### Шаг 3: Получение URL

{% hint style="danger" %}
URL-адрес скина ДОЛЖЕН ЗАКАНЧИВАТЬСЯ .PNG Поэтому убедитесь, что у вас правильный URL-адрес!
{% endhint %}

Ниже вы можете увидеть скин, который я только что загрузил в imgur. Теперь щелкните изображение пкм и выберите «Копировать URL картинки».

Он должен скопировать URL-адрес, например `https://i.imgur.com/abcdefgh.png`

![](/files/-MjLQeE72oCt3qk6vcdz)

Вот и все! теперь вы можете установить скин, используя свой IMGUR url!

## Шаг 4: Установка на сервере

:writing\_hand: Пропишите команду **/skin url \<URL>** - где URL ваша ссылка которую вы получили в шаге 3.


---

# 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:

```
GET https://wiki.hyneo.ru/hyneo-books/help/skin-url.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.
