# Introduction

## Unit Converter

Thanks you for purchasing my product.

Unit converter is a single page application, no database required, so all you need are a static hosting to deploy it.

Unit converter is the most comprehensive unit conversion application, it consists of 18 different categories with over 100 units, so you can convert easily and quickly.

## Current Version: v1.5.1 (Updated on 21 Sep 20)

### Changelog:

```
v1.5.1 - 21 Sep 20
- Upgrade core package.
v1.5.0 - 4 May 20
- Add: Round number option.
- Fix: Temperature unit conversion error.
- Fix: Copy button overflow.
v1.4.1 - 9 Apr 20
- Fix: Temperature unit conversion error.
- Change: The type of text field from text to number in convert box.
- Reformatting the code.
v1.4.0 - 3 Apr 20
- Add: RTL Support
- Update: Footer's year
- Upgrade: Vuetify (UI Framework) v0.16.5 -> v1.1.0
- Update core packages
v1.3.0 - 5 Feb 20
- Add: The "Exponent" switch to avoid scientific notation for large number.
- Fix: Floating number error in Time page.
- Remove unused packages.
- Update core packages.
v1.2.0 - 25 Aug 19
- Add: Copy button.
- Add: Display toast on copy button click.
- Update: Footer element.
v1.1.4 - 4 Aug 19
- Change: Display "to" label in convert box if value from is null.
- Fix: Vue & compile aren't the same version.
v.1.1.3 - 30 July 19
- Fix: grammar in document & replace outdated documents of Vuetify framework.
- Update core packages.
v1.1.2 - 17 July 18
- Fix: side menu not working.
- Update core packages.
v1.1.1 - 20 March 18
- Update core packages.
v1.1.0 - 14 October 17
- Add: 5 new categories: Time, Length, Weight, Volume & Temperature.
- Update core packages.
v1.0.0 - 13 October 17 
- First release
```

## Unit support:

1. Amount of Substance
2. Angle
3. Area
4. Astronomical
5. Blood Sugar
6. Capacitance
7. Computer Data Storage
8. Cooking
9. Data Transfer
10. Density
11. Dynamic Viscosity
12. Electric Charge
13. Electrical Resistance
14. Energy and Work
15. Force
16. Illuminance
17. Inductance
18. Acceleration
19. Time
20. Length
21. Temperature
22. Volume
23. Weight


---

# 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://thanhminh.gitbook.io/unit-converter/master.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.
