> For the complete documentation index, see [llms.txt](https://docs.fstrk.io/knowledge_base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fstrk.io/knowledge_base/instructions/old/razdel-nastroiki/gruppa-nastroek-platforma/sluzhebnye-uzly.md).

# Служебные узлы

Служебные узлы — это один из подразделов платформы Fasttrack.

Подраздел «Служебные узлы» позволяет заменять стандартные служебные узлы на созданные вами в конструкторе.

Путь до подраздела для авторизованного пользователя с доступом к служебные узлам представлен на скриншоте ниже.

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

Экран служебных узлов представлен ниже. Его функциональность заключается в редактировании пяти стандартных сценариев. Под названием служебного узла есть его описание. Если необходимо изменить сценарий к примеру «Неизвестная ошибка», добавить медиа к нему или текст это можно сделать в разделе «Конструктор», после чего изменить стандартный узел на новый.

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

При наличии узла на который мы хотим заменить стандартный, нужно нажать на поле и выбрать новый узел в выпадающем списке.

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

Внесение изменений в разделе требует сохранения.

Сохранение изменений осуществляется через кнопку «Сохранить изменения» когда были изменения, она принимает вид как на скриншоте выше и правее неё появляется кнопка отмены. Если изменения не вносились, то кнопка «Отмена» не отобразится, а кнопка «Сохранить изменения» будет не активна, (См. на скриншоте ниже).

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

Внесение изменений в стандартный узел быстрых рассылок (См. скриншот ниже).

<figure><img src="/files/3l8gQSbY5n2zZOd8zuPD" alt=""><figcaption></figcaption></figure>

Когда стандартный узел был заменён на новый вверху страницы отобразилось служебное сообщение об успешном обновлении служебных узлов, а кнопка «Сохранить изменения» вернулась в не активное состояние.


---

# 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://docs.fstrk.io/knowledge_base/instructions/old/razdel-nastroiki/gruppa-nastroek-platforma/sluzhebnye-uzly.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.
