# Introduction

![requirement](https://img.shields.io/badge/Require-Java%207%20or%20later-red.svg?style=for-the-badge) ![version](https://img.shields.io/badge/Version-1.0.1-brightgreen.svg?style=for-the-badge) ![Tested on macos and Windows](https://img.shields.io/badge/Tested%20on-macOS%20+_%20Windows-blue.svg?style=for-the-badge)

#### This class give extra functionality to [Java Robot API](https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html). It allows you to perform many robot actions, while writing less code.

```java
public class Exbot extends Robot
```

### [Read Exbot's complete documentation on GitBook](https://exbot.obrassard.ca)

## Table of Contents

* [Getting Started](https://exbot.obrassard.ca/getting-started)
* [Methods Summary](https://exbot.obrassard.ca/methods-summary)
* [Methods Details](https://exbot.obrassard.ca/methods-detail)
* [Encryption Methods](https://exbot.obrassard.ca/encryption-methods)
* [Get screen coordinate](https://exbot.obrassard.ca/get-screen-coordinate)
* [About OS exclusive methods](https://exbot.obrassard.ca/methods-summary#about-os-exclusive-methods)
* [Learn more about Robot API](https://docs.oracle.com/javase/7/docs/api/java/awt/Robot.html)


---

# 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://exbot.obrassard.ca/master.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.
