> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/it/sicurezza-e-privacy/protezione-dei-dati.md).

# Protezione dei dati

***

#### **Come posso eseguire il backup dei miei dati di inventario?**

BoxHero esegue automaticamente il backup dei tuoi dati ogni giorno su server sicuri. Per ottenere una tua copia, usa la [**Esporta in Excel**](https://www.boxhero.io/docs/concepts/items#exporting-items) funzione in qualsiasi momento. Il PDF non è integrato, ma puoi convertire il file Excel usando lo strumento che preferisci.

<figure><img src="/files/8080b025e5a4c0950c1202e902d89f9a94d30ce3" alt=""><figcaption><p>Scarica i tuoi dati di inventario in Excel e convertili in PDF.</p></figcaption></figure>

#### **Dove sono archiviati i miei dati e come vengono protetti?**

I tuoi dati sono ospitati nella **regione AWS us-east-1 (Stati Uniti)** su un'infrastruttura cloud sicura. Seguiamo pratiche di sicurezza standard del settore, tra cui la crittografia in transito e a riposo, i controlli di accesso e audit di sicurezza regolari.

#### **Qual è l'uptime di BoxHero?**

BoxHero si impegna a mantenere un uptime del 99,9%. Nel raro caso di un'interruzione, ti avviseremo via email o con notifiche nell'app. Lo stato del servizio in tempo reale è disponibile su [status.boxhero.io](https://status.boxhero.io/).


---

# 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://www.boxhero.io/docs/faq/it/sicurezza-e-privacy/protezione-dei-dati.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.
