# Download & Installation

- [Oxygen IDE Installation](https://docs.oxygenhq.org/download-installation-start/download-and-installation/download-oxygen-ide.md): Oxygen IDE - Integrated development environment for recording, developing, and running tests - Download and Installation.
- [Oxygen for Mobile Installation](https://docs.oxygenhq.org/download-installation-start/download-and-installation/mobile-installation.md): Oxygen can run automation scripts on mobile devices (Native and Mobile Web, iOS and Android).
- [Oxygen for Windows Desktop Automation Setup](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-windows-desktop-setup.md): You are now capable to automate windows applications - Windows 10 applications, including UWP, WPF, WinForms, and legacy Win32
- [Oxygen for Mac Installation](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-mac-installation.md)
- [Mac Installation Troubleshooting](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-mac-installation/troubleshooting-installation-issues-mac.md): Installing Xcode on Mac. Troubleshooting Xcode issues.
- [Oxygen CLI Installation](https://docs.oxygenhq.org/download-installation-start/download-and-installation/cli-installation.md): Command-line application for running Oxygen tests and generating reports.
- [Java Installation Instructions](https://docs.oxygenhq.org/download-installation-start/download-and-installation/java-installation-and-path-environment-variable-for-java.md)
- [Recording Troubleshooting](https://docs.oxygenhq.org/download-installation-start/download-and-installation/recording-troubleshooting.md): Troubleshooting issues with test recording in Oxygen IDE


---

# 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/download-and-installation.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.
