> For the complete documentation index, see [llms.txt](https://help-steps-1.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-steps-1.gitbook.io/whitepaper/the-app/features/surveys.md).

# Surveys

In the HelpSteps app, users have the opportunity to earn additional HS by completing surveys from participating companies. These surveys provide valuable data and insights to the companies, while also providing users with the opportunity to earn more HS and support their preferred causes. By filling out surveys, users can help shape the products and services of the future while also making a positive impact through their HS donations.

In addition to earning HS, users also have the option to donate their survey earnings directly to charitable causes. This allows users to make a tangible difference in the world through their survey participation, while also supporting the organizations and causes they care about.

The survey feature in the HelpSteps app is a win-win for both users and participating companies. Users can earn more HS and make a positive impact, while companies can gather valuable data and insights to inform their business decisions. It's a simple and convenient way for everyone to make a difference and contribute to the greater good.


---

# 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://help-steps-1.gitbook.io/whitepaper/the-app/features/surveys.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.
