> For the complete documentation index, see [llms.txt](https://explore.notifyme.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://explore.notifyme.tech/key-features/collaborative-workflows.md).

# Collaborative workflows

![](/files/-MMujLxzNskN6U94ruGT)

## Manage your business processes with the NotifyMe collaborative workflows

A simple task such as requesting a supplier to properly complete an inspection notification form, or a client to confirm an inspection date, can take much longer than expected. This, in turn, causes delays or the endless chasing of the people in charge.

{% hint style="success" %}
**Use workflows to organize the tasks for managing your business processes,** involving users from different companies and taking collaboration to a new level!
{% endhint %}

Process automation prevents the management of the task from taking up more time than required. With NotifyMe, business processes can be generated and distributed through the system, automating repetitive tasks and streamlining the communication processes.

This helps  **ensure all the project team members are on the same page.**

![](/files/-MMujhbUXzC_OudJAdJh)


---

# 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://explore.notifyme.tech/key-features/collaborative-workflows.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.
