> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.kodelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Completion Policies

> Define completion policies for work orders in AssetOps

Completion policies define the requirements that must be met before a work order can be completed or closed. They enforce process rules such as completing tasks, logging time, adding notes, attaching files, or creating follow up work, ensuring that closures align with operational standards.

## Configuration

Toggle on completion policies for completing and closing work orders.

<Note>
  You can override completion policies defined at the portfolio-level in the **completion policies** page for a specific building.
</Note>

<ParamField path="Require all tasks marked DONE or N/A before completing a PM/Insp WO" type="Toggle">
  Ensure all tasks are either completed or marked as not applicable before the work order can be completed.
</ParamField>

<ParamField path="Require Time Logging Before Completion" type="Toggle">
  Ensure work hours are logged before the work order can be completed.
</ParamField>

<ParamField path="Require Follow-Up Work Order When Action Needed" type="Toggle">
  Ensure a follow-up work order is created if any task is marked as `Action Needed` before the work order can be completed.
</ParamField>

<ParamField path="Require note when task is Non-compliant" type="Toggle">
  Ensure an explanation note is added when a task is marked as non-compliant.
</ParamField>

<ParamField path="Require attachment when task is Non-compliant" type="Toggle">
  Ensure supporting documentation or evidence is attached when a task is marked as non-compliant.
</ParamField>

<ParamField path="Require note when task is N/A" type="Toggle">
  Ensure an explanation note is added when a task is marked as not applicable.
</ParamField>

<ParamField path="Require resolution comment when completing CM & SR work orders" type="Toggle">
  Ensure a resolution comment is added before Corrective Maintenance and Service Request work orders can be completed.
</ParamField>
