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

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