# ActZero

## Connection Requirements

{% stepper %}
{% step %}

### Domain

Domain of the ActZero host. (default: `api.actzero.ai`)
{% endstep %}

{% step %}

### Api key

An API Key associated with a user account that has permissions to fetch assets. Generate it in the ActZero Customer Portal. If you don’t see an “API Keys / API Access” or similar section, your tenant likely needs API access enabled—ask your ActZero admin or support to enable it for your account.
{% endstep %}

{% step %}

### Is Secure?

Enable this option if the connection will be established over HTTPS.
{% 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/actzero.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.
