# Data Sharing

Verida providers a user-centric consent-based framework for identity, access management, and data sharing. The Verida protocol offers a great deal of flexibility and control around data access and encryption to enable consensual information sharing.

Capabilities include:

* Sending private individual data records to a user
* Requesting individual private data records from a user
* Sharing access to large quantities of structured private data (Data synchronization).

The configuration for this data synchronization is pliable. An application can request access to:

* A read and/or write stream of all data of a particular type
* A once-off data synchronization
* A permanent sync (until the user disables)
* A filtered stream of data based on a query.

**Learn more:**

* [Data Sharing Concepts](https://developers.verida.network/docs/concepts/data-sharing)
* [Request Social Media Data Tutorial](https://developers.verida.network/docs/tutorial/social_media_data)


---

# 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://community.verida.network/verida-network/network-functionality/data-sharing.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.
