# Home

Welcome to the documentation for Zscaler’s *Security for AI* Platform.

This comprehensive guide serves as a user manual to assist you in onboarding with our platform. It offers detailed explanations of key concepts, terms, and functionalities, ensuring you have all the information you need. Whether you are new to platform or seeking in-depth insights, this documentation is designed to support your understanding and enhance your experience with our platform.

## The Platform

**Platform** is designed to protect your generative AI applications from harmful activities. It tests your application using a customizable set of probes, **automated red teaming tools,** designed to trigger and detect specific vulnerabilities. Each probe targets a particular vulnerability, allowing for comprehensive security and safety testing. The Platform also provides relevant **mitigation strategies** for detected issues.

Probes use **generative AI** to create attacks based on a comprehensive attack database, which is collected and constantly updated from various LLM CTFs, open-source data, and both automated and manual AI research. Each probe applies different **variations and strategies** depending on the target’s industry, company, and goals, in order to maximize the security and safety assessment.

## Documentation Sections

The documentation is divided into seven main sections.

**AI Red Teaming** - Adversarial Testing Module of the Platform that allows you to configure, execute, and analyze simulated adversarial runs using scanners, called probes, to discover vulnerabilities. Based on the results, it also proposes remediation tasks and performs system prompt hardening.

**AI Benchmarks** - A user-friendly interface to explore benchmarks of various open-source and commercial models across different system prompt configurations, with benchmarks generated using probes.

**AI Asset Management** - Serves as the discovery and management layer for all AI components within an enterprise, enabling users to connect environments, run scans and gain actionable insights through  benchmarking, threat analysis, and a live, interactive map of architectures, dependencies, and risks.

**Settings** - A place for managing both personal, organizational and workspace configurations within the Platform.

**Platform API -** A detailed reference for developers, including endpoints and request and response formats. This section ensures smooth integration with the platform's APIs.

**Updates** - A dedicated space for monthly announcements about new features, improvements, and updates, keeping you informed about the latest developments.

**Links** - Useful resources, our blog for the latest news on AI security,GitHub and Community Slack.

## Join us on Slack & Discord

If you have any additional **questions** that are not addressed in the documentation, would like to provide **feedback** on your Platform experience, or have encountered an **issue** that you wish to report, please join us on our official public [Slack workspace](https://join.slack.com/t/splxaiprobe/shared_invite/zt-2mm8mn41j-mxLkB7rcYrWoQ1oYDsR00Q) & dedicated [Discord server](https://discord.gg/tR2d54utZc). We encourage you to reach out at any time, our team will be happy to assist you.


---

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