> For the complete documentation index, see [llms.txt](https://docs.mindee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindee.com/v1/workflows/create-a-workflow.md).

# Create a Workflow

## Create a Workflow

## Prerequisite

{% hint style="warning" %}
Access to Workflows is limited to **Enterprise** customers.

Contact our[ sales team](https://calendly.com/d/crhr-vmm-g23?utm_source=platform\&utm_medium=calendly\&utm_campaign=workflows) to have the workflows activated on your account.
{% endhint %}

Once activated you will see the Workflows menu item appear on the platform.

You can define a workflow on all the extraction product existing at Mindee. From Invoices, Receipts to docTI products you created.

## Workflow Creation

1. Click on the Workflows menu item to display the Workflow page.

<figure><img src="/files/Ewtcb9WjKkuklBTz9OTt" alt=""><figcaption></figcaption></figure>

This page displays existing workflows and the creation button.

<figure><img src="/files/GUADfDiVHyMNZzRQOxGE" alt=""><figcaption></figcaption></figure>

2. Click on **Create Workflow** to start the creation process.

<figure><img src="/files/epHkB7939U2i7YsakOXK" alt=""><figcaption></figcaption></figure>

3. Define the name of your workflow. Four our example, let’s call it ”Invoice Validation”

You can add a Description (optional). But this can help you later on to better differentiate your workflows. For our example we will enter: “*Validate Invoice key information*”.

4. Finally check the box:

“*By checking this I authorize Mindee to save the documents sent to the workflow and the extracted data for the purpose of the workflow*.”

Typically, Mindee doesn't store your documents and data, but this is necessary for workflows since we need to keep the extractions for later validation.

5. Hit \_Next \_ to move to the next step.

Within this step you will define the extraction product you will use within the workflow: in this case the Invoice endpoint, and select the fields you want to validate.

6. First, select Invoice. Type “*Invoice*” within the **Select** field to find with ease the right extraction product.

<figure><img src="/files/b8zq0nTf9uQq5JEcsD2U" alt=""><figcaption></figcaption></figure>

The full list of fields from Invoice is now displayed and you can choose from among them the ones you want to choose.

<figure><img src="/files/91bKisM209OpCdi207Tg" alt=""><figcaption></figcaption></figure>

Once you checked all the fields you need, hit \*\*Create \*\*to finalize the creation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mindee.com/v1/workflows/create-a-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
