# Архив

Архив — это специальное дерево узлов, которое служит для сохранения ненужных в данный момент узлов в чат-боте.

> **Примечание:** Данный функционал будет полезен в случае, когда нет необходимости в удалении узла, но его не должно быть в основном дереве узлов.

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

### Архивирование узла

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

Для того чтобы перенести узел в архив, необходимо совершить следующие действия:

1. Выбрать узел и кликнуть на нем правой кнопкой мыши;
2. В открывшемся контекстном меню выбрать пункт «Архивировать»;
3. В открывшемся дополнительном меню выбрать «что архивировать»:
4. Только выбранный узел;
5. Полностью всю ветку (*включая все вложенные узлы*);


---

# 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.fstrk.io/knowledge_base/instructions/old/vizualnyi-konstruktor-chat-botov/arkhiv.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.
