# Exporting results to excel

### Exporting pullpaths to Excel (.csv file)

As shown on [viewing results](/getting-started/results-in-the-crm.md#participant-replies), all individual `bits` can be exported to excel. You can also export all replies into a single sheet on the `path list` page. On the right, click the `Edit` drop down and select from two different options.

![](/files/U7rHe7YCn9Wd1DIvMufi)

#### Export Result

This will generate an excel file where every single question has their own tab and you will see all the users who replied below. This is useful for getting counts or percentage data for specific questions for use in other programs such as keynote or powerpoint.

![](/files/h8VUxSVW5hWiUv1d4KQ0)

#### Export User Sheet

This will generate an excel file where the rows are each individual user and the columns are each path question and the users' reply. This is useful for summarizing data with totals or averages or especially for use with pivot tables to generate new cross-tab results.

![](/files/RFtTYD6yb3ybhPzpMXxy)


---

# 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://docs.pullpath.com/getting-started/results-in-the-crm/exporting-results-to-excel.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.
