# Backups - Резервные копии

Каждый раз, когда вы применяете сохраненные настройки, создается резервная копия ранее работающего файла `config.js.`

Резервные копии автоматически сохраняются в папке / backups в папке Gunbot.

## Восстановление резервной копии

Чтобы восстановить резервную копию, выполните следующие действия:

1. Откройте нужный файл резервной копии с помощью текстового редактора, такого как Notepad ++.&#x20;
2. Выберите и скопируйте все в документе.&#x20;
3. Откройте основной файл config.js в текстовом редакторе, таком как Notepad ++.&#x20;
4. Замените полное содержимое этого файла скопированным содержимым файла резервной копии.


---

# 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://gunthy.gitbook.io/wiki/russian/raznoe/untitled-1.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.
