# Formbuilder

- [Intro](https://docs.epicollect.net/formbuilder/build-your-questionnaire.md): Epicollect5 provides an intuitive and easy to use drag & drop form builder.
- [Languages and Translations](https://docs.epicollect.net/formbuilder/languages-and-translations.md)
- [Question Types](https://docs.epicollect.net/formbuilder/input-types.md): There are several question types available to use
- [Add Questions](https://docs.epicollect.net/formbuilder/add-inputs.md)
- [Edit Questions](https://docs.epicollect.net/formbuilder/edit-inputs.md)
- [Linking Forms](https://docs.epicollect.net/formbuilder/multiple-forms.md): Use multiple forms on the same project in Epicollect5
- [Rename Forms](https://docs.epicollect.net/formbuilder/rename-forms.md)
- [Print Forms](https://docs.epicollect.net/formbuilder/print-form.md): Get a paper or pdf version of your forms for quick reference
- [Remove Forms](https://docs.epicollect.net/formbuilder/remove-forms.md)
- [Search](https://docs.epicollect.net/formbuilder/search.md): The SEARCH question type behaves like an autocomplete search bar.
- [Jumps (If-Else)](https://docs.epicollect.net/formbuilder/jumps.md): Conditional logic on your form(s).
- [Branches](https://docs.epicollect.net/formbuilder/branches.md): Branches can be seen as dynamic lists, or sub-forms.
- [Groups](https://docs.epicollect.net/formbuilder/groups.md): Groups is a way to display more questions on the same page on the mobile device.
- [Title](https://docs.epicollect.net/formbuilder/title.md): Enhancing Entry Visibility with Titles on Epicollect5
- [Uniqueness](https://docs.epicollect.net/formbuilder/uniqueness.md): Many times on a survey the answer to a question needs to be unique. For example a class code, a student ID, a patient NHS number, and so on.
- [Double-entry Verification](https://docs.epicollect.net/formbuilder/double-entry-verification.md): To increase the data accuracy of some critical questions, Epicollect5 provides the advanced option called "Double entry verification".
- [Import & Export Forms](https://docs.epicollect.net/formbuilder/importexport-forms.md): Share your forms with other Epicollect5 users.
- [Import & Export Possible Answers](https://docs.epicollect.net/formbuilder/importexport-possible-answers.md): Import and export possible answers using csv files.
- [Edit Possible Answers](https://docs.epicollect.net/formbuilder/edit-possible-answers.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.epicollect.net/formbuilder.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.
