# QATTS Terminology

**Product :** Product defines the scope of application to be automated like Web, Desktop, Mobile, API, etc. The test data repository is maintained in product.

**Code Branch :** Code branch is a repository where we are maintaining all the test data, workflows, elements, etc. Code branch is nothing but maintaining the version of an application.Example: staging environment, production environment

**Client :** If a product has multiple clients, we need to maintain the test data and task executions for each clientt. If  product doesn't have clients, we can maintain the test data and task executions at code branch level itself and no need to create client.

**Deployment :** Deployment holds all the environment details like URL and data base details.

**UI Element :** UI element is an object of  DOM. Every element/field of the webpage like textbox, button, checkbox, etc... will have associated identifiers. We need to collect the unique identifiers for every page for automation needs.

**Product Element :** Any HTML Element which has the associated test data is a product element.

**Query :** Query is retrieving data from the database by using the data base queries.

**Smarty :** Smarty is nothing but extracting the data from CAPTCHA element and reading data from the email and sending data to the email.


---

# 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/getting-started-1/1.2-qatts-terminology.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.
