# Backups

Backups are a good way to ensure you do not break your bot while modifying files. Please note that backups will not protect you against the actual node having a drive loss.

To get started with backups, head over to the "Backups" tab on the panel.

<div align="left"><img src="/files/-MY1N3axwtqrLfZVlvFA" alt="Backups tab"></div>

Then, click "Create Backup". If you do not see this, it means you do not have access to create any more backups. Please contact support via our [Discord ](https://harrydev.me/discord)to get this increased.

<div align="left"><img src="/files/-MY1N9L_Neo0KCH2H4SM" alt="Create Backup button"></div>

You should then be presented with the "Create server backup" dialog box. Here, you need to give it an appropriate name (such as, the current date and time, or a note helpful for you to look back on). You can leave the "Ignored files & directories" field as blank, as all hostings come with a premade ignored files list.

<div align="left"><img src="/files/-MY1Nd-YwS2Xjx3KpWtR" alt="Create server backup dialog"></div>

Your backup will then begin to create on the panel. Depending on the size, this may take some time.

By clicking on the 3 dots, you can access more options such as downloading the backup, restoring it to the saved state, or even deleting it.

<div align="left"><img src="/files/-MY1Nt03mO4aQyAuLHGs" alt="Dropdown box"></div>

Congrats! You now have created and managed a backup of your bot files.


---

# 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://harrydev.gitbook.io/hosting/discord-js/backups.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.
