# Get Started

- [Getting Started Guide](https://docs.testery.io/get-started/getting-started-guide.md)
- [Create a Testery Account](https://docs.testery.io/get-started/getting-started-guide/create-an-account.md): A free Testery account will enable you to run your smoke tests on a schedule or every commit and send notifications to Slack, OpsGenie, or wherever else you need them.
- [Configure Your Project](https://docs.testery.io/get-started/getting-started-guide/configure-your-project.md)
- [Run Your Tests](https://docs.testery.io/get-started/getting-started-guide/run-your-tests.md)
- [Configure Slack Alerts](https://docs.testery.io/get-started/getting-started-guide/configure-slack-alerts.md)
- [Schedule Your Test Runs](https://docs.testery.io/get-started/getting-started-guide/schedule-your-test-runs.md)
- [Invite Your Team](https://docs.testery.io/get-started/getting-started-guide/invite-your-team.md): Add users to your team by selecting Settings -> Team.
- [Get More From Testery](https://docs.testery.io/get-started/getting-started-guide/create-schedules.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-started.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.
