# ADVANCED

- [Isolate Konsist Tests](https://docs.konsist.lemonappdev.com/advanced/isolate-konsist-tests.md): Aim for better test separation.
- [Enable Full Command Line Logging](https://docs.konsist.lemonappdev.com/advanced/enable-full-command-line-logging.md): Boost command line output
- [Dynamic Konsist Tests](https://docs.konsist.lemonappdev.com/advanced/dynamic-konsist-tests.md): From static to dynamic
- [Explicit Test Names](https://docs.konsist.lemonappdev.com/advanced/dynamic-konsist-tests/explicit-test-names.md)
- [When Konsist API Is Not Enough](https://docs.konsist.lemonappdev.com/advanced/when-konsit-api-is-not-enough.md)
- [Additional JUnit5 Setup](https://docs.konsist.lemonappdev.com/advanced/additional-junit5-setup.md)
- [Why There Are No Pre-defined Rules?](https://docs.konsist.lemonappdev.com/advanced/why-there-are-no-pre-defined-rules.md)
- [Konsist Snapshots](https://docs.konsist.lemonappdev.com/advanced/konsist-snapshots.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.konsist.lemonappdev.com/advanced.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.
