# Probe

**Probe** is the adversarial testing module of the Platform. It allows you to proactively evaluate your AI systems against real-world, domain-specific attack patterns. With Probe, you can configure, execute, and analyze simulated adversarial runs to discover vulnerabilities. Figure 1 displays the **Probe Overview** page.

<figure><img src="/files/pj3saqosn7bwIfwk8WkH" alt=""><figcaption><p>Figure 1: Probe Overview Page</p></figcaption></figure>

{% hint style="info" %}

* Go to [**Getting Started**](/ai-red-teaming/getting-started.md) for a step-by-step introduction to the AI Red Teaming module of Platform,  it guides you through running your first Test Run and filling the Probe Overview page with data.
* Go to [**Probe Overview**](/ai-red-teaming/probe/overview-page.md) to get a better understanding about all the sections displayed on the **Probe Overview** page once they are populated with data.
  {% 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.probe.splx.ai/ai-red-teaming/probe.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.
