# Getting started with Workflows

Workflows is a highly-scalable automation engine, purpose-built for digital employee experience. It uses insights from Nexthink Infinity to trigger automated actions, enabling IT teams to prevent issue&#x73;**,** improve performance and resolve issues quickly.

## Before you begin

As an administrator, you should enable permissions to ensure the correct configuration and monitoring of Nexthink workflows:

1. Select **Administration > Roles** from the main navigation panel.
2. Create a **New Role** or edit an existing role by hovering over it.
3. In the **Permissions** section, scroll down to the **Workflows** section to enable appropriate permissions for the role.

{% hint style="info" %}
Refer to the [Roles](https://docs.nexthink.com/platform/user-guide/administration/account-management/roles) documentation for a detailed description of **Permissions**, **View domain** options and **Data privacy** granularity settings.
{% endhint %}

***

## What are workflows made of?

Workflows are created in a **drag-and-drop, low-code visual designer** that lets you easily build automation logic.\
Each workflow is composed of the following building blocks, available in the **Toolbox**:

* **Thinklets** execute remote actions, launch campaigns, integrate with Service/APIs, or directly communicate with employees via a Nexthink channel in Microsoft Teams.
* **Flow controls** drive workflow progression and decision logic based on values collected by the workflow or Nexthink data.
* **Connectors e**nable pre-configured integration with third-party systems. Nexthink supports connectors for applications such as Microsoft Entra ID, Microsoft Outlook, ChatGPT, and ServiceNow.

Refer to [Creating workflows](/platform/user-guide/workflows/creating-workflows.md) documentation to learn how to build and configure workflow components using the workflow **Designer.**

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

## How can I see workflow automation success?

Use predefined dashboards available for active workflows to identify execution success rate, outcome and timed behavior when triggered by device events, user requests, third-party systems, or scheduled tasks.

Refer to the [Monitoring Workflows dashboard](/platform/user-guide/workflows/monitoring-workflows-dashboard.md) and [Troubleshooting Workflows](/platform/user-guide/workflows/monitoring-workflows-dashboard/troubleshooting-workflows.md) documentation for monitoring and troubleshooting workflow execution, and tracking the value of automation.

<figure><img src="/files/1bxkjnEP41kXrnTuiqRd" alt=""><figcaption></figcaption></figure>

## Are there preconfigured workflows I can start from?

Nexthink offers a rich set of predefined workflows covering common use cases in the Nexthink Library.

These workflows are great starting points to accelerate your automation journey—you can install them, explore how they work, and adapt them to your own needs.

To browse and install Library workflows, go to the **Nexthink Library** module from the main menu in your instance.

Refer to [Nexthink Library](https://docs.nexthink.com/platform/user-guide/nexthink-library) documentation for more information.

***

RELATED TOPICS

* [Managing Workflows](/platform/user-guide/workflows/managing-workflows.md)
* [Creating workflows](/platform/user-guide/workflows/creating-workflows.md)


---

# 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.nexthink.com/platform/user-guide/workflows/getting-started-with-workflows.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.
