# Start working with Oxygen

- [Getting Started - Web](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web.md)
- [Introduction - Web Testing](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/introduction-web-testing.md)
- [Recording a Web Test](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/recording-web-tests.md)
- [Creating a Web Test](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/creating-web-scripts.md)
- [Sample Project - Web Test](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-web/sample-project-web-test.md)
- [Getting Started - Mobile](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-mobile.md)
- [Introduction - Mobile Testing](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-mobile/introduction-mobile-testing.md)
- [Recording a Test on Mobile](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-mobile/recording-mobile-tests.md)
- [Creating a Test - Mobile](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-mobile/creating-mobile-test.md)
- [Sample Project - Mobile](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-mobile/sample-project-mobile.md)
- [Getting Started - Oxygen for Windows Desktop Automation](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/getting-started-windows-desktop.md): You are now capable to automate windows applications - Windows 10 applications, including UWP, WPF, WinForms, and legacy Win32
- [Getting Started- Oxyge CLI](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/introduction-and-usage.md)
- [Running a Test Script on Windows](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/introduction-and-usage/running-a-test-script.md): run a test script using oxygen-cli
- [Running Multiple Tests (Suites) on Windows](https://docs.oxygenhq.org/download-installation-start/start-working-with-oxygen/introduction-and-usage/running-multiple-tests-suites.md): Oxygen also provides the option to run several tests one by one or parallel


---

# 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/start-working-with-oxygen.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.
