# Guide

- [Get Started](https://docs.sorry-cypress.dev/guide/get-started.md): Get started with a free parallelization using sorry-cypress
- [Dashboard and API](https://docs.sorry-cypress.dev/guide/dashboard-and-api.md): Running the full sorry-cypress kit - setting up web dashboard to store and browse test results
- [Cloud Setup](https://docs.sorry-cypress.dev/guide/cloud-setup.md): Running sorry-cypress in cloud - AWS, Google Cloud, K8s, Heroku


---

# 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.sorry-cypress.dev/guide.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.
