# 5.1 Create Feature

Feature is a type of module in our application. QATTS treats every module in our application as feature. We can create sun features also if you have any.&#x20;

Example: Accounts is the module. Under the Account we have create account, update account, delete accounts.&#x20;

Here Account is a module and create account, update account and delete accounts are the sub modules of accounts.&#x20;

* On the dashboard, Click on the **Settings.**

![](/files/-Mc9cA73TUVHBJGtZndZ)

When you click on the “**Settings**”, the page will appear as also shown in the screenshot below. Then Click on “**Feature**”.

![](/files/-Mc9cA74ZJ0Ac20kFnDc)

Click on the plus icon in feature panel.

![](/files/-Mc9cA75hXj8j47g6s4b)

Click on the “New Feature” link.

![](/files/-Mc9cA76DxcyVfom18hL)

You need fill the Below details

* &#x20;Select the feature(optional)
  * &#x20;If you want to create the sub feature then select the feature.
* Enter feature name.
* Enter the feature description

After fill up the form click on Next button. The page should appear as also shown in the screenshot below

![](/files/-Mc9cA775h5pRlCRbQxW)

Then Click on Save button. Now your feature was saved successfully.

![](/files/-Mc9cA78hHEZPBfdIKWn)

Created feature is displayed in the feature panel.


---

# 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.qatts.com/v-3.0/manage-features/4.1-create-feautre.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.
