# Tailent Gateway Agent

{% hint style="info" %}
**Tailent Gateway Agent is currently in a closed beta stage, available to select partners and customers. If you believe you need this feature, please contact us.**
{% endhint %}

It is usually deployed for unattended bot usage scenarios as it features Windows session creation, aimed at multi-user, unattended bot deployment. In order to provide the mentioned functionality, it needs to be configured and deployed as a Windows service.

**TGA** (Tailent Gateway Agent) can be configured to listen on a particular IP address and port on the target machine and wait for incoming REST requests over https. This allows for integration with virtually any type of third party system as well local curl/powershell scripts. **TGA** features the following functionalities:

* **Starting windows sessions**
* **Triggering TAP Automations**
* **Bot payload injection** (injecting data into the bot runtimes)
* **Managing bot lifecycles** (Status, bot responses, stopping)

Below is a guide for a step-by-step deployment of **Tailent Gateway Agent**:

1. [Installing Gateway Agent](/getting-started/tailent-gateway-agent/installing-gateway-agent.md)
2. [Installing TAP Studio and Assistant](/getting-started/tailent-gateway-agent/installing-tap-studio-and-assistant.md)
3. [TAP Gateway Agent API References](/getting-started/tailent-gateway-agent/tap-gateway-agent-api-references.md)


---

# 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.tailent.com/getting-started/tailent-gateway-agent.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.
