# How to use

The module is available for free installation through [Composer](/key-concepts-and-dev-tools/dependency-management-composer.md) [on Packagist](https://packagist.org/packages/deep-web-solutions/wp-framework-helpers).

There is no special way of using the helpers. They're simple static methods. The best documentation is simply to [browse the code on GitHub](https://github.com/deep-web-solutions/wordpress-framework-helpers/tree/master/src/includes) and, if you need more examples, to [browse the tests on GitHub](https://github.com/deep-web-solutions/wordpress-framework-helpers/tree/master/tests).

{% hint style="info" %}
It might be worthwhile to look over all the snippets at least once. There's not that many of them and even a lingering thought of certain functionalities being pre-implemented can help if you need them later on during your projects.
{% endhint %}


---

# 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://framework.deep-web-solutions.com/helpers-module/how-to-use.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.
