> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Safety

> This Quick Start Notebook introduces Fiddler Guardrails' Safety Detection capabilities, an essential component of our enterprise solution for protecting LLM applications.

This Quick Start Notebook introduces Fiddler Guardrails' Safety Detection capabilities, an essential component of our enterprise solution for protecting LLM applications. Learn how to implement the Safety Model, which identifies harmful, sensitive, or jailbreaking content in both inputs and outputs of your generative AI systems.

Inside you'll find:

* Step-by-step implementation instructions
* Code examples for safety evaluation
* Practical demonstration of harmful content detection
* Sample inputs and outputs with risk score interpretation

Before running the notebook, generate a Fiddler API key from **Settings → [Credentials](/reference/administration/settings#credentials)** in your Fiddler environment. See the [Guardrails documentation](/protection/guardrails) and [FAQ](/protection/guardrails-faq) for more help getting started.

<Info>
  **Interactive Tutorial**

  Run the Safety Guardrail notebook end to end:

  [**Open the Safety Guardrail Notebook in Google Colab →**](https://colab.research.google.com/github/fiddler-labs/fiddler-examples/blob/main/quickstart/latest/Fiddler_Quickstart_Guardrails_Safety.ipynb)

  [**Or download the notebook from GitHub →**](https://github.com/fiddler-labs/fiddler-examples/blob/main/quickstart/latest/Fiddler_Quickstart_Guardrails_Safety.ipynb)
</Info>
