# Agents Deployment

open-appsec supports support three types of agent deployments:

1. Kubernetes: integrated with NGINX Ingress Controller or Kong Gateway
2. Linux: integrated as plugin for NGINX/NGINX Plus/Kong Gateway
3. Docker: integrated with NGINX or Kong Gateway containers

{% hint style="info" %}
Currently open-appsec supports NGINX / NGINX Ingress Controller and Kong Gateway on Kubernetes, Linux and Docker platforms. Additional integrations will follow soon after.
{% endhint %}

## Agent Deployment for Kubernetes, Linux and Docker

{% content-ref url="/pages/XzPA7UFoksUJscLSZUHf" %}
[Start With Kubernetes](/getting-started/start-with-kubernetes.md)
{% endcontent-ref %}

{% content-ref url="/pages/pYtU2ANNgakFm2heJDfd" %}
[Start With Linux](/getting-started/start-with-linux.md)
{% endcontent-ref %}

{% content-ref url="/pages/lDQro0xuNxZzJgHABh5l" %}
[Start with Docker](/getting-started/start-with-docker.md)
{% endcontent-ref %}


---

# 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.openappsec.io/getting-started/using-the-web-ui-saas/agents-deployment.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.
