> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/de-documentation/automatisierung/desktop-client/erstellen-eines-automatisierungsagenten.md).

# Erstellen eines Automatisierungsagenten

Um den Testfall auszuführen, muss ein entsprechender aqua Agent konfiguriert werden. Jeder Agent hat einen individuellen Zugriffscode. Dieser Code wird in aqua generiert und dem Agenten zugewiesen. Dafür klicken Sie in aqua auf Datei und wählen -> Projektkonfiguration -> Automatisierung. &#x20;

<figure><img src="http://aquawiki.andagon.com/de/pictures/drex_erstellen_eines_automatisierungsagenten_rich_client_custom.png" alt=""><figcaption></figcaption></figure>

Klicken Sie auf "Hinzufügen" in der Ribbon Bar und wählen Sie einen Namen für den neuen Agenten aus. Der Zugriffscode wird automatisch generiert und muss vom User an den Agenten zugeteilt werden. Dafür kopieren Sie den Zugriffscode in die Zwischenablage oder schreiben ihn auf, um ihn später zu verwenden. &#x20;

<figure><img src="http://aquawiki.andagon.com/de/pictures/drex_erstellen_eines_automatisierungsagenten_rich_client_custom_2.png" alt=""><figcaption></figcaption></figure>

Der Zugriffscode wird für die Konfiguration der Agenten benötigt. Er muss in die config-Datei des lokalen Agenten eingebunden werden. Die XML-Datei kann im selben Ordner, in dem sich der Agent befindet, gefunden werden, etwa aquaAgentRanorexGui.exe.config.&#x20;

Der generierte Zugriffscode muss in diese Datei eingegeben werden. Die entsprechende Position wird im folgenden Auszug gezeigt:&#x20;

{% code overflow="wrap" %}

```xml
<?xml version="1.0"?>
<configuration>  
<appSettings>    
<add key="agentCode" value="os99axfnqv6u1ujfm79m"/>    
<add key="aquaServiceUrl" value="http://aquaserver/aquaAPI/aquaAgentWebService.asmx"/>    
<…  
</startup>
</configuration>
```

{% endcode %}


---

# 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.aqua-cloud.io/documentation/de-documentation/automatisierung/desktop-client/erstellen-eines-automatisierungsagenten.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.
