# Delinea Secret Server

## Connection Requirements

{% stepper %}
{% step %}

### IP Address

Enter the IP address or hostname of the Delinea Secret Server you wish to connect to. This is a required field.
{% endstep %}

{% step %}

### Port

Specify the port number for the connection. This is an optional field; if no port is provided, the default value of 443 will be used, which is standard for secure connections.
{% endstep %}

{% step %}

### Username

Provide the username that has access to the Delinea Secret Server.

{% hint style="info" %}
🔵 Note\
User must be a local Delinea Secret Server user with a View Users role.
{% endhint %}
{% endstep %}

{% step %}

### Password

Enter the password associated with the username.
{% endstep %}

{% step %}

### Use custom path?

Set this option to "True" if your Secret Server installation is on a different path.

{% hint style="info" %}
🔵 Note\
By default, your Secret Server installation is under "[https://ip:port/SecretServer](https://docs.octoxlabs.com/adapters/adapters/https:/ip:port/SecretServer)".
{% endhint %}
{% endstep %}

{% step %}

### Custom Base Path

Use this field if you set "Use custom path?" to "True". (default: "/" if unspecified).
{% endstep %}

{% step %}

### Timeout

Set a custom timeout value using this field. (default: 30 seconds).
{% endstep %}

{% step %}

### Is Secure?

Indicate whether SSL/TLS is enabled. (default: Enabled).
{% endstep %}

{% step %}

### Fetch Devices?

Enable if you want to fetch devices. (default: Disabled).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
⚠️ Attention\
Please perform a **connection test** to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% 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.octoxlabs.com/adapters/adapters/delinea-secret-server.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.
