# How-To

- [Enable or Disable Automatic Rerunning of Tests](https://docs.testery.io/how-to/enable-or-disable-automatic-rerunning-of-tests.md)
- [Run Cypress Tests without Connecting Repository](https://docs.testery.io/how-to/run-cypress-tests-without-connecting-repository.md): A step-by-step guide to running Cypress tests on the Testery platform when integration with GitHub / Bitbucket isn't an option.
- [How to Store Sensitive Data Like Username and Password For a Cypress Test](https://docs.testery.io/how-to/how-to-store-sensitive-data-like-username-and-password-in-a-cypress-test.md)
- [Connect to a Private npm Repository](https://docs.testery.io/how-to/connect-to-a-private-npm-repository.md)
- [Running Scripts Before the Tests](https://docs.testery.io/how-to/running-scripts-before-the-tests.md)
- [Upload Test Run for Analysis](https://docs.testery.io/how-to/upload-test-run-for-analysis.md)


---

# 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.testery.io/how-to.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.
