# Implementation Guides

- [Quick Start](https://devs.snowdropsolutions.co.uk/implementation-guides/quick-start.md)
- [Data. How to get the best results](https://devs.snowdropsolutions.co.uk/implementation-guides/data.-how-to-get-the-best-results.md): How to get the best results from MRS and keep your users happy.
- [Examples](https://devs.snowdropsolutions.co.uk/implementation-guides/examples.md): Examples of fields to send in your requests to MRS.
- [Recommended UX](https://devs.snowdropsolutions.co.uk/implementation-guides/recommended-ux.md): Recommended User Experience for your app.
- [Additional UX Considerations](https://devs.snowdropsolutions.co.uk/implementation-guides/additional-ux-considerations.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://devs.snowdropsolutions.co.uk/implementation-guides.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.
