# SURVEYS

- [Launching your first 1-click survey](https://docs.gojiberry.app/documentation/surveys/launching-your-first-1-click-survey.md): Now you’ve setup your app, let’s create a 1-click survey to gather feedback from your customers quickly.
- [Launching a  multi-question survey](https://docs.gojiberry.app/documentation/surveys/launching-a-multi-question-survey.md)
- [Launching a 5-second test](https://docs.gojiberry.app/documentation/surveys/launching-a-5-second-test.md)
- [Display survey on post-purchase](https://docs.gojiberry.app/documentation/surveys/display-survey-on-post-purchase.md)
- [Sending survey via link](https://docs.gojiberry.app/documentation/surveys/sending-survey-via-link.md)
- [Adding survey as an in-store widget](https://docs.gojiberry.app/documentation/surveys/adding-survey-as-an-in-store-widget.md)
- [Conditional logic settings](https://docs.gojiberry.app/documentation/surveys/conditional-logic-settings.md)
- [Customize the look and feel of your survey](https://docs.gojiberry.app/documentation/surveys/customize-the-look-and-feel-of-your-survey.md)
- [How to test my survey](https://docs.gojiberry.app/documentation/surveys/how-to-test-my-survey.md)
- [Checkout extensibility](https://docs.gojiberry.app/documentation/surveys/checkout-extensibility.md)


---

# 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.gojiberry.app/documentation/surveys.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.
