> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/administration/feature.md).

# Feature

## What is a Feature?

A **Feature** can be a folder for a particular project or a module with group of functionalities under it. Here user can keep all functionalities of a particular project or module together.

You can add Feature from **Settings** from the Left Navigation panel or you can add a Feature in the QATTS Studio.​

## Add a Feature

### Step by step walk through

​To add a Feature follow the below steps

**STEP 1:** On the Left Navigation Panel click on the **Studio** and it will then redirect to new page‌.&#x20;

![](/files/-MgtFaJtSkHv-XpHDsvH)

**STEP 2:** Here you can click on **"+"** and Click on **New Feature**

![](https://gblobscdn.gitbook.com/assets%2F-MgdWk21zETVSCGfZEts%2F-MgjuTLKe2GvtLoxPsiF%2F-Mgk-7H72KSpjDbmopd8%2FFeature.JPG?alt=media\&token=0642379a-0a90-4da8-b17a-23269cb66663)

![](https://gblobscdn.gitbook.com/assets%2F-MgdWk21zETVSCGfZEts%2F-MgjuTLKe2GvtLoxPsiF%2F-MgjzyP0fiGwQLX9IrYG%2FFeature1.JPG?alt=media\&token=cdb21da3-8d24-4222-bf74-1ab3a5aac41c)

Note: You can Also add New Feature from the Settings --> Features and can follow below steps.

**STEP 3:** A new Page will be opened as shown below. Continue by adding Feature Name and Description as per your requirements, and click **Next**.

![](/files/-MgtGKZzoQrtLLRXzWlO)

![](/files/-MiV5i0iE1K74K3SrifK)

{% hint style="info" %}
**Note:** Here Property Name and Value are Optional.
{% endhint %}

Finally After adding the required details click on the **Save** button and the feature would be added, the newly added feature can be accessed from the left navigation Panel.

### Short video

![](/files/-Ml9kFFA0gTpEvqGvmSM)

​

​


---

# 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://docs.qatts.com/administration/feature.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.
