# Цветной ник

{% hint style="success" %}
Чтобы получить доступ к этим возможностям, нужна подписка [Union+](/podderzhka-servera/podpiska-union-i-union+.md). Советуем заранее изучить её условия, чтобы всё было ясно.
{% endhint %}

{% hint style="info" %}
На нашем сайте есть удобный [генератор цветного ника](https://vanillasquad.com/nickcolor). С его помощью можно сразу подобрать цвета и получить готовую команду для применения — отличный вариант для тех, кто хочет быстро разобраться.
{% endhint %}

Подписчики Union+ могут менять цвет своего ника в чате и в Tab-е. Вот как это работает:

#### Команды

* **Для одного цвета:**\
  `/nickcolor <#цвет>`\
  Пример: `/nickcolor <#90EE90>` — ник станет светло-зелёным.
* **Для градиента:**\
  `/nickcolor <gradient:#цвет1:#цвет2>`\
  Пример: `/nickcolor <gradient:#90EE90:#3CB371>` — плавный переход от светло-зелёного к тёмно-зелёному.

#### Примеры

* Один цвет: `/nickcolor <#90EE90>`
* Градиент: `/nickcolor <gradient:#90EE90:#3CB371>`

#### Где подобрать цвета

Если нужны идеи для оттенков, загляните сюда:

* [HTML Color Codes](https://htmlcolorcodes.com/)
* [Color Hex](https://www.colorhexa.com/)
* [Coolors](https://coolors.co/)
* [Adobe Color](https://color.adobe.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.vanillasquad.com/podderzhka-servera/cvetnoi-nik.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.
