# Описания квестов

## Добавление описания

Чтобы **добавить описание квесту**, зайдите в интерфейс (`ЛКМ` по иконке задания). Затем нажмите на кнопку <mark style="color:blue;">**«Добавить»**</mark> и выберите тип данных описания: текст или изображение.

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

При добавлении категории <mark style="color:blue;">**«Text»**</mark> просто введите текстовое описание и нажмите <mark style="color:blue;">**«Применить»**</mark>.

При добавлении <mark style="color:blue;">**«Image»**</mark> определите саму картинку и её размеры. Не забывайте об использовании глобального загрузчика ресурсов (изображения помещайте в папку **`assets/modpack/textures/`** в формате [**`.png`**](#user-content-fn-1)[^1]).

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

## Удаление описания

Для удаления описания выделите `ПКМ` элемент, который необходимо убрать, и нажмите кнопку <mark style="color:blue;">**«Удалить»**</mark>.

[^1]: PNG — растровый формат хранения графической информации, использующий сжатие без потерь по алгоритму Deflate.


---

# 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://wiki.aegis-mine.ru/modifications/quests/ftb-quests/quests-descriptions.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.
