# Overview

AnyRobot's solution is the ideal solution to start automating activities that unnecessarily take time. The huge advantage of this solution is that you can start with even small time savings and you will already notice a huge difference with the implementation of more and more automation you will not have to change the solution.\
The documentation here will help you automate your first process and provide support for subsequent increasingly advanced ones.

If you're just looking for a quick tutorial on how to set up your AnyRobot solution check out [getting-started](https://docs.anyrobot.com/getting-started "mention").

If you're looking for more detailed information, or if you've already automated your first process and know how it more or less works, check out the more detailed documentation of the individual components.


---

# 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.anyrobot.com/overview.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.
