Skip to content

Commit

Permalink
docs: main automation page content
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 6, 2024
1 parent 7195210 commit e0b579d
Showing 1 changed file with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,25 @@ description: 'Covers the Remote Context Server (RCS) content. Here subpages are
tags: []
---

Covers the Remote Context Server (RCS) content. Here subpages are required, once it's a complex topic.
import LinkCards from '@site/src/components/Cards/LinkCards';

Visual KPI Remote Context Services (RCS) comprises of a set of interfaces and queries that enable the reading of metadata or configuration information from various business applications or sources of contextual information. This information is then used by Visual KPI to create and configure objects in the system.

To learn all about Visual KPI RCS check the following links:

<LinkCards data={
[
{
name: 'Core Concepts',
linkTo: '/docs/setup-and-administration/automation/rcs'
},
{
name: 'Configuration',
linkTo: '/docs/setup-and-administration/automation/how-to-use-the-rcs'
},
]
}/>

:::training
Refer to the [**RCS Training**](https://www.transpara.com/course/visual-kpi-remote-context-server-rcs-training/) to follow a complete series of videos explaining this feature.
:::

0 comments on commit e0b579d

Please sign in to comment.