> 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/v-3.0/administration/node.md).

# Node

Node is similar to a JDK (java development kit) file for Java or an SDK(software development kit)file for any software a prerequisite set of files, that should be present in the system of every Software Tester.‌

To run the Test cases creating Node is Mandatory. You can add Node from the Administration menu. After adding the Node you need to download a License File in the System Files in your local device to continue proper testing.‌

The above image you can see "Download License File" which is created only after adding Node.‌

**Steps for Node creation:**&#x200C;

**STEP 1**: **Login** -> **Administration** -> **Node** -> **Create Node**‌

**STEP 2**: Give proper details of the Node and save it.‌

**STEP 3:** After saving it you will a find Download License File as shown in the below image.

​​‌

![](https://gblobscdn.gitbook.com/assets%2F-MgdWk21zETVSCGfZEts%2F-Mgk4S_NciL9eJBQ7XlA%2F-Mgk6aPjjG7bV3-rTkjJ%2FNodes.png?alt=media\&token=75d6add2-00d1-4e49-8795-0d58035a1262)

**STEP 4**: paste the license file into the QATTS system files folder.​‌

![](https://gblobscdn.gitbook.com/assets%2F-MgdWk21zETVSCGfZEts%2F-MgkVC0jOh2j7jLnSO8j%2F-MgkWExTL8s-RDal1G4F%2FMicrosoftTeams-image%20\(26\).png?alt=media\&token=cabd1215-ae6f-436e-9f68-3ab66fbf5058)

**Note**: The above steps are done only when we create a new node.‌

**STEP 5:** start the Agent service and wait until u get this screen with last line as **Subscribed to / user /queue / agent** as shown in the below image.​‌

![](https://gblobscdn.gitbook.com/assets%2F-MgdWk21zETVSCGfZEts%2F-MgkRS4zEoXnSS4_Ny-9%2F-MgkSv99LWYojEBtxws_%2FMicrosoftTeams-image%20\(27\).png?alt=media\&token=9c664967-aa14-45c2-831a-a5a38f72e36f)

Now your system is ready to run QATTS.‌

**Note**: Every time Agent service should be started before running tests in QATTS.


---

# 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/v-3.0/administration/node.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.
