# Lists

- [Retrieve master value list](https://api-docs.rightsline.com/config/lists/retrieve-master-value-list.md)
- [Add value to master list](https://api-docs.rightsline.com/config/lists/add-value-to-master-list.md): Add a new value to a master list of values.
- [Update value in master list](https://api-docs.rightsline.com/config/lists/update-value-in-master-list.md): Update a value in a master list of values.
- [Remove value from master list](https://api-docs.rightsline.com/config/lists/remove-value-from-master-list.md): Remove a value from a master list of values.
- [Retrieve pick list](https://api-docs.rightsline.com/config/lists/retrieve-pick-list.md): Retrieve pick lists or a pick list by ID.
- [Retrieve pick list presets](https://api-docs.rightsline.com/config/lists/retrieve-pick-list-presets.md): Retrieve all presets for a pick list by ID.
- [Add values to pick list](https://api-docs.rightsline.com/config/lists/add-values-to-pick-list.md)
- [Remove value from pick list](https://api-docs.rightsline.com/config/lists/remove-value-from-pick-list.md): Remove a value from a pick list.


---

# 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://api-docs.rightsline.com/config/lists.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.
