# FormJoy

## FormJoy

- [Welcome to Formjoy](https://support.formjoy.com/master.md)
- [Create an account](https://support.formjoy.com/getting-started/create-an-account.md)
- [Enable FormJoy on your site](https://support.formjoy.com/getting-started/enable-surveynation-on-your-site.md)
- [Choose a plan and add payment details](https://support.formjoy.com/getting-started/choose-a-plan-and-add-payment-details.md)
- [Add users to your account](https://support.formjoy.com/getting-started/add-users-to-your-account.md)
- [Create a survey](https://support.formjoy.com/getting-started/create-a-survey.md)
- [Add multi-select questions](https://support.formjoy.com/add-multi-select-questions.md)
- [Set a limit on multi-select options](https://support.formjoy.com/set-a-limit-on-multi-select-options.md): Use custom javascript to limit users to their top e.g. 5 options
- [Add checkboxes](https://support.formjoy.com/add-checkboxes.md)
- [Edit your survey settings in FormJoy](https://support.formjoy.com/edit-your-survey-settings-in-surveynation.md)
- [Set your autoresponder email](https://support.formjoy.com/set-your-autoresponder-email.md)
- [Set up notification emails and landing page](https://support.formjoy.com/set-up-notification-emails.md)
- [Add custom styling (CSS) and logic (Javascript)](https://support.formjoy.com/customise-the-survey-style-with-css.md)
- [Make question required](https://support.formjoy.com/make-question-required.md)
- [Add native NB fields (e.g. address, mobile)](https://support.formjoy.com/add-address-and-other-native-nb-fields.md)
- [View and export all survey responses](https://support.formjoy.com/view-and-export-all-survey-responses.md)
- [New features](https://support.formjoy.com/new-features.md)
- [Is it possible to have ranked responses?](https://support.formjoy.com/faqs/is-it-possible-to-have-ranked-responses.md)
- [How many surveys can I create?](https://support.formjoy.com/faqs/how-many-surveys-can-i-create.md)
- [Will setting up FormJoy break my existing surveys?](https://support.formjoy.com/faqs/will-setting-up-formjoy-break-my-existing-surveys.md)
- [How are the notification emails implemented?](https://support.formjoy.com/faqs/how-are-the-notification-emails-implemented.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://support.formjoy.com/master.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.
