# Benefits

If you read the introduction you know that under the hood of this package are [primitive wrapper objects](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript), and below is a list of some pros of using them.

* **Immutable** object. ([Read more](https://developer.mozilla.org/en-US/docs/Glossary/Immutable))
* General [**intuitive**](/text/getting-started/general-concepts.md#intuitive) name.
* Minimal and simple ease-extendable form (to get more functionalities).
* The most **important** functionalities for a **specific** name.
* Specific in functionality object, which acts as a type.
* Functionality **follows** the type.


---

# 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.angular-package.dev/text/benefits.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.
