> For the complete documentation index, see [llms.txt](https://support.pears.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.pears.io/plan/action-plans/export.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.pears.io/plan/action-plans/export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
