# Orchestrator Introduction

## About Roboteasy&#x20;

Roboteasy is a cloud system that allows the development of robots inside of an operational system, as well as the management of this robots executions, graphic creations, grids, schedules, etc.

## About RPA&#x20;

RPA stands for Robotic Process Automation, which is basically the robotic automation of manual processes. It shouldn´t be misunderstood or compared to the famous **macros** (actions sequencial) because RPA is intelligent and can adapt to several unpredictable situations and mistakes that a process may have, while the macro is just an actions sequence.

## What Can Be Done With Roboteasy?

Roboteasy allows you to automate all the tasks that a regular person can do, like websites, captcha, typing texts, clicking links, downloading and opening files, and also using applications on Windows: opening program&#x73;**, executing actions inside ERP management**, etc.

## And How Is That Possible?

We utilize already consolidated Windows native DLL´s and automation APIs that don´t work together. This way we were able to develop a solution that allows us to make the magic happen.


---

# 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.roboteasy.tech/orchestrator/orchestrator-introduction.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.
