> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/ox-integrations/3rd-party-integrations/cloud-context/qualys.md).

# Qualys

Qualys is a cloud-based vulnerability management platform that identifies vulnerabilities across networked assets, including servers, workstations, network devices, and other IP-addressable systems.

Connecting Qualys to OX imports Qualys vulnerability findings into the OX platform, where they are correlated with additional security context and unified with findings from other security tools.

OX enriches imported Qualys findings with information from across the platform, helping security teams understand asset ownership, prioritize remediation, and investigate vulnerabilities within the context of their broader security posture.

> **Note**
>
> The Qualys Host URL is the URL of your Qualys platform instance. The URL varies by region and can be copied from the browser address bar after signing in to the Qualys portal.

### Connect OX to Qualys

1. Go to **Settings > Connectors**.
2. Select **Qualys**.

<figure><img src="/files/W7CiFTv9vX7EGeJrkkDA" alt="" width="494"><figcaption></figcaption></figure>

Enter the following information:

| Parameter       | Description                               |
| --------------- | ----------------------------------------- |
| Qualys Host URL | The URL of your Qualys platform instance. |
| User Name       | Your Qualys username.                     |
| Password        | Your Qualys password.                     |

4. Select **Verify Connectivity**.
5. Select **Connect**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ox.security/ox-integrations/3rd-party-integrations/cloud-context/qualys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
