# How to Create and Configure Tasks for a Workflow

### Summary

Tasks are the specific actions your workflow performs. You create them in Step 3 of the **workflow builder** by clicking **+ Add Task** and configuring the details in the "New Task" window. This guide walks you through that process step-by-step.

### Why This is Important

Tasks are the heart of your automation. While the workflow sets the overall goal, the tasks do the actual work, analyzing documents, extracting data, and drafting content. Mastering task configuration is the most critical skill for building powerful and flexible **custom legal workflows** that deliver precise, reliable results.

### Immediate vs. Suggested Tasks: A Strategic Choice

Before you create a task, you must decide where to place it.

* **Immediate Tasks:** These run automatically as soon as the user provides their input (like uploading a file). Use this for the most critical, high-value action you want to deliver instantly.
* **Suggested Tasks:** These appear as clickable buttons *after* all immediate tasks are complete. Use these to offer logical next steps and guide the user through a multi-stage process.

{% tabs %}
{% tab title="English Interface " %}

<figure><img src="/files/hI3tIsJPZWC9Cdcz0zRt" alt=""><figcaption><p>Decide whether your task should run immediately or be presented as a suggested follow-up action.</p></figcaption></figure>
{% endtab %}

{% tab title="Interfaz en Español " %}

<figure><img src="/files/osnw5XOCB2PRznf69pdo" alt=""><figcaption><p>Decida si su tarea debe ejecutarse inmediatamente o presentarse como una acción sugerida de seguimiento.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**The 'Instant Value' Rule:** When deciding, ask yourself: "What is the single most important piece of information the user needs to see right away?" Make that your Immediate Task. Use Suggested Tasks for everything else to avoid overwhelming the user.&#x20;
{% endhint %}

### Creating a New Task: A Step-by-Step Guide

In either the `Immediate` or `Suggested` section, click **+ Add Task** and choose **Create New Task**. This will open the configuration window.

{% tabs %}
{% tab title="English Interface " %}

<figure><img src="/files/6gAAprTyIYyq2b5xit8b" alt=""><figcaption><p>Start building your workflow: go to Immediate or Suggested, click + Add Task, then choose Create New Task.</p></figcaption></figure>
{% endtab %}

{% tab title="Interfaz en Español " %}

<figure><img src="/files/cjIBnsKz7K8T2VZo13lF" alt=""><figcaption><p>Comience a construir su flujo de trabajo: vaya a Inmediato o Sugerido, haga clic en + Agregar tarea y luego elija Crear nueva tarea.</p></figcaption></figure>
{% endtab %}
{% endtabs %}

#### 1. Task Details

This is the basic information for your task.

* **Name:** Give the task a clear, action-oriented title (e.g., `Identify Hostile Clauses`).
* **Description:** Briefly explain what the task does. This helps you and your colleagues reuse it later from the Task Library.

#### 2. Optional Conditions

This section sets rules for when a task can run.

* **Task Dependency:** Makes this task available only after another selected task is complete. This is perfect for creating a logical, step-by-step process.
* **Required Document(s):** Tells the AI what kind of document to expect (e.g., `Contract`, `Pleading`). This helps Vincent better understand the context of the file.
* **Required Context:** Use this when a task needs a specific **point of view**. For example, you can require the user to state the represented party (e.g., "Plaintiff" or "Defendant"). The AI will then perform its analysis from that specific perspective.

#### 3. Task Instruction(s)

This is the "engine" of the task where you provide the specific instructions for the AI.

* **Action Type:** This is the most important choice you will make. It defines the *method* Studio will use to perform its work (e.g., analyzing a whole document, comparing two files, etc.).
* **Prompt:** This is where you write the detailed, step-by-step instructions for Studio to follow. Be as specific as possible.

{% hint style="success" %}
**Choosing the Right Action Type is Key:** The **Action Type** you select fundamentally changes how your prompt is applied. For a detailed guide on each available option and when to use it, please see our dedicated reference article: [**Understanding Action Types in Vincent Studio**](/vincent-by-vlex-1/vincent-studio/creating-and-managing-ai-workflows-in-vincent-studio/understanding-action-types-in-vincent-studio.md).&#x20;
{% endhint %}

### Best Practices & Pro Tips

* **One Task, One Job:** A single task should be responsible for one clear, distinct activity. If your prompt is becoming very long and complex, consider breaking the process down into two or more separate tasks.
* **Write Prompts Like a Manager:** Be clear, specific, and direct in your task prompts. Provide examples of the output format you expect. The more precise your instructions, the more reliable your results will be.

### Related Articles

* [How to Publish and Share Your Vincent Studio Workflow](/vincent-by-vlex-1/vincent-studio/creating-and-managing-ai-workflows-in-vincent-studio/how-to-publish-and-share-your-vincent-studio-workflow.md)
* [Understanding Data Security and Compliance in Vincent Studio](/vincent-by-vlex-1/vincent-studio/security-privacy-and-compliance/understanding-data-security-and-compliance-in-vincent-studio.md)

### Ready to Publish?

Once your tasks are configured, you're ready for the final step: publishing your workflow.

[**Contact our sales team for a personalized demo today.**](https://vlex.com/book-a-demo?utm_source=website\&utm_medium=organic\&utm_campaign=web_trial_homepage\&campaign_id=4270741)

**What's Your Next Step?**

| **New to Vincent Studio?**                                                                                                                                                                                 | **Already a Vincent Studio Customer?**                                                                                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [See how Vincent can transform your practice. **Request a personalized demo**.](https://vlex.com/book-a-demo?utm_source=website\&utm_medium=organic\&utm_campaign=web_trial_homepage\&campaign_id=4270741) | [If you still have questions or need help with a specific feature, our team is here to assist. **Contact our Support team**.](https://vlex.com/contact-us) |


---

# 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://support.vlex.com/vincent-by-vlex-1/vincent-studio/creating-and-managing-ai-workflows-in-vincent-studio/how-to-create-and-configure-tasks-for-a-workflow.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.
