# Disclaimers

- [Disclaimer](https://rest-api.symphony.com/main/disclaimers/disclaimer.md): Returns the details of a particular disclaimer.
- [List Disclaimers](https://rest-api.symphony.com/main/disclaimers/list-disclaimers.md): List all disclaimers for the company (pod).
- [List Disclaimer Users](https://rest-api.symphony.com/main/disclaimers/disclaimer-users.md): Lists all users assigned to a disclaimer.
- [User Disclaimer](https://rest-api.symphony.com/main/disclaimers/user-disclaimer.md): Released prior to 1.43. Get the disclaimer assigned to a user.
- [Update User Disclaimer](https://rest-api.symphony.com/main/disclaimers/update-disclaimer.md): Assign a disclaimer to a user.
- [Unassign User Disclaimer](https://rest-api.symphony.com/main/disclaimers/unassign-user-disclaimer.md): Un-assigns a disclaimer from a user.


---

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