# Modules

The distinct in-app functional units within the app are called 'modules', each designed to perform specific tasks or handle particular aspects of the app's overall functionality. These modules often work both independently and in conjunction with each other, providing a comprehensive and integrated user experience.

To enhance user experience, all modules within the app share a set of uniform components:

{% content-ref url="/pages/EzlBAkOG9RuqWYOCVTET" %}
[Cross-module components](/managing-advertising-accounts/modules/cross-module-components.md)
{% endcontent-ref %}

The specialized in-app modules—each playing a vital role in the app's ecosystem—cater to different operational needs, thus enhancing the overall functionality and user experience. These modules are accessible through the primary app menu, which is located at the top of each page.

{% content-ref url="/pages/ZDpI63Ta4xuhAyIrQg9p" %}
[Bulk manager](/managing-advertising-accounts/modules/bulk-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZNhftgK6p6CIVIvbkUKF" %}
[Ads launcher](/managing-advertising-accounts/modules/ads-launcher.md)
{% endcontent-ref %}

{% content-ref url="/pages/5EEYUPAJrzcIHJJQs2fu" %}
[Automated rules](/managing-advertising-accounts/modules/automated-rules.md)
{% endcontent-ref %}

{% content-ref url="/pages/JpdWFYgH6G2XwXqXsXNY" %}
[Reports](/managing-advertising-accounts/modules/reports.md)
{% endcontent-ref %}

{% content-ref url="/pages/TsqHfYgcKiSiw6bNExV0" %}
[Actions log](/managing-advertising-accounts/modules/actions-log.md)
{% endcontent-ref %}


---

# 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.advertisingbeast.com/managing-advertising-accounts/modules.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.
