> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/surveys.md).

# Surveys

- [Overview](https://docs.shiftiq.com/help/surveys/overview.md): Collect feedback, run evaluations, and capture application data through surveys, with responses that can be anonymous or attached to a contact
- [Configuring survey questions](https://docs.shiftiq.com/help/surveys/question-configuration.md): Configure survey questions: types, Likert, options, breaks, termination, and formatting
- [Question Types](https://docs.shiftiq.com/help/surveys/question-configuration/question-types.md): Click on the Questions tab and then the Add question button to start adding questions to the survey.
- [Likert Questions](https://docs.shiftiq.com/help/surveys/question-configuration/likert-questions.md): Likert question: column Category
- [Configure Radio Button, Dropdown, or Check Box Questions](https://docs.shiftiq.com/help/surveys/question-configuration/configure-option-questions.md): Insert a new question with desired type.
- [Edit, Copy or Delete a Question](https://docs.shiftiq.com/help/surveys/question-configuration/edit-question.md): You can Edit/Copy/Delete the question using icons on the left side of the questions.
- [Adding a Break Question](https://docs.shiftiq.com/help/surveys/question-configuration/adding-a-break-question.md): Break Question is used to branch the survey due to a certain response. For eg: If a respondent clicks No to a certain question.
- [Adding a Break Page](https://docs.shiftiq.com/help/surveys/question-configuration/adding-a-break-page.md): To add or remove page breaks in your survey. In the Details panel, choose Page # from the drop Down and Page Break as Question Type. Click Save
- [Terminating a Survey](https://docs.shiftiq.com/help/surveys/question-configuration/terminating-a-survey.md): Navigate to the Survey Termination options by clicking in the Details panel, choose Terminate Survey as Question Type. Click Save
- [Adding Videos and Hyperlinks](https://docs.shiftiq.com/help/surveys/question-configuration/add-videos-hyperlinks.md)
- [Replacing a Survey Question in an existing Survey](https://docs.shiftiq.com/help/surveys/question-configuration/replace-question.md): After a question has been created, you are not able to change the Question Type.
- [Changing Fonts and Colors](https://docs.shiftiq.com/help/surveys/question-configuration/changing-fonts-and-colors.md): Change the font, color, weight, italics, underline, and line breaks of survey question text and answer options using inline HTML
- [Creating survey forms](https://docs.shiftiq.com/help/surveys/create-survey.md): To create a new survey form, click on the Surveys toolkit on the Admin Home Screen, then select the Survey counter.
- [Download Survey in JSON (\*.json) format](https://docs.shiftiq.com/help/surveys/create-survey/download-surveys.md): Open the survey that you want to download the JSON (\*.json) file for.
- [Configuring a survey form](https://docs.shiftiq.com/help/surveys/configure-survey-details.md): Configure a survey form: details, outline, translations, conditions, branches, and summaries
- [Details Tab](https://docs.shiftiq.com/help/surveys/configure-survey-details/details-tab.md): Internal Name (Required)
- [Searching for a survey](https://docs.shiftiq.com/help/surveys/configure-survey-details/searching-surveys.md): To search for existing Surveys, go to the Survey Toolkit. Below the Surveys heading, select the Surveys Counter.
- [Survey Outline](https://docs.shiftiq.com/help/surveys/configure-survey-details/survey-outline.md)
- [Translations Tab](https://docs.shiftiq.com/help/surveys/configure-survey-details/translations-tab.md): Under the Translations tab, you will be able to see the the language your Survey was translated to.
- [Conditions Tab](https://docs.shiftiq.com/help/surveys/configure-survey-details/conditions-tab.md): Add conditional logic to your survey.
- [Branches Tab](https://docs.shiftiq.com/help/surveys/configure-survey-details/branches-tab.md): The Branches tab shows a summary of the skip patterns contained in the survey.
- [Summaries Tab](https://docs.shiftiq.com/help/surveys/configure-survey-details/summaries-tab.md): Manage the list of Likert summary questions on a survey
- [Managing survey invitations](https://docs.shiftiq.com/help/surveys/survey-messages.md): Configure invitations and workflow notifications for survey responses
- [Survey Invitation](https://docs.shiftiq.com/help/surveys/survey-messages/survey-invitation.md): Open the Survey that you want to send the invitation for.
- [Workflow Notifications](https://docs.shiftiq.com/help/surveys/survey-messages/workflow-notifications.md): In the Survey, click on the Messages tab, then on the tab you wish to configure a workflow for:
- [Providing instructions to respondents](https://docs.shiftiq.com/help/surveys/instructions-respondents.md): In the Contact panel, add survey instructions for respendents:
- [Adding Home/Return to Course buttons at end of Survey](https://docs.shiftiq.com/help/surveys/instructions-respondents/adding-buttons.md): When user completes a survey, there is no Home or Return to Course buttons available to click on to take a user out of the survey.\\
- [Managing survey responses](https://docs.shiftiq.com/help/surveys/survey-responses.md): Search, view, download, and report on responses submitted to survey forms
- [Search Responses](https://docs.shiftiq.com/help/surveys/survey-responses/search-responses.md): To search for existing Survey Responses, select the Surveys Toolkit and then click on the Responses counter.
- [View Responses](https://docs.shiftiq.com/help/surveys/survey-responses/view-responses.md): On the Results tab, click on the Magnifying Glass (\<i class="fas fa-search">\</i>) at the front of any row to view that survey response.
- [Download Responses](https://docs.shiftiq.com/help/surveys/survey-responses/download-responses.md): Download an individual survey response as a PDF from the response review page
- [Survey Reporting](https://docs.shiftiq.com/help/surveys/survey-responses/survey-reporting.md): Once your survey has responses, you can review the aggregate results in Survey Reports.


---

# 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.shiftiq.com/help/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.
