# Troubleshooting

- [Installation Issues](https://kerno.gitbook.io/docs/troubleshooting/installation-issues.md): Solutions to Kerno installation issues.
- [Environment Setup Issues](https://kerno.gitbook.io/docs/troubleshooting/environment-setup-issues.md): Solutions to Kerno test environment setup issues.
- [Test Execution Issues](https://kerno.gitbook.io/docs/troubleshooting/test-execution-issues.md): Solutions to test execution issues.
- [Kerno on ArchLinux (btw)](https://kerno.gitbook.io/docs/troubleshooting/kerno-on-archlinux-btw.md)
- [Install IDE Extension](https://kerno.gitbook.io/docs/troubleshooting/install-ide-extension.md): Get Kerno running in your IDE, capture your first baseline, and validate a code change.
- [Using the Kerno IDE Extension](https://kerno.gitbook.io/docs/troubleshooting/using-the-kerno-ide-extension.md): Drive the full Kerno validation loop from your IDE.
- [Test Kerno with OSS Projects](https://kerno.gitbook.io/docs/troubleshooting/test-kerno-with-oss-projects.md): Open source projects you can use to quickly try Kerno and see how it behaves in a real codebase.


---

# 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://kerno.gitbook.io/docs/troubleshooting.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.
