> For the complete documentation index, see [llms.txt](https://docs.growthfactor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.growthfactor.ai/site-analysis-legacy/sharing-and-exporting.md).

# Sharing and Exporting

Site Analysis has two buttons in the results panel header for getting your analysis out of the platform:

* **Share** — create an interactive shared map and send it by link or email
* **Export** — generate a PDF report or an Excel file

***

## Share

1. Search any address in Site Analysis.
2. Click **Share** in the results panel header.
3. Configure your sharing options and distribute via link or email.

This creates a shared map, which recipients can open without a GrowthFactor account. For the maps you've already created, see [Shared Maps](/manage/shared-maps.md).

***

## Export

1. Search any address in Site Analysis.
2. Click **Export** in the results panel header.
3. Choose **Print Report** or **Export to Excel**.

| Option              | Output       | Use case                                        |
| ------------------- | ------------ | ----------------------------------------------- |
| **Print Report**    | PDF document | Committee presentations, formal documentation   |
| **Export to Excel** | XLSX file    | Data analysis, custom reporting, record-keeping |

***

## Print Report (PDF)

**Print Report** generates a PDF built for committee presentations:

* **Cover page** — a map of the site with a full legend (target location, trade area, existing stores, tracked businesses, and cannibalized area), alongside the GrowthFactor Score badge, the sales forecast with its confidence range, and a snapshot of key trade area demographics. Your workspace logo appears throughout the report when configured.
* **Lens detail pages** — each GrowthFactor Score lens gets its own page showing the lens score, grade, and the full reasoning behind the rating.
* **Section pages** — demographics, businesses, trade areas, cannibalization, traffic, and AI insights, depending on what you select.

### Choosing What to Include

When you export, a dialog lets you select which sections to include. Each selected option becomes a separate page in the PDF, or a sheet in Excel. Sales Forecast and Visitation appear at the top of the list, with the remaining sections below.

***

To export your pipeline instead of a single site, see [Deal Dashboard](/deals/deal-dashboard.md). To export a study, see [Sharing and Exporting Studies](/study/sharing-and-exporting-studies.md).


---

# 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://docs.growthfactor.ai/site-analysis-legacy/sharing-and-exporting.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.
