> For the complete documentation index, see [llms.txt](https://docs.tailent.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tailent.com/getting-started/tap-studio/hardware-and-software-requirements-tap-studio.md).

# Hardware & Software Requirements TAP Studio

### **TAP Studio**

<table><thead><tr><th></th><th width="186.33333333333331">Minimum</th><th>Recommended</th></tr></thead><tbody><tr><td><strong>CPU Cores</strong></td><td><strong>2x 1.8GHz 32-bit (x86)</strong></td><td><strong>4x 2.4GHz 64-bit(x64)</strong></td></tr><tr><td><strong>RAM</strong></td><td><strong>4GB</strong></td><td><strong>8GB</strong></td></tr><tr><td><strong>Disk Space</strong></td><td><strong>6GB</strong></td><td><strong>10GB+</strong></td></tr><tr><td><strong>Display Resolution</strong></td><td><strong>1024x768</strong></td><td><strong>2560x1440</strong></td></tr><tr><td><strong>.NET Framework</strong></td><td><strong>4.6.2 or newer</strong></td><td><strong>4.6.2 or newer</strong></td></tr><tr><td><strong>Browser Automation</strong></td><td><strong>Google Chrome version 97 or newer</strong></td><td><strong>Google Chrome version 97 or newer</strong></td></tr></tbody></table>

{% hint style="info" %}
**Note:** Multiple monitors are highly recommended for bot development as they can speed up development, testing and debugging.
{% endhint %}

### **TAP Assistant**

|                        | Minimum                               | Recommended                           |
| ---------------------- | ------------------------------------- | ------------------------------------- |
| **CPU Cores**          | **2x 1.8GHz 32-bit (x86)**            | **4x 2.4GHz 64-bit(x64)**             |
| **RAM**                | **2GB**                               | **4GB**                               |
| **Disk Space**         | **2GB**                               | **10GB+**                             |
| **.NET Framework**     | **4.6.2 or newer**                    | **4.6.2 or newer**                    |
| **Browser Automation** | **Google Chrome version 97 or newer** | **Google Chrome version 97 or newer** |

## User Security Requirements

&#x20;In order to interact with all system components, windows APIs, application message pumps and device simulation (keyboard & mouse), elevated user permissions are required when running both **TAP Assistant** and **TAP Studio**.


---

# 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.tailent.com/getting-started/tap-studio/hardware-and-software-requirements-tap-studio.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.
