# Introduction

- [Cloutly Embed Overview](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/readme.md): Embed Cloutly inside your app with a unified REST API and JWT-based provisioning for businesses and users.
- [System Overview](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/system-overview.md): High-level view of how your app uses Cloutly REST API and Cloutly Embed together.
- [Setup](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/installation.md): Setup basics for REST API and Cloutly Embed.
- [Ping](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/ping.md): Health check endpoint to ensure everything is ready to go.
- [Authentication](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/authentication.md): Authentication for REST API and Cloutly Embed.
- [Host API Domain](https://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction/host-api-domain.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://docs.cloutly.com/reviews-sdk-for-marketplace-websites/introduction.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.
