# CONNECTORS AND SECRETS

- [Apono Integration Secret](https://docs.apono.io/docs/connectors-and-secrets/apono-integration-secret.md)
- [High Availability for Connectors](https://docs.apono.io/docs/connectors-and-secrets/high-availability-for-connectors.md): Deploy active-active HA instances of the same connector
- [Installing a connector with Docker](https://docs.apono.io/docs/connectors-and-secrets/installing-a-connector-with-docker.md): To manage access to on-prem resources with Apono, install a connector as a Docker Container
- [Manage integrations](https://docs.apono.io/docs/connectors-and-secrets/manage-integrations.md): Find, edit, and delete and more for an integration
- [Manage connectors](https://docs.apono.io/docs/connectors-and-secrets/manage-connectors.md): Find, rename, and delete an existing Apono connector
- [Connector IP Allowlist](https://docs.apono.io/docs/connectors-and-secrets/manage-connectors/connector-ip-allowlist.md): Configure outbound access to ensure communication with Apono
- [Apono Vault](https://docs.apono.io/docs/connectors-and-secrets/apono-vault.md): Deploy an Apono native vault in your Kubernetes environment to store privileged accounts and manage access through Apono


---

# 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.apono.io/docs/connectors-and-secrets.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.
