# Documentation Guide

Welcome to the CrossEngage Product Documentation.

{% content-ref url="data-and-engagement-platform" %}
[data-and-engagement-platform](https://documentation.crossengage.io/data-and-engagement-platform)
{% endcontent-ref %}

{% content-ref url="predictions-platform" %}
[predictions-platform](https://documentation.crossengage.io/predictions-platform)
{% endcontent-ref %}

You can find our **API Documentation** here:

{% embed url="<https://api.documentation.crossengage.io/>" %}

You can also download a Collection of our API calls, to be imported to Insomnia here:

{% file src="<https://985110910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Hio8LJewN8lQY2Vlqy0%2Fuploads%2FxQkJggolCvCtF0hUC889%2FInsomnia%20API%20Calls%20Set-Up%20(1).json?alt=media&token=c490e3b6-7818-4ab7-ab78-e3c0a3b490b5>" %}

### CrossEngage Architecture

CrossEngage Products are built on a Web-Oriented Architecture. This means that you do not need any installations or setup on your device(s), as all processing is done on our Servers. You can use an up-to-date web browser to access our products.

{% hint style="info" %}
We recommend using Google Chrome for CrossEngage products.
{% endhint %}

Additionally, CrossEngage provides APIs to interact with our servers and databases. Once you have your API keys (from your System Setup), you can use any API Client or write your own code to hit the API endpoints. In this documentation, we use Postman and Insomnia as API Clients.


---

# 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://documentation.crossengage.io/documentation-guide.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.
