# ❤ Benefits

<details>

<summary>Extended modules</summary>

Extended modules with some additional functions for faster development.

<mark style="color:green;">**✓**</mark> Color *(not ready)*

<mark style="color:green;">**✓**</mark> List

<mark style="color:green;">**✓**</mark> Map

<mark style="color:green;">**✓**</mark> Math

<mark style="color:green;">**✓**</mark> Property *(not ready)*

<mark style="color:green;">**✓**</mark> Selector *(not ready)*

<mark style="color:green;">**✓**</mark> String

</details>

<details>

<summary>New modules</summary>

<mark style="color:green;">**✓**</mark> Class *(not ready)*

<mark style="color:green;">**✓**</mark> Comparison

<mark style="color:green;">**✓**</mark> Function *(not ready)*

<mark style="color:green;">**✓**</mark> Property

<mark style="color:green;">**✓**</mark> Scheme *(not ready)*

<mark style="color:green;">**✓**</mark> Translator

<mark style="color:green;">**✓**</mark> Values

<mark style="color:green;">**✓**</mark> Var *(not ready)*

</details>

<details>

<summary>Class <em>(not ready)</em></summary>

<mark style="color:green;">**✓**</mark> New module for defining class names with delimiter and dictionary.

<mark style="color:green;">**✓**</mark> Prefix and suffix for classes in project.

<mark style="color:green;">**✓**</mark> Class variants.

</details>

<details>

<summary>Comparison</summary>

<mark style="color:green;">**✓**</mark> Compare with an interchangeable(string) operator. Useful in `list.select()` and `list.query()`.

<mark style="color:green;">**✓**</mark> Greater module.

<mark style="color:green;">**✓**</mark> Less module.

</details>

<details>

<summary>List</summary>

<mark style="color:green;">**✓**</mark> Additional missing functions for retrieving elements.

<mark style="color:green;">**✓**</mark> Select function for retrieving elements like a query without limit/range.

<mark style="color:green;">**✓**</mark> Query function for retrieving elements like a query. *(not ready)*

</details>

<details>

<summary>Translator</summary>

<mark style="color:green;">**✓**</mark> Module handles translates with global dictionary.

<mark style="color:green;">**✓**</mark> Translates string, list, and map.

</details>


---

# 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/sass/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.
