# Credentials

* [Add/Edit Credential](#add-edit-credential)
* [Reuse Token in Test Connection](#reuse-token-in-test-connection)
* [Server Health Checkup](#server-health-check-up)

## Add/Edit Credential

From the Credentials section on the systems page, click on **Add New Credential** to create new credential details:&#x20;

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

Provide the following fields:&#x20;

<table data-header-hidden><thead><tr><th width="186.5">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>Field Name</td><td>Description</td></tr><tr><td>Name</td><td>Enter a suitable name for your Credential details</td></tr><tr><td>Hostname</td><td><p>Enter your system URL in the format.</p><p><code>https://www.domainname.com</code></p></td></tr><tr><td>Timezone</td><td>Select the target system server timezone. This will be used to fetch data based on the respective timezone.</td></tr><tr><td>Secure Keys</td><td>Provide secure keys depending on the system chosen</td></tr></tbody></table>

{% hint style="danger" %}
*Do not include a slash at the end while providing Hostname*
{% endhint %}

Click on **Submit** to save the credential details. Once added, [test the connection](/project-manager/systems/credentials.md#test-connection) to ensure that proper credential details are provided.

## Reuse Token in Test Connection

{% hint style="success" %}
*Test connection is used to validate the provided credentials by making an authorized connection to the target system.*
{% endhint %}

When the test connection button is clicked, DCKAP Integrator generates a token and reuses it. This token can be reused till it's valid. Users have the ability to test with a fresh token or with an existing token.

* Test with Fresh Token: DCKAP Integrator will generate a new token for testing the connection.
* Test with Existing Token: DCKAP Integrator will use the previously generated token for testing the connection with the system.&#x20;

## Server Health Check-up

The Server Health Check-up is used to check the status of the server (Available or Down) by pinging the server at regular intervals. If the server is down/not available during the ping, DCKAP Integrator will notify the Project Owner and Admin via email.

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

Click `Configure` in the respective credential row in the credentials section.

Provide the values to the below fields

* Checker Status: Setting this to Yes will enable the Server Health Check-up.
* Ping Interval: The frequency of checkups


---

# 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/credentials.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.
