# Export

The Action Plans export generates an Excel (.xlsx) workbook containing data from your action plans. The export includes the plan details, collaborators, and outcome indicators across multiple worksheets.

## Getting Started

To export action plans, navigate to the Action Plans list under the **Plan** menu and click the **Export** button. The export includes all action plans matching your current filters.

![Screenshot: The Action Plans list page with the Export button highlighted, showing the filter options applied above the list of action plan records](/files/LsS38gEIbpUTn0kdw4T2)

{% hint style="info" %}
**TIP:** Apply filters before exporting to limit the results to a specific reporting period, status, or program area. Large exports are processed in the background and you will receive an email when the file is ready to download.
{% endhint %}

## Workbook Structure

The export workbook contains the following worksheets. Data can be linked across worksheets using the **plan\_id** column.

* **Codebook** — Describes each column in the workbook and provides notes about the exported data.
* **Action Plan Data** — One row per action plan with fields including title, reporting periods, organization, unit, level, program areas, situation assessment details, status, and timestamps.
* **Collaborators** — One row per collaborator per action plan, including the user's name, access level, contributor status, and contribution description.
* **Outcome Indicators** — One row per outcome indicator, including the outcome term, text, linked survey question, and denominator. Indicators are grouped by outcome.


---

# 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/plan/action-plans/export.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.
