# Configuration

- [Lists](https://api-docs.rightsline.com/config/lists.md)
- [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.
- [Currency conversion](https://api-docs.rightsline.com/config/currency-conversion-sept-16.md): Specify the conversion rates between various currencies.
- [Create a currency conversion](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-create.md)
- [Retrieve a currency conversion](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-retrieve.md)
- [Retrieve all currency conversions](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversions-retrieve-all.md)
- [Update a currency conversion](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-update.md)
- [Delete a currency conversion](https://api-docs.rightsline.com/config/currency-conversion-sept-16/currency-conversion-delete.md)
- [Data types](https://api-docs.rightsline.com/config/data-types.md): The different data types that can specified for a characteristic
- [Alphanumeric text](https://api-docs.rightsline.com/config/data-types/alphanumeric-text.md): Configures either a dropdown or an input field.
- [Free text](https://api-docs.rightsline.com/config/data-types/alphanumeric-text/free-text.md): Alpha Numeric allows plain text of alphabetic or mixed numeric/alpha data to be entered into the text field. For example, a “Notes” field.
- [List of Values (LOVs)](https://api-docs.rightsline.com/config/data-types/alphanumeric-text/list-of-values-lovs.md): Lists of Values are sets of data that are pre-configured to be the only possible answers in a given field. These can be set up in a hierarchical or straight-line fashion.
- [Checkbox](https://api-docs.rightsline.com/config/data-types/checkbox.md): Allows a checkbox to appear for use as a Yes or Yes/No field.
- [Yes only](https://api-docs.rightsline.com/config/data-types/checkbox/yes-only.md): A Yes only checkbox can specified that will only toggle to Yes when checked and nothing when unchecked.
- [Date](https://api-docs.rightsline.com/config/data-types/date.md): Configures a date field, allows the user to enter a date into a text box or choose from a date picker
- [Email](https://api-docs.rightsline.com/config/data-types/email.md): Configures an input field to appear that the user can enter an input field
- [External Document](https://api-docs.rightsline.com/config/data-types/external-document.md): Configures a field to have a file dialog that the user can upload one or more files with
- [Four Digit Year](https://api-docs.rightsline.com/config/data-types/four-digit-year.md): Configures a input field to appear that allows a year to be entered
- [Internet Address](https://api-docs.rightsline.com/config/data-types/internet-address.md): Configures an input field to appear for a URL.
- [Money](https://api-docs.rightsline.com/config/data-types/money.md): Configures a dropdown and an input that allows a currency amount to be entered
- [Number](https://api-docs.rightsline.com/config/data-types/number.md): Configures a number input field
- [Percentage](https://api-docs.rightsline.com/config/data-types/number/percentage.md): Similar to Number, input field will represent a percent.
- [SMPTETimeCode](https://api-docs.rightsline.com/config/data-types/smptetimecode.md): Configures an input field for a timecode
- [Others](https://api-docs.rightsline.com/config/data-types/others.md): A few other data types that are available but not entirely built out.
- [Templates](https://api-docs.rightsline.com/config/templates.md)
- [Fields](https://api-docs.rightsline.com/config/fields.md)


---

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