# Future Enhancements

The Verifier roadmap includes features to further enhance flexibility, security, and privacy:

* **Selective Disclosure**:\
  Support revealing only necessary credential attributes, minimizing unnecessary data exposure.
* **Zero-Knowledge Proofs (ZKP)**:\
  Enable holders to prove specific claims without revealing the entire credential, improving privacy and compliance.
* **Additional Client Libraries**:\
  Expand beyond JavaScript to other languages and frameworks, broadening the range of integration possibilities.
* **AI Agent Suite**: Allow AI Agents to verify Verifiable Credentials autonomously.

As the Empeiria ecosystem evolves, these enhancements will keep the Verifier at the forefront of security, interoperability, and user-centric design.


---

# 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://docs.empe.io/develop/verifier/future-enhancements.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.
