# JavaScript Libraries

BetterForms is bundled with the following JS libraries:

**MomentJS** - working with dates and times

[https://momentjs.com/docs/#/displaying/Version: 2.24.0](https://momentjs.com/docs/#/displaying/Version:%202.24.0)

**NumeralJS** - formatting numbers

[http://numeraljs.com/#formatVersion: 2.0.6](http://numeraljs.com/#formatVersion:%202.0.6)

**Lodash** - any useful function you can imagine

[https://lodash.com/docs/Version: 4.17.11](https://lodash.com/docs/4.17.15)

**Marked** - markdown complier

[https://marked.js.org/Version: 0.6.2](https://marked.js.org/)

**Bootstrap** - CSS styling

[https://getbootstrap.com/Version: 3.3.7](https://getbootstrap.com/)

&#x20;(this will be removed in the future, it can be added in via CDN)

You can access these libraries anywhere where JavaScript can be inserted, including these curly brackets


---

# 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.klai.studio/engineering-reference-docs/software-testing-overview/javascript-libraries.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.
