# Digging Deeper

- [Life-Cycle Annotations](https://testbox.ortusbooks.com/digging-deeper/life-cycle-methods.md)
- [Assertions](https://testbox.ortusbooks.com/digging-deeper/assertions.md)
- [Custom Assertions](https://testbox.ortusbooks.com/digging-deeper/assertions/custom-assertions.md)
- [Expectations](https://testbox.ortusbooks.com/digging-deeper/expectations.md)
- [Matchers](https://testbox.ortusbooks.com/digging-deeper/expectations/matchers.md)
- [Not Operator](https://testbox.ortusbooks.com/digging-deeper/expectations/not-operator.md)
- [Expecting Exceptions](https://testbox.ortusbooks.com/digging-deeper/expectations/expecting-exceptions.md)
- [Custom Matchers](https://testbox.ortusbooks.com/digging-deeper/expectations/custom-matchers.md)
- [Output Utilities](https://testbox.ortusbooks.com/digging-deeper/output-utilities.md)
- [Runner Listeners](https://testbox.ortusbooks.com/digging-deeper/run-listeners.md)
- [Reporters](https://testbox.ortusbooks.com/digging-deeper/reporters.md)
- [Custom Reporters](https://testbox.ortusbooks.com/digging-deeper/reporters/custom-reporters.md)
- [Modules](https://testbox.ortusbooks.com/digging-deeper/modules.md): Extend TestBox your way!
- [Dry Run & Spec Discovery](https://testbox.ortusbooks.com/digging-deeper/dry-run.md): Discover your test specs and suites without executing any test code — explore what would run before it runs.
- [Code Coverage](https://testbox.ortusbooks.com/digging-deeper/code-coverage.md)
- [Running Code Coverage](https://testbox.ortusbooks.com/digging-deeper/code-coverage/running-code-coverage.md)
- [Configuring Code Coverage](https://testbox.ortusbooks.com/digging-deeper/code-coverage/configuring-code-coverage.md)
- [Known Behaviors](https://testbox.ortusbooks.com/digging-deeper/code-coverage/known-issues.md)
- [Continous Integration](https://testbox.ortusbooks.com/digging-deeper/ci.md)
- [Github Actions](https://testbox.ortusbooks.com/digging-deeper/ci/github-actions.md)
- [Gitlab](https://testbox.ortusbooks.com/digging-deeper/ci/gitlab.md)
- [Travis](https://testbox.ortusbooks.com/digging-deeper/ci/travis.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://testbox.ortusbooks.com/digging-deeper.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.
