# What are digital signatures?

* A digital signature is a cryptographic method to express agreement and validate the authenticity of a digital document.
* Digital signatures allow parties to sign documents digitally, while providing an improved degree of authenticity compared to standard electronic signatures.
* When coupled with strong identification standards, digital signatures can be equivalent to legally binding, traditional, wet-ink signatures.
* In the UK and the European Union, digital signatures are considered legally binding when signatory identities have been verified by “Trust Service Providers”


---

# 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.teranode.group/teranode-sign/overview/what-are-digital-signatures.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.
