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

# Data Sovereignty

We believe applications should be designed where:

* User data remains private and confidential.&#x20;
* User data is not managed or controlled by a single entity.

Many people use *privacy* and *confidentiality* interchangeably, yet the two words and *anonymity* mean significantly different things. The differences matter when it comes to data ownership, rights, responsibilities, and protections.&#x20;

{% hint style="info" %}
Being **anonymous** does not guarantee **privacy**.&#x20;
{% endhint %}

**Anonymity** – is ensuring that an individual is not known and cannot be identified.

**Privacy** – is the individual or an entity’s right to keep personal data to themselves and to not have their actions recorded or monitored.

**Confidentiality** – refers to controlling access to protected information that is shared between parties by consent.

## Smart Vault: Privacy & Confidentiality&#x20;

The Smart Vault by Lightstreams can be used by applications to manage access to protected information that is shared between people. \
\
Each application runs an instance of the Smart Vault that connects to a peer-to-peer network of other Smart Vaults.\
\
When permission is granted, data is transmitted directly between each person's Smart Vault in a peer-to-peer manner so that each persona has a copy of the data.&#x20;

Unlike cloud services like Google Drive, DropBox or Sharepoint, there is no central intermediary acting as the central storage and conduit.&#x20;

![](/files/-LsrdsNw_hm8EuOJaC4K)

Learn more about the Smart Vault...

{% content-ref url="/pages/-Lspp1nDkLV\_JfdigoaS" %}
[Smart Vault](/products/smart-vault.md)
{% endcontent-ref %}


---

# 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.lightstreams.network/lightstreams-docs/privacy-and-confidentiality.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.
