> For the complete documentation index, see [llms.txt](https://10x-impact-labs.gitbook.io/measuring-satisfaction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://10x-impact-labs.gitbook.io/measuring-satisfaction/welcome/introduction.md).

# Introduction

**Welcome**

Welcome to the **Measuring User/Community Satisfaction for Changemakers** toolkit! This comprehensive resource is designed to empower changemakers in effectively assessing and enhancing user and community satisfaction. Whether you are managing a project, leading a team, or driving positive change, understanding the pulse of your user or community is crucial for success.

***

**Purpose of the Toolkit**

This toolkit aims to equip you with the knowledge and tools needed to measure satisfaction levels, interpret feedback, and implement meaningful changes. By leveraging these insights, you can create a more responsive and engaged community, ultimately driving the success of your initiatives.

***

**Importance of Measuring User/Community Satisfaction**

Measuring satisfaction is not just about collecting data; it's a strategic approach to understanding the impact of your efforts. A satisfied user or community is more likely to be engaged, supportive, and invested in your cause. This toolkit will guide you through the process of gathering, analyzing, and acting upon valuable feedback.

***

**Target Audience**

This toolkit is tailored for changemakers, community leaders, project managers, and anyone passionate about making a positive impact. Whether you're involved in non-profit work, social enterprises, or community projects, the principles outlined here are applicable to a wide range of contexts.


---

# 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://10x-impact-labs.gitbook.io/measuring-satisfaction/welcome/introduction.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.
