# Create your first Automation

In this article, we'll walk you through the process of setting up your first automation in Introist. You'll learn how to select an employee, choose a workflow, initiate the automation as a draft to make adjustments, and finally, start the automation. Follow along to see each step in action and get your automation up and running smoothly.

### Start automation

To create your first automation, begin by selecting an employee from the list. Click on the employee's name to proceed. After selecting the employee, click the "Enroll" button to move forward with the setup process.

In the following step, select the workflow you wish to use. For this guide, choose the workflow you've recently created.

Next, click on "Start as Draft." This step allows you to make any necessary changes to the automation before it goes live. While not crucial, starting as a draft is recommended to ensure all details are correct and to provide an opportunity for adjustments.

Once you are ready and all adjustments have been made, click "Start" to activate the automation. This final action will initiate the automation based on the settings you've configured


---

# 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/start/getting-started/create-your-first-automation.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.
