> 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/getting-started.md).

# Getting Started

- [Getting Started](https://support.pears.io/getting-started/getting-started.md): Foundational resources for navigating PEARS, understanding modules, and working with common features.
- [Reporting Decision Tree](https://support.pears.io/getting-started/getting-started/reporting-decision-tree.md): A visual guide to help you choose the right PEARS module for reporting your activities.
- [SNAP-Ed Module Descriptions](https://support.pears.io/getting-started/getting-started/snap-ed-module-descriptions.md): Overview of the seven SNAP-Ed reporting modules available in PEARS.
- [Extension Module Descriptions](https://support.pears.io/getting-started/getting-started/extension-module-descriptions.md): Overview of the Extension reporting modules available in PEARS.
- [Search for Data](https://support.pears.io/getting-started/getting-started/search-for-data.md): Use the site-wide search feature to find records across multiple PEARS modules.
- [List Views and Filters](https://support.pears.io/getting-started/getting-started/list-views-and-filters.md): Learn how to navigate list views, apply filters, search for records, and export data across PEARS modules.
- [Add Custom Data](https://support.pears.io/getting-started/getting-started/custom-data.md): Learn how to enter organization-specific custom data fields when creating records in PEARS.
- [Add Partners](https://support.pears.io/getting-started/getting-started/add-partners.md): Learn how to link partnership records to other PEARS records.
- [Export Data](https://support.pears.io/getting-started/getting-started/export-data.md): Export data from any PEARS module into Excel spreadsheets for additional analysis.
- [Bulk Actions](https://support.pears.io/getting-started/getting-started/bulk-actions.md): Use bulk actions to copy or edit multiple records at once across PEARS modules.


---

# 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/getting-started.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.
