# Getting Started

Welcome to Acquire's developer documentation. This document provides powerful resources for interacting with Acquire and explains how to use API and Webhooks. Please contact us at: <developer@acquire.io>\
\
The Acquire Developer Portal enables you to utilize Acquire's real-time and historic conversation data, and communicate within your application. You'll find guides and community support to help you start working as quickly as possible!

## What do you want to do?

The [Acquire](https://acquire.io/) Developer Portal is divided into four different resources. These resources may be used to perform a wide range of tasks.

| **Resources**                                                     | **Description**                                                            |
| ----------------------------------------------------------------- | -------------------------------------------------------------------------- |
| [WIDGET](https://developer.acquire.io/widget/overview)            | <p>Embed the widget into </p><p>your web page, customize it and more.</p>  |
| [SDK](https://developer.acquire.io/sdk/overview)                  | Build a unified experience for your mobile customers                       |
| [WEBHOOKS](https://developer.acquire.io/webhook-api/introduction) | Perform dynamic actions with webhooks.                                     |
| [REST APIs](https://developer.acquire.io/rest-apis/introduction)  | Retrieve, update, delete, and create resources based on various endpoints. |


---

# 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://developer.acquire.io/master.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.
