# Kyvvu Docs

## Docs

- [Introduction](https://docs.kyvvu.com/readme.md)
- [Installation](https://docs.kyvvu.com/getting-started/installation.md)
- [Your First Agent](https://docs.kyvvu.com/getting-started/first-agent.md)
- [Understanding the Output](https://docs.kyvvu.com/getting-started/understanding-output.md)
- [Architecture](https://docs.kyvvu.com/core-concepts/architecture.md)
- [Atomic Behaviours](https://docs.kyvvu.com/core-concepts/behaviours.md)
- [Policies and Rules](https://docs.kyvvu.com/core-concepts/policies.md)
- [Tasks and History](https://docs.kyvvu.com/core-concepts/tasks.md)
- [Templates](https://docs.kyvvu.com/core-concepts/templates.md)
- [Claude Code](https://docs.kyvvu.com/integrations/claude-code.md)
- [Python Decorator](https://docs.kyvvu.com/integrations/decorator.md)
- [LangChain / LangGraph](https://docs.kyvvu.com/integrations/langchain.md)
- [Writing a Custom Template](https://docs.kyvvu.com/integrations/custom-template.md)
- [Template Authoring Guide](https://docs.kyvvu.com/integrations/authoring.md)
- [Writing a New Integration](https://docs.kyvvu.com/integrations/custom.md)
- [REST API / Local Engine](https://docs.kyvvu.com/integrations/rest-api.md)
- [Creating Policies](https://docs.kyvvu.com/policy-authoring/creating.md)
- [OWASP Default Template](https://docs.kyvvu.com/policy-authoring/owasp-default.md)
- [Manifests](https://docs.kyvvu.com/policy-authoring/templates.md)
- [Compound Policies](https://docs.kyvvu.com/policy-authoring/compound.md)
- [Built-in Rules Reference](https://docs.kyvvu.com/policy-authoring/rules-reference.md)
- [Dashboard Guide](https://docs.kyvvu.com/platform/dashboard.md)
- [Incident Management](https://docs.kyvvu.com/platform/incidents.md)
- [Organizations & Access](https://docs.kyvvu.com/platform/organizations.md)
- [Reports](https://docs.kyvvu.com/platform/reports.md)
- [kyvvu register / login](https://docs.kyvvu.com/cli-reference/auth.md)
- [kyvvu init](https://docs.kyvvu.com/cli-reference/init.md)
- [kyvvu serve](https://docs.kyvvu.com/cli-reference/serve.md)
- [kyvvu list-agents / list-policies / manifests](https://docs.kyvvu.com/cli-reference/inspect.md)
- [Configuration Reference](https://docs.kyvvu.com/deployment/configuration.md)
- [kv.add\_step()](https://docs.kyvvu.com/reference/add-step.md)
- [Licensing](https://docs.kyvvu.com/reference/licensing.md)
- [Changelog](https://docs.kyvvu.com/reference/changelog.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.kyvvu.com/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.
