> For the complete documentation index, see [llms.txt](https://docs.perkville.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perkville.com/features/reports/challenge-overview-by-home-location.md).

# Challenge Overview by Home Location

The Challenge Overview by Home Location Report provides businesses with insights into the performance of their challenges across locations by tracking key engagement metrics. This report helps businesses analyze participation, completion rates, and opt-outs to refine their challenge strategies and optimize member engagement.

{% hint style="info" %}
This report is only available to businesses that [use membership](/features/settings/advanced/membership-settings.md) features and are tracking members' home location.
{% endhint %}

#### Report Columns

The Challenge Overview Report includes the following data columns:

* **Challenge:** The name of the challenge being reported.
* **Home location name**: The name of each connection's home location.
* **Home POS location ID**: The Point of Sale ID for the location in question (e.g., ABC Club Number, MindBody ID, ASF Club Number).
* **Invited:** The total number of people invited to the challenge via email.
* **Joined:** The number of people who joined the challenge.
* **Completed:** The number of participants who successfully completed the challenge. This will include customer that did not join the challenge. Customers that did not join the challenge did not get the reward.
* **Joined and completed:** The number of participants who both joined and completed the challenge.
* **Opted out:** The number of participants who opted out of the challenge after joining.

#### Report Filters

* **Challenge Selection:** The report includes a filter to select specific challenges by name, allowing businesses to generate insights for one or multiple challenges.
* **Join Start/End Date**: Define the start/end date to only include customers that joined within this range.
* **Locations:** Choose the home location of the member.
* **Location Groups:** Select all locations within a location group (e.g. a franchise or territory).


---

# 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.perkville.com/features/reports/challenge-overview-by-home-location.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.
