# Setup

## 1. Create a Cloutly account

Set up your Cloutly account and required features in the platform.

## 2. Retrieve your REST API key

Go to `Settings -> API Keys` and copy your API key.

> The API key is server-side only. Do not expose it in frontend code.

## 3. Retrieve your Embed signing key

Go to platform settings and manually retrieve/create the signing key used to sign embed JWTs.

> Keep the signing key in secure backend secrets storage only.

## 4. Configure your integration

Use both credentials depending on your use case:

* `x-api-key` for REST API calls from your backend.
* Embed signing key for short-lived JWT session provisioning.


---

# 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/installation.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.
