# Introduction

Modélico \[moˈðe.li.ko] is a universal-JS library for serialisable immutable models.

[![Build Status](https://travis-ci.org/javiercejudo/modelico.svg?branch=master)](https://travis-ci.org/javiercejudo/modelico) [![codecov.io](https://codecov.io/github/javiercejudo/modelico/coverage.svg?branch=master)](https://codecov.io/github/javiercejudo/modelico?branch=master) [![Code Climate](https://codeclimate.com/github/javiercejudo/modelico/badges/gpa.svg)](https://codeclimate.com/github/javiercejudo/modelico) [![Dependency Status](https://gemnasium.com/badges/github.com/javiercejudo/modelico.svg)](https://gemnasium.com/github.com/javiercejudo/modelico)

**Docs:** <https://modelico.javiercejudo.com/quickstart>

## Installation

```
npm install modelico
```

To use it in the browser, grab the [minified](https://raw.githubusercontent.com/javiercejudo/modelico/master/dist/modelico.min.js) or the [development](https://raw.githubusercontent.com/javiercejudo/modelico/master/dist/modelico.js) files.

[Run the current tests](https://rawgit.com/javiercejudo/modelico/master/test/browser/index.html) directly on your target browsers to make sure things work as expected.

*Note:* [*babel-polyfill*](https://babeljs.io/docs/usage/polyfill/) *might be required for browsers other than Chrome, Firefox and Edge.*

## Browser support

[![Build Status](https://saucelabs.com/browser-matrix/modelico.svg)](https://saucelabs.com/u/modelico)

## Acknowledgments :bow:

Inspired by [Immutable.js](https://github.com/facebook/immutable-js), [Gson](https://github.com/google/gson) and initially designed to cover the same use cases as an internal Skiddoo tool by [Jaie Wilson](https://github.com/jaiew).


---

# 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://modelico.javiercejudo.com/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.
