# Copy a Coalition

Copy an existing coalition to quickly create a new record for a subsequent reporting period. When copying, you can choose which sections to bring forward from the original record.

{% stepper %}
{% step %}

#### Open the coalition to copy

Navigate to the coalition record you want to duplicate and click the **Copy** button.
{% endstep %}

{% step %}

#### Select the sections to copy

Choose which sections to carry forward into the new coalition record. Available options include:

* **Collaborators** — Copy all collaborators from the original record.
* **Coalition Members** — Copy all members and their details.
* **Evaluation** — Copy the evaluation data, including relationship depth and assessment results.
* **Meetings & Events** — Copy all logged meetings and event details.

{% hint style="info" %}
Deselect any sections you do not want to carry forward. You can always add or modify these sections after the copy is created.
{% endhint %}
{% endstep %}

{% step %}

#### Enter a new name

Provide a **Name** for the copied coalition. By default, the name is set to the original coalition name with "(Copied)" appended.
{% endstep %}

{% step %}

#### Confirm the copy

Click **Save** to create the new coalition record with the selected sections. The copied coalition will open so you can review and update it as needed.
{% 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/copy-a-coalition.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.
