# Introduction

Alga.js is a javascript helper or utility and it can makes easier in writing the code. Alga.js has more focused on helping developers achieve their goals in building web interfaces.

The most important is Alga.js is not trying to replace any method of javascript literals or any libraries or helpers out there, but Alga.js provide an alternative for complex problem that cannot be solve using javascript method like handling deep nested array of objects or using flatten to flat the nested of array of objects and many more tool that only found on Alga.js.

Also, Alga.js is trying to cover all the tools that are not available on other javascript helpers. Alga.js provide the tools that can be used for creating web components that use lot of arrays as their backbone like Data Table component for instance.

With Alga.js, you don't need to write your own methods for any web components you want to build and it will make our components easier to develop and maintain.

Alga.js is immutable helper, which mean it doesn't mutate or change your data, so Alga.js method will always return to a new data.


---

# 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://tedirghazali.gitbook.io/algajs/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.
