> For the complete documentation index, see [llms.txt](https://play.equal.care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.equal.care/evaluation-framework/methods.md).

# Methods

To understand the impact of our work, we need to look at both the big picture and the fine details: the data points *and* the stories behind them.

This evaluation framework uses a **mixed-methods approach**, combining qualitative and quantitative tools to explore outcomes across the different domains of our Theory of Change. This means using:

* ✍️ [**Interviews and group workshops**](/evaluation-framework/methods/interviews-and-workshops.md) to explore lived experience
* 🧮 [**Platform data**](broken://pages/oU2dxDRT9izIpZc3KLdS) to track activity, trends, and system usage
* 🗺️ [**Community mapping**](/evaluation-framework/methods/community-mapping.md) to visualise care networks and resources
* 📋 **Surveys**, including our bespoke [**Social Climate Survey**](/evaluation-framework/methods/social-climate-survey.md), to assess perceptions, relationships, and outcomes
* 📊 [**Community needs assessments**](/evaluation-framework/methods/community-needs-assessment.md) and demographic data to understand local context

These approaches are explained in the following pages. Together, they help us build a fuller picture of what’s working, what’s changing, and where we can grow.


---

# 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://play.equal.care/evaluation-framework/methods.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.
