> For the complete documentation index, see [llms.txt](https://docs.wpeka.com/survey-funnel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpeka.com/survey-funnel/creating-your-first-survey.md).

# Adding questions to the Survey

Note: Each survey can be used in any one of the following ways :

* Slide-in Survey
* Link Survey

Go to Wordpress Admin -> Survey Funnel -> Add Funnel.

![](https://lh6.googleusercontent.com/smYUVb9A4w4vQfZPAHBsjb6fJ98VyF49MBzqfMMXURDNvRgQoRWbq5BoIQ6Ie6XvPEz46s1AltTHjkZOCIqBBe_C9HgqXImZM2WOF8IaBSNC67c0igqqwQj0UKitZ1DHgofMNj8L)

* Display Settings:

| **Setting Name**        | **Description**                                                                                                    |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Survey Name(required)   | Name of the survey.                                                                                                |
| Background              | The background color of the survey box.                                                                            |
| Background Image        | The background image of the survey box. You can not remove image once selected.                                    |
| Width x Height          | The size of the survey box.                                                                                        |
| Padding                 | The padding of the survey box.                                                                                     |
| Border                  | The border for the survey box.                                                                                     |
| Question Background     | The background color of the survey question.                                                                       |
| Cookie                  | Use/Not use a cookie for the survey display. If used, the user will not see the survey if he has already taken it. |
| Accent Text             | The text for the floating Slide-in survey.                                                                         |
| Accent Background Color | The background color for the floating Slide-in survey.                                                             |
| Accent Text Color       | The text color for the floating Slide-in survey.                                                                   |
| User Information        | The text settings for the user information box.                                                                    |

* Trigger Settings:

1. Pages: Select start question from which survey will start, And select the pages on which you want to display the survey(slide-n surveys).
2. Deploy: Add this code on your landing page to open a survey when someone clicks on a link(Link surveys).

**Note: You can enable either slide-in or link survey on a page at a time.**

* Add Question:

Add a question with answers here.

![](https://lh3.googleusercontent.com/z4CLy9bF49KBNLa4m_ad7L71GRgO-Z6ypkUz2K6FeAsD2LcCUD83JNXpcaeCD1BqrHKA1lTIIdufO6Ozvh0KESTO64nLkB6x0cQBmHgcWFVpSgT8PfvHh-I4-t3mzx5lkSFIUbSS)

* Add Content:

You can add content here(for ex. Thank you message). HTML is allowed here, you can add images and links too.

![](https://lh6.googleusercontent.com/wo5YYQqO15kZFgysDygsc-4hkxkMDG3Ud1jwTmghiw9ytjXA0q9wc5pFPUQlCimFelpaXHGqSyj6R6D23q1PAj-tAr6U7-OywQdeyj4bFm-1n3ZbPwb-fcMQe4iTn0jTg1BGp9bN)

* Add Name/Email:

User information form for the user’s taking a survey.

![](https://lh6.googleusercontent.com/e1Mg5QjlGBkRRL_p721PzoERkSPqh9TtMVfVAMh6sctOLbu_wZmvvqJM0riZh25f-0PntfRa2mIKcW2Jevy-jDLq4xBbR1DTI8IwFQgs0mcnhwjD3TMYi4S7YAXKSR6N0jw-oi67)


---

# 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:

```
GET https://docs.wpeka.com/survey-funnel/creating-your-first-survey.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.
