# Mark a Coalition as Complete

Before a coalition can be marked as complete, all required fields must be filled in. Review the checklist below to ensure your record is ready.

{% hint style="warning" %}
You will not be able to mark the coalition as complete until all of the following requirements are met.
{% endhint %}

## Completion Requirements

* **Members** — At least one member must be added to the coalition.
* **Program Areas** — One or more program areas must be selected.
* **Relationship Depth** — A relationship depth must be set in the evaluation.
* **Has Events** — The "Did this coalition have events?" question must be answered (Yes or No).
* **Collaborators** — At least one collaborator must be added.
* **Custom Data** — All required custom data fields, if configured for your organization, must be completed.

{% stepper %}
{% step %}

#### Review the coalition record

Open the coalition and verify that all required sections listed above are complete. Address any missing information before proceeding.
{% endstep %}

{% step %}

#### Mark as complete

Click the **Mark as Complete** button. If all requirements are met, the coalition status will update to **Complete**.

{% hint style="info" %}
If any requirements are not met, PEARS will display a message indicating which fields still need attention.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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://support.pears.io/engage/coalitions/mark-a-coalition-as-complete.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.
