> For the complete documentation index, see [llms.txt](https://docs.valtt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valtt.com/valtt.js-website-code/valtt.js-change-log.md).

# Change Log

## 1.2 - 2020-09-06

### Added

* Ability to have show the Agreement text in a box above the Agree button.
* Added four new arguments to the main Valtt object creation:
  * Show Agreement: "y" or "n"
  * Agreement Rows: # of rows for the textarea height
  * Agreement Columns: # of columns for the textarea width
  * Agreement CSS: CSS to use in the textarea tag

### Changed

* Updated URL for the valtt.js file > <https://app.valtt.com/v1.2/valtt.js>

## 1.0.2 - 2020-08-11

### Added

* Ability to have multiple clickwraps on the same page.

### Changed

* Updated URL for the valtt.js file > <https://app.valtt.com/v1/valtt.js>
* To save test or live data, simply pass in the environment "test" or "live" when valtt is instantiated. See the code snippet.
* jQuery is now required as a JavaScript source tag at the top of the code snippet. Before it was added automatically by the valtt.js code. If your page already includes it, you can remove this line.

## 1.0.1 - 2020-07-23

### Added

* Ability to save to test or live data.&#x20;

## 1.0.0 - 2020-07-18

### Initial Deployment


---

# 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://docs.valtt.com/valtt.js-website-code/valtt.js-change-log.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.
