# General

The API enables the communication between you as a tied agent and the Concedus liability umbrella:

<figure><img src="https://1206853797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBtoHFEVKkha5j3Wruf69%2Fuploads%2Fz3xhjFrZilKK44i9Ozkb%2Fimage.png?alt=media&#x26;token=b1c44406-8ed3-44f3-ac31-c6eaee21530d" alt=""><figcaption></figcaption></figure>

## Send Data Set

You can transfer the following data sets to our endpoint:

* **Customer data set:** contains all customer-specific attributes as well as attachment documents
* **Contract data set:** contains all necessary contract components for a customer
* **Full data set:** contains a contract and the customer

*Read more about how to send customer or contract data sets* [*here*](https://docs.concedus.com/import-process/send-data-sets)

## Check Import Status

After sending a data set to Concedus you can check the status of the import process with an endpoint or a websocket.

*Read more about how to check the import status* [*here*](https://docs.concedus.com/introduction/broken-reference)

## Get Compliance Record

Each submission of a data set generates a compliance record on the Concedus side. This record is transferred to an endpoint that you can access. It contains the key of the referenced data set previously transmitted by you and the corresponding status code.

*Read more about compliance record* [*here*](https://docs.concedus.com/import-process/get-compliance-records)


---

# 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.concedus.com/introduction/general.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.
