> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/introduction/features.md).

# Features

There are many features of FormSG, and the best way is to learn about that is to try it yourself!

### <img src="/files/b5bzzzTDgALReJla13pS" alt="" data-size="line">Drag and drop builder

Create and publish forms in minutes using our user-friendly drag and drop builder, with over 65 field types including attachments, dates, tables, ratings, and many more.

<figure><img src="/files/DzW1rsb9NvIzqALMrA1i" alt=""><figcaption></figcaption></figure>

### <img src="/files/G8gplUvBUT0bkVvwyxQ2" alt="" data-size="line">Conditional Logic

Create advanced [logic](/user-guides/advanced-guide/logic.md) for your forms, and show or hide fields and/or sections based on your user’s input, personalising their experience.

### <img src="/files/LVnXW4m9kPGkrwENewVT" alt="" data-size="line">Prefill

[Pre-fill](/user-guides/advanced-guide/pre-fill.md) known fields on respondents’ behalf.

### <img src="/files/VmR5PPujKqh76sHxt7dS" alt="" data-size="line">National Identity

Authenticate individuals and businesses with [Singpass](/user-guides/advanced-guide/singpass-and-myinfo.md), and get MyInfo data pre-filled.

### <img src="/files/LveWR24DYDPY5Fh5dnB4" alt="" data-size="line">Webhooks

Get every form response sent straight to a compatible web app or URL using [webhooks](/user-guides/advanced-guide/webhooks.md).

### <img src="/files/ldyOjC0101omFRo17o7F" alt="" data-size="line">Accessible

All our forms are fully responsive and aim to meet [Web Content Accessibility Guidelines](https://www.w3.org/TR/WCAG21/) (WCAG 2.1), which makes web content more accessible to people with disabilities. Respondents can use screen readers when filling the form.

... and more!


---

# 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://guide.form.gov.sg/introduction/features.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.
