# About

- [What is Oxygen?](https://docs.oxygenhq.org/about/what-is-oxygen.md): Oxygen is an open-source automation platform that simplifies the work with Selenium and Appium. With Oxygen, manual testers and QA engineers can write automation tests within minutes.
- [Getting Started (Videos)](https://docs.oxygenhq.org/about/getting-started-videos.md)
- [Oxygen IDE Controls Overview](https://docs.oxygenhq.org/about/getting-started-videos/oxygen-ide-controls-overview.md)
- [Recording a Web Test](https://docs.oxygenhq.org/about/getting-started-videos/recording-a-web-test.md)
- [Oxygen Commands Explained](https://docs.oxygenhq.org/about/getting-started-videos/oxygen-commands-explained.md)
- [Getting help](https://docs.oxygenhq.org/about/getting-help.md): Our growing community is always willing to lend a hand. you may post a question or offer a new feature and someone is sure to follow up.


---

# 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/about.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.
