# KRNL  Docs

## Copy of KRNL Platform Guidebook

- [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)
- [Overview](https://docs.krnl.xyz/enterprise-integration/overview.md)
- [Salesforce](https://docs.krnl.xyz/enterprise-integration/salesforce.md)
- [HubSpot](https://docs.krnl.xyz/enterprise-integration/hubspot.md)
- [Custom Connectors](https://docs.krnl.xyz/enterprise-integration/custom-connectors.md)
- [Workflows](https://docs.krnl.xyz/core-concepts/workflows.md)
- [KRNL Node](https://docs.krnl.xyz/core-concepts/krnl-node.md)
- [Executors](https://docs.krnl.xyz/core-concepts/executors.md)
- [Attestor](https://docs.krnl.xyz/core-concepts/attestor.md)
- [Vault](https://docs.krnl.xyz/core-concepts/vault.md)
- [Target Base Contract](https://docs.krnl.xyz/smart-contract/how-to-integrate-your-smart-contract-with-kos.md)
- [Usage](https://docs.krnl.xyz/smart-contract/usage.md)
- [FAQ](https://docs.krnl.xyz/smart-contract/faq.md)
- [KRNL SDK Installation](https://docs.krnl.xyz/krnl-sdk/krnl-sdk-installation.md)
- [Usage](https://docs.krnl.xyz/krnl-sdk/usage.md)
- [Overview](https://docs.krnl.xyz/krnl-studio/overview.md)
- [How to Construct a Workflow](https://docs.krnl.xyz/krnl-studio/how-to-construct-a-workflow.md)
- [FAQ](https://docs.krnl.xyz/krnl-studio/faq.md)
- [Overview](https://docs.krnl.xyz/krnl-cli/overview.md)
- [FAQ](https://docs.krnl.xyz/krnl-cli/faq.md)
- [New to Web3?](https://docs.krnl.xyz/helpful-resources/new-to-web3.md)
- [Dictionary](https://docs.krnl.xyz/helpful-resources/dictionary.md)
- [KRNL RPC](https://docs.krnl.xyz/helpful-resources/krnl-node-rpc.md)
- [Testnet Faucets](https://docs.krnl.xyz/helpful-resources/testnet-faucets.md)
- [How to Get Etherscan API Key?](https://docs.krnl.xyz/helpful-resources/how-to-get-etherscan-api-key.md)
- [Litepaper](https://docs.krnl.xyz/litepaper/litepaper.md)
- [Overview](https://docs.krnl.xyz/litepaper/litepaper/overview.md)
- [Problem Statement](https://docs.krnl.xyz/litepaper/litepaper/problem-statement.md)
- [Current State Does Not Solve the Problem](https://docs.krnl.xyz/litepaper/litepaper/current-state-does-not-solve-the-problem.md)
- [Introducing Kernels](https://docs.krnl.xyz/litepaper/litepaper/introducing-kernels.md)
- [Ecosystem of Kernels](https://docs.krnl.xyz/litepaper/litepaper/ecosystem-of-kernels.md)
- [The KRNL Protocol](https://docs.krnl.xyz/litepaper/litepaper/the-krnl-operating-system-kos.md)
- [Decentralization and Security Considerations](https://docs.krnl.xyz/litepaper/litepaper/decentralization-and-security-considerations.md)
- [Use Cases for KRNL](https://docs.krnl.xyz/litepaper/litepaper/use-cases-for-krnl.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.krnl.xyz/getting-started/readme.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.
