# DLP Dictionary and Policy management

- [V2 Policy Management endpoints](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints.md)
- [V2 Create Policy](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-create-policy.md): Creates a new policy with dictionary references.
- [V2 All Policies](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-all-policies.md): Gets all policies.
- [V2 Get Policy](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-get-policy.md): Gets a policy.
- [V2 Update Policy](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-update-policy.md): Updates data for an existing policy, such as the dictionaries and also \`name\`, \`type\`, \`contentTypes\`, and \`scopes\`.
- [V2 Enable Policy](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-enable-policy.md): Enables a policy.
- [V2 Disable Policy](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-disable-policy.md): Disables a policy.
- [V2 Delete Policy](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-policy-management-endpoints/v2-delete-policy.md): Deletes a disabled policy.
- [V2 Violations endpoints](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-violations-endpoints.md)
- [V2 Signal Violations](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-violations-endpoints/v2-signal-violations.md): Gets violations as a result of policy enforcement on signals. Signal rules and matched terms are decrypted by the agent.
- [V2 Message Violations](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-violations-endpoints/v2-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.
- [V2 Stream Violations](https://rest-api.symphony.com/deprecated-endpoints/dlp-dictionary-and-policy-management/v2-violations-endpoints/v2-stream-violations.md): Gets violations as a result of policy enforcement on streams. Matched terms are decrypted by the agent.


---

# 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/deprecated-endpoints/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.
