# Systems Builder

System Builder allows the user to build a new private system to connect and use in the workflows. Private systems are accessible only inside the project and cannot be accessed elsewhere.&#x20;

This page displays both old and new private systems available in the project. It also displays the recommended version of the system set during publishing. If no published version is available, the draft or deprecated version will be shown.

{% hint style="info" %}
Old systems are marked with an “Old” label.
{% endhint %}

### **Show System Usage**

This option displays the credentials connected to the system and lists the workflows which are using it.

{% hint style="success" %}
The Delete option is not yet introduced for new system versions. It will be released in the upcoming releases.
{% endhint %}


---

# 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-builder.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.
