# Web Client

- [Automation Agent](https://docs.aqua-cloud.io/documentation/automation/web-client/automation-agent.md): Learn how to create and configure Automation Agents in the Web Client, manage agent pools, and run tasks for streamlined automation workflows.
- [Creation & Configuration](https://docs.aqua-cloud.io/documentation/automation/web-client/automation-agent/creation-and-configuration.md): Learn how to create and configure Automation Agents in the web client. Step-by-step setup instructions to streamline your automation workflows efficiently.
- [Agent pools](https://docs.aqua-cloud.io/documentation/automation/web-client/automation-agent/agent-pools.md): Create and manage agent pools for automated testing. Distribute test scenarios across multiple agents and enable parallel execution for faster, more efficient test runs.
- [Running task](https://docs.aqua-cloud.io/documentation/automation/web-client/automation-agent/running-task.md): Learn how to execute and monitor automation tasks using the Automation Agent Web Client. Discover step-by-step guidance for effective task management and troubleshooting.
- [Powershell](https://docs.aqua-cloud.io/documentation/automation/web-client/powershell.md): Discover how to automate tasks using PowerShell in the web client. Step-by-step guidance for setup, commands, and workflow integration to streamline your automation processes.
- [Unix Shell](https://docs.aqua-cloud.io/documentation/automation/web-client/unix-shell.md): Set up and run shell scripts remotely on Unix systems with the aqua Unix Shell Agent. Learn setup, agent configuration, script execution, file uploads, and output handling.
- [Jenkins plugin](https://docs.aqua-cloud.io/documentation/automation/web-client/jenkins-plugin.md): Integrate Jenkins with your web client automation workflow. Learn setup steps, key features, and best practices for seamless CI/CD in your environment.
- [Ranorex](https://docs.aqua-cloud.io/documentation/automation/web-client/ranorex.md)
- [JMeter](https://docs.aqua-cloud.io/documentation/automation/web-client/jmeter.md)
- [SoapUI](https://docs.aqua-cloud.io/documentation/automation/web-client/soapui.md)
- [DB Agent](https://docs.aqua-cloud.io/documentation/automation/web-client/db-agent.md)
- [Selenium](https://docs.aqua-cloud.io/documentation/automation/web-client/selenium.md): Explore Selenium integration for web client automation. Learn how to streamline browser testing, enhance workflows, and boost efficiency with step-by-step setup and usage guidance.


---

# 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.aqua-cloud.io/documentation/automation/web-client.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.
