# Legal

{% hint style="info" %}
sorry-cypress is and independent open-source project that is **not** associated or related in any manner with Cypress.io, Inc.
{% endhint %}

We refer and use the term "cypress" in this documentation. Based on the context, we refer to:

* `cypress` [MIT licensed](https://github.com/cypress-io/cypress/blob/develop/LICENSE) open-source tests running software , distributed as npm package
* `sorry-cypress` is an [MIT licensed](https://github.com/sorry-cypress/sorry-cypress/blob/master/LICENSE) open source project intended to work with MIT licensed open-source test running software `cypress` , which can be modified and used in accordance with its license
* "Cypress.io", "Cypress" - the company legally known as Cypress.io, Inc.
* "Cypress Dashboard", "Original Cypress" - the commercial product and a trademark of Cypress.io, Inc.


---

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