# 👋 Welcome!

## [🚀](https://developer.tryfinch.com/#-get-started) What is Cohesive?

Cohesive is a flexible workflow solution that can automate data processing workflows regardless of source and format. *Examples of files that Cohesive can process include financial statements or invoice PDFs*.

Cohesive offers two options based on use case:

* **Cohesive Embedded:** Offer flexible data import options to your users (of your application). Cohesive's solution (including UI components) can be embedded within your application to allow your users to import data into your product.
* **Cohesive Workflow:** Automate end-to-end data workflows within your organization. Cohesive can execute entire workflows, such as extracting information from one source (e.g., PDF attachment in Outlook) and conditionally syncing to another system (e.g., ERP or CRMs).

## :scroll: How Cohesive works

At it's core, Cohesive leverages best-in-class AI technology to provide the most accurate and flexible data extraction tool - supporting typical hard-to-import data formats like images (.png/.jpg/.jpeg), Excel files (.xlsx), or PDFs.

Cohesive can then optionally execute automated workflows based on the extracted data. For example, Cohesive can extract Purchase Order PDF information from email attachments and automatically create a Sales Order in the ERP with the extracted information.

That's it! No coding or manual data entry required :tada:

## Want to deep dive?

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

{% content-ref url="reference/api-documentation" %}
[api-documentation](https://docs.cohesiveapp.com/reference/api-documentation)
{% endcontent-ref %}

{% content-ref url="reference/workflow-documentation" %}
[workflow-documentation](https://docs.cohesiveapp.com/reference/workflow-documentation)
{% 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.cohesiveapp.com/welcome.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.
