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

# September 3rd 2024

> We are delighted to introduce our **latest features and fixes from the recent period**, enhancing your experience with improved functionality and performance.

## Prompt Injection Fine-Tuned Policy

We’ve refined our prompt injection policy to enhance performance with **three sensitivity levels**. This new approach allows you to select the sensitivity level that best suits your use case. The levels are defined as:

1. **Level 1:** Detects only clear cases of prompt injection. Ideal for minimizing false positives but might overlook ambiguous cases.
2. **Level 2:** Balanced detection. Effectively identifies clear prompt injections while reasonably handling ambiguous cases.
3. **Level 3:** Detects most prompt injections, including ambiguous ones.

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/new-prompt-injection.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=07216d8caba2cc05a741e6e1b24f4122" className="block rounded-md" width="2434" height="1484" data-path="images/new-prompt-injection.png" />

## PII Masking - New PII Policy Action

We've introduced a new action for our PII policy; PII masking, that **replaces sensitive data with corresponding tags before the message is processed or sent**. This ensures that sensitive information remains protected while allowing conversations to continue.

> **Example Before Masking:**
>
> Please send the report to [john.doe@example.com](mailto:john.doe@example.com) and call me at 123-456-7890.
>
> **Example After Masking:**
>
> Please send the report to `<EMAIL>` and call me at `<PHONE_NUMBER>`.

## API Keys Management

We’ve added a new **API Keys table** under the “My Account” section to give you better control over your API keys. You can now **create and revoke API keys**. For security reasons, you won’t be able to view the key again after creation, so if you lose this secret key, you’ll need to create a new one.

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/integration-press-table.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=2f7e09bf0cbb2bb2aee6e2ea3c2d183a" className="block rounded-md" width="628" height="549" data-path="images/integration-press-table.png" />

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/api-keys-table.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=bf85a93475760458d3426dc02fc1b361" className="block rounded-md" width="1703" height="539" data-path="images/api-keys-table.png" />

## Navigation Between Dashboard and Projects

**General Dashboard:** You can now easily navigate from the **general dashboard to your projects** by simply clicking on any project in the **active project section**.

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/active-projects-section.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=d74b80dbee22bcb21ea0209a3dfbd0df" className="block rounded-md" width="2814" height="960" data-path="images/active-projects-section.png" />

**Project Dashboard:** Clicking on any action or policy will take you directly to the **project's Session Explorer**, pre-filtered by the **same policy/action and date range**. Additionally, "Clicking on the **prompt/response graphs** in the analytics report will also navigate you to the **Session Explorer**, filtered by the **corresponding date range**.

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/analytics-report-section.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=32d588445fbc06379bd35916704f9fac" className="block rounded-md" width="1315" height="395" data-path="images/analytics-report-section.png" />

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/policies-actions-sections.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=26f6bb925c0180bfef454da11d7a6410" className="block rounded-md" width="2206" height="1238" data-path="images/policies-actions-sections.png" />

## Policy Example Demonstrations

We’ve enhanced the examples section for each policy to provide clearer explanations. You can now view a **sample conversation between a user and an LLM when a violation is detected and action is taken by Aporia**. Simply click on "Examples" before adding a policy to your project to see **which violations each policy is designed to prevent**.

<img src="https://mintcdn.com/aporia/ikR99If3485QaXQB/images/policies-examples.png?fit=max&auto=format&n=ikR99If3485QaXQB&q=85&s=bbe45ec7bcc731da23a229fc888e6d12" className="block rounded-md" width="1598" height="905" data-path="images/policies-examples.png" />

## Improved Policy Configuration Editing

We’ve streamlined the process of editing custom policy configurations. Now, when you click **"Edit Configuration"**, you'll be taken directly to the **policy configuration page in the policy catalog**. Once there, you can easily return to your project with the new "Back to Project" arrow.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/aporia/images/custom-policy-edit-configuration.png" className="block rounded-md" />
