# Getting Started

- [Introduction](https://docs.krnl.xyz/getting-started/readme.md): Welcome to the KRNL docs, we are so excited to help you build your first KRNL integrated app.
- [Getting Started](https://docs.krnl.xyz/getting-started/getting-started-with-krnl.md): This guide will help you start developing applications that leverage KRNL.
- [Local Dev](https://docs.krnl.xyz/getting-started/getting-started-with-krnl/local-dev.md): Goal: To complete the integration of KRNL into your application and to be able to execute verifiable workflows within your environment.
- [CLI](https://docs.krnl.xyz/getting-started/getting-started-with-krnl/cli.md): Goal: To complete the integration of KRNL into your application and to be able to execute verifiable workflows within your environment.
- [How Does the KRNL Protocol Work?](https://docs.krnl.xyz/getting-started/how-does-kos-work.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.krnl.xyz/getting-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.
