# Introduction

## Installation

{% tabs %}
{% tab title="yarn" %}

```bash
yarn add @bemobile-tech/helpers
```

{% endtab %}

{% tab title="npm" %}

```bash
npm install @bemobile-tech/helpers
```

{% endtab %}
{% endtabs %}

## Usage

In your main file add:

```typescript
import '@bemobile-tech/helpers'
```

## Helpers

{% tabs %}
{% tab title="Array" %}

<table><thead><tr><th width="271">Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/0ymuuXIEcuMPISt8xHzP">.filterFalsy()</a></td><td>Remove every falsy element from array.</td></tr><tr><td><a href="/pages/49B4eD5uBmngGxb1hRoP">.sortAsc()</a></td><td>Sort array ascending.</td></tr><tr><td><a href="/pages/MpD5hhXr4PkR0M0ECnaI">.sortDesc()</a></td><td>Sort array descending.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://bemobile.gitbook.io/bemobile-tech-helpers/information/introduction.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.
