> For the complete documentation index, see [llms.txt](https://esignature.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://esignature.govstack.global/1-version-history.md).

# 1 Version History

<table><thead><tr><th width="152.33333333333331">Version</th><th width="311">Authors</th><th>Comment</th></tr></thead><tbody><tr><td><strong>0.8</strong></td><td>Sasikumar Ganesan, Jurgen Niinre,  Dr. P. S. Ramkumar, Kassy Kadio</td><td>Initial draft specifications</td></tr><tr><td><strong>0.9</strong></td><td>eSignature team, Architecture team, Technical Committee</td><td>Technical review and updates</td></tr><tr><td><strong>1.0</strong><br><em>(also known as 23Q4)</em><br><sup><em>December 2023</em></sup></td><td>eSignature team + Product Committee</td><td>Presentation updates</td></tr><tr><td><strong>1.1.0</strong><br><sup><em>December 2025</em></sup></td><td><em>Authors:</em><br>Mikael Linden<br>David Higgins<br><br><em>Reviewers:</em><br>Yuliia Kravchenko<br>Smita Selot<br><br><em>Editor:</em><br>Ali González-García</td><td><ul><li>Updates to Version History and Release Notes implementation of Semantic Versioning.</li><li>Minor Updates to Description eSignature Lifecycle changed to e-Signature Deployment Models</li><li>Terminology aligned to GovSpecs 2.0 format and common ID terminology</li><li>Minor Typos/Gramatical Fixes<br>Requirements Aligned to GovSpecs 2.0 (Required/Recommended)</li></ul></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://esignature.govstack.global/1-version-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
