# Best Practices

- [User Acceptance Testing](https://doc.moost.io/best-practices/user-acceptance-testing.md)
- [User Experience](https://doc.moost.io/best-practices/user-experience.md): Guidance on delivering recommendations clearly and effectively for maximum user engagement.
- [Onboarding](https://doc.moost.io/best-practices/user-experience/onboarding.md): How to build user trust from the start and maximize your notification opt-in rates.
- [Designing Rules](https://doc.moost.io/best-practices/user-experience/designing-rules.md): Best practices for defining effective and relevant rule logic in the Rule Configurator.
- [Writing Notifications](https://doc.moost.io/best-practices/user-experience/writing-notifications.md): How to write clear, actionable, and user-friendly content for your recommendations.
- [Notification Center](https://doc.moost.io/best-practices/user-experience/notification-center.md): Best practices for creating a persistent, in-app log of all user recommendations.
- [Notification Preferences](https://doc.moost.io/best-practices/user-experience/notification-preferences.md): Best practices for creating a clear and user-friendly screen to manage notification settings.
- [In-App Notifications](https://doc.moost.io/best-practices/user-experience/in-app-notifications.md): Guidance on using in-app modals and banners for non-time-sensitive recommendations.
- [Push Notifications](https://doc.moost.io/best-practices/user-experience/push-notifications.md): Using immediate, actionable push notifications for time-sensitive recommendations.
- [Measuring Impact](https://doc.moost.io/best-practices/measuring-impact.md): How to track user interactions and use data to prove ROI and optimize your rules.
- [FAQ](https://doc.moost.io/best-practices/faq.md)


---

# 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://doc.moost.io/best-practices.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.
