# Create Workflow

Creating a workflow is simple and straightforward.

First, navigate to the "Workflows" section. Click on the "New" button and select a workflow from the available options. This will open a form where you can enter the workflow details.

You will need to provide three pieces of information: the name, description, and target date of the workflow. The name and target date are required fields, while the description is optional. For example, you might name your workflow "General Workflow Example" and provide a brief description of its purpose. Make sure to select an appropriate target date. For more details on choosing the right target date, please read our [Understanding Target Dates in Workflows](/knowledge-base/learn/deep-dive/understanding-target-dates-in-workflows.md).

{% hint style="info" %}
If you don't see the target date you need, you can read our guide on[ how to add new employee fields](/knowledge-base/build/employees/employee-fields/create-employee-field.md).
{% endhint %}

Once you have submitted the necessary information, your new workflow will be created. You can then start adding automation steps to streamline your tasks and enhance efficiency.


---

# 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.introist.com/knowledge-base/build/workflows/create-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.
