> For the complete documentation index, see [llms.txt](https://docs.revelator.com/pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revelator.com/pro/platform/rights/manage-contracts.md).

# Manage Contracts

## Overview

This guide provides a comprehensive breakdown of managing rights, contracts, and payees within the Revelator platform. It explains how to efficiently handle Master and YouTube Channel/Video rights, create and manage digital contracts, and set up payees for royalty distribution. The guide also covers advanced concepts like creating complex business logic with multiple terms and using filters to streamline contract management.

***

## Managing Contracts

The Contracts section provides tools to create, view, and manage digital contracts for royalty distribution and rights management.

* View existing contracts in the **Contracts** tab.
* Search or filter contracts by name, status, or payee.
* Export contracts using the **Export** option in the top-right corner.

## **Using Filters**

The **Filters** panel on the right allows users to quickly find contracts and payees by status or name.

* **Status Filter**: Toggle between **Active** and **Inactive** contracts.
* **Payees Filter**: Use the search box to find specific payees by name.
* These filters help narrow down large lists to find relevant contracts and payees efficiently.

***

## **Guides**

{% content-ref url="/pages/LAovLku9fZOXs2BYAnvL" %}
[Create a Contract](/pro/platform/rights/manage-contracts/create-a-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/InLzm7H48HgdooZEVHwm" %}
[Create a YouTube Channel Contract](/pro/platform/rights/manage-contracts/create-a-youtube-channel-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/oNV8QUSFm3Zi5CPBEj9C" %}
[Creating Royalty Splits](/pro/platform/royalties/royalty-splits/creating-royalty-tokens.md)
{% endcontent-ref %}

***

## **Frequently Asked Questions**

* \[Question 1: Answer.]
* \[Question 2: Answer.]
* \[Include common troubleshooting tips and clarifications.]

## Additional Resources

* \[\[Links to related documentation or guides]
* \[Download links or tool references]
* \[Any relevant external references or third-party docs]

## Next Steps and Future Releases

* \[Provide information on planned updates or future enhancements.]
* \[Suggest how users can stay informed about new features.]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.revelator.com/pro/platform/rights/manage-contracts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
