# Quick Start

Welcome to the official Cuoral Developer Documentation!\
\
Here you’ll find everything you need to start integrating with the Cuoral platform to deliver proactive, AI-powered customer experiences at scale.

Cuoral helps businesses reduce silent churn, resolve issues before users complain, and drive continuous product improvement - all through intelligent engagement workflows across chat, email, and SMS.

***

### What You Can Do With the Cuoral API

* Create and manage customer companies and contacts
* Trigger automated engagement workflows
* Fetch customer feedback and issue logs
* Analyze product experience trends in real-time
* Integrate Cuoral into your internal tools or customer systems

Whether you're building a custom support dashboard, syncing user data, or triggering proactive messaging - our APIs are designed to be simple, fast, and powerful.

***

### 🔑 Get Your API Key

To use the Cuoral API, you’ll need an API Key scoped to your organization\
\
[Sign up here to get your API key](https://cuoral.com/)\
\
Once signed in, head to the **Settings → API Access** section to generate and manage your keys.

Your API key must be included in the *<mark style="color:$warning;">x-api-key</mark>* header for all requests:

```http
x-api-key: YOUR_API_KEY
```

***

### What’s Next?

* Start with the **Company API** to create and manage customer organizations
* Explore **Contact APIs** for individual users
* Engagement APIs for customer outreach
* Use **Workflow APIs** to automate messaging and feedback collection

Need help? Reach out to our team anytime at <team@cuoral.com>

Happy Building! 💡

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/lIZup5Xx4KyTd8QFCx1U" %}
[Customers](/api-reference/customers.md)
{% endcontent-ref %}


---

# 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.cuoral.com/quick-start.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.
