# Oxygen Modules

| Module                                                                  | Description                                                                                            |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [assert](/download-installation-start/modules/module-assert.md)         | Provides generic assertion methods                                                                     |
| [date](/download-installation-start/modules/module-date.md)             | Provides methods for working with dates                                                                |
| [db](/download-installation-start/modules/module-db.md)                 | Provides methods for working with Data Bases through ODBC                                              |
| [email](/download-installation-start/modules/module-email.md)           | Provides methods for working with email via IMAP                                                       |
| [eyes](/download-installation-start/modules/module-eyes.md)             | Provides access to Applitools Eyes service                                                             |
| [http](/download-installation-start/modules/module-http.md)             | Provides methods for working with HTTP(S)                                                              |
| [log](/download-installation-start/modules/module-log.md)               | Provides methods for printing user defined messages to test results                                    |
| [mailinator](/download-installation-start/modules/module-mailinator.md) | Provides methods for working with Mailinator service - [www.mailinator.com](http://www.mailinator.com) |
| [mob](/download-installation-start/modules/module-mob.md)               | Provides methods for mobile automation using Appium                                                    |
| [pdf](/download-installation-start/modules/module-pdf.md)               | Provides generic methods for asserting PDF file's content                                              |
| [proxy](/download-installation-start/modules/module-proxy.md)           | Provides methods for intercepting network traffic via mitmproxy                                        |
| [serial](/download-installation-start/modules/module-serial.md)         | Provides methods for working with serial ports                                                         |
| [shell](/download-installation-start/modules/module-shell.md)           | Provides methods for working with operating system shell                                               |
| [soap](/download-installation-start/modules/module-soap.md)             | Provides methods for working with SOAP based Web Services                                              |
| [twilio](/download-installation-start/modules/module-twilio.md)         | Provides methods for working with Twilio service                                                       |
| [utils](/download-installation-start/modules/module-utils.md)           | Provides miscellaneous utility methods                                                                 |
| [web](/download-installation-start/modules/module-web.md)               | Provides methods for browser automation using Selenium and WebDriver                                   |
| [win](/download-installation-start/modules/module-win.md)               | Provides methods for Windows native applications automation using Microsoft WinAppDriver               |


---

# 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.oxygenhq.org/download-installation-start/modules.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.
