> For the complete documentation index, see [llms.txt](https://docs.solia.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solia.one/readme.md).

# Welcome to our Docs

Welcome to the Solia TimeCapsule documentation. We’re here to help you get set up quickly, feel confident about privacy, and enjoy a smooth backup experience — without stress.

Whether you just received your device or you want to add a new family member, you’ll find the answers here ✅

## 🚀 Where to start

* [🎉 Setup TimeCapsule](/2.setup-timecapsule.md) → plug in, activate, create your Admin
* [📱 Mobile App & Backup](/3.mobile-app-and-backup.md) → connect the app and enable automatic backup
* [🧑‍🤝‍🧑 Managing Users](/4.managing-users.md) → add family members and manage access
* [🔒 Security & Privacy](/5.security-and-privacy.md) → how privacy works and why the Admin can’t view your library
* [🔄 Updates](/6.updates.md) → how updates work and what to expect
* [✨ Features (Coming via Updates)](/9.features.md) → upcoming features we’re working on
* [💾 Storage & Capacity](/10.storage-and-capacity.md) → where your media lives and how storage works
* [🌐 Network & Connectivity](/11.network-and-connectivity.md) → connection basics and upload speed explanation
* [🛠️ Troubleshooting](/7.troubleshooting.md) → quick fixes for common issues
* [🧨 Factory Reset](/8.factory-reset.md) → reset your device (destructive)

## 🧑‍💻 Need help?

For any help or information, contact us at <support@solia.one>.


---

# 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.solia.one/readme.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.
