# Assessment 11

#### Let's apply what you have learned so far to a specific scenario. Choose the most correct response (choose ALL that apply).

**Add answers and select the correct ones**

* [x] Store personally identifiable information (PII) off-chain to maintain control over it while using blockchain for verification.
* [x] Use hashes and proofs instead of storing sensitive data directly on-chain to comply with data privacy regulations.
* [ ] Store all customer data directly on-chain to ensure it is immutable and tamper-proof, regardless of regulatory concerns.
* [ ] Ignore the new regulations since blockchain technology inherently provides security and integrity.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/deep-dive-in-bsv-blockchain/the-hybrid-approach-optimize-data-storage-on-the-bsv-blockchain/assessment-11.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.
