# Creating New Type

While offering a wide range of answer types there are times when you might need to build your own answer type to meet a specific business case. ngSurvey allows your to create new answer types with or without programming knowledge.

You may create following types of answer types.

* [Custom fields](/form-management/form-designer/answers/answer-types/creating-new-type/custom-validation-code.md) with your own custom javascript validation code.
* [Data source lists of items](/form-management/form-designer/answers/answer-types/creating-new-type/lists.md) to create lists that are build using a collection of text / value based items. Those lists can be build either from scratch or you may re-use existing data from a JSON REST API endpoint or from a Microsoft SQL Server database table.
* [Widgets](/form-management/form-designer/answers/answer-types/creating-new-type/widget.md) to create a powerful javascript, html and css based answer types. Using widgets you may develop almost any kind of functionality that you would miss in ngSurvey to collect data.

## ➕ Adding a new answer type

To create a new answer type you may click on the **+** icon to open the answer editing interface to add your type.

![](/files/-MBzXqs2qPjFomvfnWLl)

{% hint style="info" %}
New answer types can only be used and seen by the account that creates them.
{% endhint %}


---

# 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.ngsurvey.com/form-management/form-designer/answers/answer-types/creating-new-type.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.
