# Systems (Old)

The individual platforms that DCKAP Integrator directly connects to, or connects using APIs are known as systems. *For example*, ERP is a system. These systems need to be configured in DCKAP Integrator in order to be able to communicate with them (read, write, and update data).

## Add/Edit System

Click on the Add New button on the Systems page. Here users will be able to choose any existing public system and configure its credentials. These credentials will be used to authorize the API connections in flows.&#x20;

#### Step 1: Choose a system

<figure><img src="/files/5QsrzG9XlICEEJUOxVDk" alt=""><figcaption></figcaption></figure>

**Step 2: Provide credentials**

Provide the necessary keys. [Learn more.](/project-manager/systems/credentials.md#add-edit-credential)

<figure><img src="/files/a57LgBDyr17kJ4Hx7jpq" alt=""><figcaption></figcaption></figure>

**Step 3: Test credentials**

Test your credentials with the fresh token. [Learn more.](/project-manager/systems/credentials.md#reuse-token-in-test-connection)

<figure><img src="/files/oF92n5RrvXww0S4MLArD" alt=""><figcaption></figcaption></figure>

## Private Systems

If you cannot find the system that you are looking for, you can create a private system and use it. These systems are private and only accessible to the project members.

{% content-ref url="/pages/62jdAYSR9SyVr6SQOvXC" %}
[Private Systems](/project-manager/systems/private-systems.md)
{% endcontent-ref %}

## API Manager

As a next step, to view, add and manage this system's APIs, navigate here.

{% content-ref url="/pages/-LvPaUHZ6mnfjvbbrrWp" %}
[API Manager](/project-manager/systems/api-manager.md)
{% endcontent-ref %}


---

# 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.dckapintegrator.com/project-manager/systems.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.
