# DLP Dictionary & Policy Management

- [Overview](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/overview.md)
- [Dictionary Management endpoints](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints.md)
- [Create Dictionary](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/create-dictionary.md): Creates a dictionary with basic metadata and without content.
- [All Dictionaries](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/all-dictionaries.md): Gets basic metadata for the latest version of all active dictionaries.
- [Specific Dictionary](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/specific-dictionary.md): Gets basic metadata about a dictionary.
- [Update Dictionary](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/update-dictionary.md): Updates a dictionary's name. This also automatically updates the version number.
- [Upload Dictionary Content](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/upload-dictionary-content.md): Upload new content to a dictionary and override the existing content.
- [Download Dictionary Content](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/download-dictionary-content.md): Downloads Base64-encoded dictionary content.
- [Delete Dictionary](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/dictionary-management-endpoints/delete-dictionary.md): Deletes a dictionary.
- [V3 Policy Management endpoints](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints.md)
- [V3 Policy structure for Create/Update](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-policy-structure-for-create-update.md)
- [V3 Create Policy](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-create-policy.md): Creates a new policy with dictionary references.
- [V3 All Policies](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-all-policies.md): Gets all policies.
- [V3 Get Policy](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-get-policy.md): Gets a policy.
- [V3 Update Policy](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-update-policy.md): Updates data for an existing policy, such as the dictionaries and also \`name\`, \`type\`, \`contentTypes\`, and \`scopes\`.
- [V3 Enable Policy](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-enable-policy.md): Enables a policy.
- [V3 Disable Policy](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-disable-policy.md): Disables a policy.
- [V3 Delete Policy](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-policy-management-endpoints/v3-delete-policy.md): Deletes a disabled policy.
- [V3 Violations endpoints](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints.md)
- [V3 Violations - Sample Responses](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints/v3-violations-sample-responses.md)
- [V3 Violations - Special Scenarios of Attachments](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints/v3-violations-special-scenarios-of-attachments.md)
- [V3 Message Violations](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints/v3-message-violations.md): Gets violations as a result of policy enforcement on messages. The message part of this violation is the same as documented in Create Message v4
- [V3 Signal Violations](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints/v3-signal-violations.md): Gets violations as a result of policy enforcement on signals. Signal rules and matched terms are decrypted by the Agent.
- [V3 Stream Violations](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints/v3-stream-violations.md): Gets violations as a result of policy enforcement on streams. Matched terms are decrypted by the Agent.
- [V3 Violation Attachment Download](https://rest-api.symphony.com/main/dlp-dictionary-and-policy-management/v3-violations-endpoints/v3-violation-attachment-download.md): API for downloading attachments sent as part of messages flagged by DLP system


---

# 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://rest-api.symphony.com/main/dlp-dictionary-and-policy-management.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.
