> For the complete documentation index, see [llms.txt](https://docs.ninox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ninox.com/builder-hub/manage-your-organization-and-workspace/backup-and-restore-your-data.md).

# Backup and restore your data

{% hint style="info" %}
**Backups** is currently in **BETA**. More functionality and retention details will follow soon.
{% endhint %}

Use **Backups** to restore a workspace from a saved point in time.

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

Backups are created daily. Ninox shows each available backup by date, save time, and file size. The **Backups** screen shows the backups that still fall within your plan's retention period.

{% hint style="info" %}
Restoring a backup creates a new workspace. It does not replace your current workspace.
{% endhint %}

### Restore a workspace from a backup

Go to **Settings**. Under **WORKSPACE**, select **Backups**. Then choose a backup by date and restore it as a new workspace.

{% hint style="info" %}
You can currently restore a backup only as a new workspace.
{% endhint %}

{% stepper %}
{% step %}

#### Open the Backups screen

Go to **Settings**. Under **WORKSPACE**, select **Backups**.
{% endstep %}

{% step %}

#### Choose a backup

Find the backup you want to restore.\
Review the backup date, save time, and size.
{% endstep %}

{% step %}

#### Start the restore

Click **Restore as new** on the backup card.
{% endstep %}

{% step %}

#### Enter the new workspace details

Enter a **Name**.\
Review or edit the **Internal name**.\
Select a workspace icon.
{% endstep %}

{% step %}

#### Create the restored workspace

Click **Restore as new**.

Ninox creates a new workspace from the selected backup.\
After the restore finishes, you land in the newly created workspace automatically.

Your original workspace stays unchanged.
{% endstep %}
{% endstepper %}


---

# 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.ninox.com/builder-hub/manage-your-organization-and-workspace/backup-and-restore-your-data.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.
