# Guide to setup agent-service

## Steps to follow :&#x20;

Step 1 : Assuming the agent folder was already downloaded. Place your folder in any location of the machine.

Step 2 : Now, login to QATTS. Navigate to Administration -> Nodes

Step 3 : Click on "***Add Node***"

Step 4 : Provide the node name and description

{% hint style="info" %}
Node names were nothing but the machine names. We usually set the fictional character names for the nodes&#x20;
{% endhint %}

Step 5 : Set the below property to the node.

> prop.capability.browser : chrome

Step 6 : Save the node.

Step 7 : Now, open the node and click on "Download License File". You can see a text file in your downloads folder.

Step 8 : Copy the license file to your agent folder root.

Step 9 : Now double click on the agent-service batch file, which is present in the agent folder root.

Step 10 : Check for any errors in the command prompt, and come back to the QATTS -> Administration -> Nodes. Now, we should be able to see the status of our node in idle state[  ](/administration/node/status-and-actions.md)

{% content-ref url="/pages/zFHfUp2s2S8YG4hur5g0" %}
[Status And Actions](/administration/node/status-and-actions.md)
{% endcontent-ref %}


---

# 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/using-qatts/guide-to-setup-agent-service.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.
