# Technical Details

- [Cryptographic Signatures](https://docs.ethsign.xyz/a-deeper-dive/technical-details/cryptographic-signatures.md): Cryptographic signatures are used to prove identity and sign documents.
- [Data Encryption](https://docs.ethsign.xyz/a-deeper-dive/technical-details/data-encryption.md): EthSign offers three different tiers of encryption.
- [Signature Verification](https://docs.ethsign.xyz/a-deeper-dive/technical-details/signature-verification.md): Independently verify the validity of a digital signature from EthSign.
- [Storage Architecture](https://docs.ethsign.xyz/a-deeper-dive/technical-details/storage-architecture.md)


---

# 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.ethsign.xyz/a-deeper-dive/technical-details.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.
