From d8ef5888ab7a0178e4da807c449064f8ffc8b85d Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Fri, 7 Mar 2025 15:22:50 +0100 Subject: [PATCH] chore: adjust overview page --- docs/components/RPA/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/RPA/overview.md b/docs/components/RPA/overview.md index 97cb78db98c..31ebdc7b947 100644 --- a/docs/components/RPA/overview.md +++ b/docs/components/RPA/overview.md @@ -7,8 +7,8 @@ description: "Integrate Legacy Applications into Camunda with RPA." Robotic Process Automation (RPA) allows you to automate manual, repetitive tasks by interacting with applications directly. Camunda uses RPA to facilitate the integration of legacy applications without accessible APIs into your process orchestration. -## Getting started +## Getting Started -Camunda's RPA functionality is built around a standalone RPA worker and [RobotFramework](https://robotframework.org/)-based RPA scripts. This setup allows users to develop and execute RPA scripts that integrate seamlessly with existing Camunda stacks. +Camunda's RPA functionality is built around a standalone RPA worker and [Robot Framework](https://robotframework.org/)-based RPA scripts. This setup allows users to develop and execute RPA scripts that integrate seamlessly with existing Camunda stacks. -Check out our Quick start guide to start developing or read up on scalling your workes in a production setup. +Check out the [Getting Started Guide](./getting-started.md) or read up on setting up your workers for [production use cases](./production.md).