# Contabo

## Connection Requirements

{% stepper %}
{% step %}

### Domain

The domain of Contabo.

{% hint style="info" %}
Default: `api.contabo.com`
{% endhint %}
{% endstep %}

{% step %}

### Client ID & Client Secret

Your Client ID is provided in the Customer Control Panel.\
Log in to: <https://my.contabo.com/account/login\\>
Go to the left menu → **API** section → Your **Client ID** & **Client Secret** will be displayed there.
{% endstep %}

{% step %}

### Username

The username for API authentication is your Contabo account email address.\
It is the same email you use to log into the Customer Control Panel:\
<https://my.contabo.com/account/login>
{% endstep %}

{% step %}

### Password

The API requires a separate password for the API user.\
In the Customer Control Panel → **API** section → click **"Send Link"**.\
Contabo sends an email where you can set (or reset) your API password.\
Use this password.
{% endstep %}

{% step %}

### Proxy

Proxy URL. *(optional)*
{% endstep %}

{% step %}

### Is Secure?

Enable this option if the connection will be established over **HTTPS**.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the Contabo 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/contabo.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.
