# 7. Data storage (compliance and ethical issues)

#### <mark style="color:blue;">Chapter 7 Overview:</mark>&#x20;

{% hint style="info" %}
In this chapter, we explain how CLEAR Global manages the collection of voice data. We also look at the steps it takes to make sure users know how CLEAR Global uses their data and what their rights are so they have control of their data. It is a useful guide for internal teams and external reviewers as it explains contributor consent, data protection, and legal compliance.

For this section of the playbook, you need to have an understanding of data protection regulations, meaning the GDPR. You also need some knowledge of database structures. But we have tried to keep things simple and focus on the rights of users. Consent and licensing are very important when collecting data. This section aims to help organizations deal with them and comply with the GDPR.&#x20;
{% endhint %}

Collecting [voice data](#user-content-fn-1)[^1] can be difficult to organize and manage. There are also a number of important legal issues to consider. You are not allowed to collect personal data (including voice data) without the informed consent of the contributor. And you should store and use data responsibly. In this section, we look at how CLEAR Global manages consent and privacy when collecting data. We also look at the steps it takes to make sure users understand how CLEAR Global uses their data and what rights they have over the use of their data.

<br>

[^1]: **Voice data:** Audio recordings of human speech. These recordings capture the acoustic features of spoken language, such as pronunciation, speaking patterns, and rhythm.


---

# 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://twbvoiceplaybook.clearglobal.org/7.-data-storage-compliance-and-ethical-issues.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.
