# Remediation

The Remediation helps you take Probe’s findings and turn them into stronger defenses. With [**Prompt Hardening**](#prompt-hardening), you can reinforce system prompts to reduce vulnerabilities and improve resilience against adversarial inputs. With [**Policy Generator**](/ai-red-teaming/remediation/policy-generator.md), you can automatically turn Probe Run insights into a clear, ready-to-use protection strategy.

#### Prompt Hardening

* Strengthens system prompt based on selected Probe results.
* Continuously refine protections as threats evolve.
* Backed by our red-teaming expertise.

{% hint style="info" %}
Prompt Hardening can also be paired with [**Policy Generator**](#policy-generator), adding an extra layer of defense that detects and responds to malicious inputs during live interactions.
{% endhint %}

#### Policy Generator

* "From Probe to Guardrail"
* Creates a template policy for a guardrails.
* Fine‑tunes policy template configuration based on selected Probe Run results.
* Backed by our red-teaming expertise.


---

# 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/remediation.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.
