> **Source:** https://knowledge.leegality.com/deal-collaboration/Obligations/obligations-overview > **Site:** Leegality Knowledge Base — https://knowledge.leegality.com > **About:** Leegality is a document execution platform covering eSigning, stamps, NeSL, workflows, and REST API integration. > **Navigation:** Every article on this site has a plain-text version at `.txt` (this format). To get an index of all articles with their `.txt` links, read: https://knowledge.leegality.com/llms.txt > **AI Guide:** For instructions on how to navigate this knowledge base as an AI agent, read: https://knowledge.leegality.com/ai-readable.txt --- # What is an Obligation? > An obligation is a commitment that a contract creates for one of the parties. It can be a deadline, a deliverable, or a requirement. Renewal notices, data delet An obligation is a commitment that a contract creates for one of the parties. It can be a deadline, a deliverable, or a requirement. Renewal notices, data deletion requirements, insurance certificate submissions, and audit reporting deadlines are all obligations. The Obligations module tracks these commitments across your executed contracts. It records what each contract requires, when it falls due, and who is responsible. It then creates tasks so that someone acts before the deadline. You can let AI find obligations in the contract text, or you can add them yourself. ## How an Obligation Is Created An obligation reaches your list in one of three ways. | Route | What happens | | --- | --- | | **Automatic extraction** | When a contract reaches **Executed**, the AI reads it and flags the obligations it finds. This only runs if your organisation has turned on automatic extraction. See [Obligation Settings](https://knowledge.leegality.com/deal-collaboration/Obligations/Settings/obligation-settings). | | **Manual extraction** | You run extraction on a contract yourself, without waiting for the automatic run. | | **Manual creation** | You add the obligation yourself. See [Adding an Obligation](https://knowledge.leegality.com/deal-collaboration/Obligations/add-obligation). | Automatic extraction covers contracts executed in Deal Collaboration as well as older contracts you upload into it. Each has its own setting. Your organisation can also limit automatic extraction to contracts that have not expired, in which case expired contracts are skipped. Every obligation the AI finds shows the exact clause it came from, along with the AI's reasoning. You can check this against the contract before you rely on it. You can then mark it as **Verified**. Verifying is optional. When you mark an AI-extracted obligation as Verified, its source changes from AI-Assisted to Verified. It is a review step, not an extra flag alongside the original value. ## Obligation Lifecycle ```mermaid graph LR A["Obligation created"] --> B["Active"] B --> C["Task created before the due date"] C --> D["Completed or Expired"] B --> D D -.->|Reopen| B ``` ## Obligation and Task Status An obligation and its tasks have separate statuses. The obligation tracks the commitment. A task tracks one piece of work needed to meet it. **Obligation status** | Status | Meaning | | --- | --- | | **Active** | The commitment is still live. | | **Completed** | Marked as met. | | **Expired** | Marked as no longer applicable. | You can reopen an obligation that was closed by mistake. This activity is recorded for audit purposes. **Task status** | Status | Meaning | | --- | --- | | **Pending** | Created and waiting for action. | | **Resolved** | Completed. | | **Breached** | Not completed within its turnaround time. | | **Cancelled** | Withdrawn. This happens when the obligation is expired or deleted, or when an edit invalidates a task that nobody has acted on yet. | ## Tasks and Turnaround Time Tasks are optional. You set them up on the obligation itself or on the template. Two settings control the timing, and they do different things. - **Task creation date**: how many days before the due date the task is created. - **TAT (Turnaround Time)**: how many days the assignee then has to complete it. A task that is not completed within this window is **Breached**. The turnaround time cannot extend past the due date. If you need a longer turnaround time, create the task earlier. Repeating obligations create one task for each occurrence. The creation window cannot overlap the next occurrence, so tasks from different cycles never run at the same time. Tasks from earlier cycles can still sit at different statuses. See [Tasks and Notifications](https://knowledge.leegality.com/deal-collaboration/Obligations/add-obligation#tasks--notifications) for the full configuration, including TAT breach emails and repeat reminders. ## Conflicts {#conflicts} A conflict means that an obligation needs your attention, because its due date or task setup can no longer be trusted. Instead of acting on stale information, the module flags the obligation and waits for you to fix it. An obligation with a conflict shows a **Conflict** badge wherever it appears, including the obligations list, a contract's own obligations panel, and the Task Conflicts count on the [Dashboard](https://knowledge.leegality.com/deal-collaboration/Obligations/obligations-dashboard). | Conflict | What it means | | --- | --- | | **Reference date changed** | The linked reference variable was re-extracted and its value changed. The due date and any existing tasks still use the original date. | | **Reference variable has no value** | The linked reference variable is empty, so the due date cannot be calculated. | | **Variable not found on document** | The linked reference variable is not available on this document. | | **Task creation window missed** | The date on which the task should have been created has already passed. | | **Past due date detected** | The due date that the task was set up against is now in the past. | When you edit the obligation, the conflicts that your edit resolves are cleared. See [Finding and Fixing Conflicts](https://knowledge.leegality.com/deal-collaboration/Obligations/manage-obligations#finding-and-fixing-conflicts) for how to work through them. ## Related Pages - [Obligations Dashboard](https://knowledge.leegality.com/deal-collaboration/Obligations/obligations-dashboard) - [Managing Obligations](https://knowledge.leegality.com/deal-collaboration/Obligations/manage-obligations) - [Adding an Obligation](https://knowledge.leegality.com/deal-collaboration/Obligations/add-obligation) - [Obligation Settings](https://knowledge.leegality.com/deal-collaboration/Obligations/Settings/obligation-settings)