> For the complete documentation index, see [llms.txt](https://help.smartico.ai/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartico.ai/welcome/products/tools-and-guides/faqs.md).

# FAQs

This section contains answers to frequently asked questions about configuring, managing, and troubleshooting Smartico features. Browse through the specific topic categories below:

* [**FAQ: Bonuses**](/welcome/products/tools-and-guides/faqs/faq-bonuses.md): Common questions about creating bonus templates, configuring automatic or manual bonus awarding, platform integration behaviors, and troubleshooting failed bonus deliveries.
* [**FAQ: CRM Automation**](/welcome/products/tools-and-guides/faqs/faq-crm-automation.md): Questions regarding journeys, campaigns, automation rules, communication channels (Email, SMS, Push, Inbox, Popups), delivery tracking, and player targeting.
* [**FAQ: Data Studio & Reports**](/welcome/products/tools-and-guides/faqs/faq-data-studio-and-reports.md): Guidance on pre-built reports, campaign performance metrics (such as open rates and CTR), custom dashboards, and data tracking.
* [**FAQ: Gamification**](/welcome/products/tools-and-guides/faqs/faq-gamification.md): Information about missions, levels, points and store items, tournaments, leaderboards, mini-games (Spin the Wheel, MatchX, Loot Boxes), and gamification widget settings.
* [**FAQ: Other topics**](/welcome/products/tools-and-guides/faqs/faq-other-topics.md): Answers concerning Back Office user permissions, multi-brand configuration, label tags, translations, custom player attributes, and general system settings.

You can also use the search bar or the in-app AI Assistant in the Back Office to quickly find relevant answers across all FAQ sections and academy guides. If you require assistance beyond the documentation, refer to the [Support Scope](/welcome/products/tools-and-guides/support-scope.md) guide.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smartico.ai/welcome/products/tools-and-guides/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
