# Get to Know Testery

- [Dashboard](https://docs.testery.io/get-to-know-testery/dashboard.md)
- [Test Runs](https://docs.testery.io/get-to-know-testery/test-runs.md)
- [Test Selection Rules](https://docs.testery.io/get-to-know-testery/test-runs/test-selection-rules.md)
- [Projects](https://docs.testery.io/get-to-know-testery/projects.md)
- [Test Triggers](https://docs.testery.io/get-to-know-testery/schedules.md)
- [Environments](https://docs.testery.io/get-to-know-testery/set-up-your-test-environments.md)
- [Alerts](https://docs.testery.io/get-to-know-testery/alerts.md)
- [Settings](https://docs.testery.io/get-to-know-testery/settings.md)
- [Test Plans](https://docs.testery.io/get-to-know-testery/test-plans.md): Test plans in Testery allow you to create a plan where you can lay out the stages of testing, specify what tests or test suites will be in each stage, what environments the test should run in, etc.
- [Test Selection](https://docs.testery.io/get-to-know-testery/test-selection.md)
- [Test Stacks](https://docs.testery.io/get-to-know-testery/test-stacks.md): Managing your dependencies with Test Stacks
- [Python](https://docs.testery.io/get-to-know-testery/test-stacks/python.md): How to choose which version of Python to use on your runners
- [Node.js 16 End of Life](https://docs.testery.io/get-to-know-testery/test-stacks/node.js-16-end-of-life.md): Handling the Upgrade to Node 18
- [Default Chrome Version Change](https://docs.testery.io/get-to-know-testery/test-stacks/default-chrome-120.md): Handling the Upgrade to Chrome 120
- [Python 3.8 End of Life](https://docs.testery.io/get-to-know-testery/test-stacks/python-3.8-end-of-life.md)
- [Deployments](https://docs.testery.io/get-to-know-testery/deployments.md)
- [System Variables](https://docs.testery.io/get-to-know-testery/system-variables.md)
- [Tags](https://docs.testery.io/get-to-know-testery/tags.md)
- [Screenshots](https://docs.testery.io/get-to-know-testery/screenshots.md)
- [Uploading Test Artifacts to Testery](https://docs.testery.io/get-to-know-testery/uploading-test-artifacts-to-testery.md)
- [Setting Test Execution Priority](https://docs.testery.io/get-to-know-testery/setting-test-execution-priority.md)
- [Setting the Number of Parallel Tests](https://docs.testery.io/get-to-know-testery/setting-the-number-of-parallel-tests.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/get-to-know-testery.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.
