# How it works?

- [Knowledge Sources](https://stakpak.gitbook.io/docs/how-it-works/knowledge-sources.md)
- [Rulebooks](https://stakpak.gitbook.io/docs/how-it-works/rulebooks.md)
- [How to Write a Rulebook?](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/how-to-write-a-rulebook.md)
- [Dockerization](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/dockerization.md)
- [Infrastructure Cost Estimation](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/infrastructure-cost-estimation.md)
- [Infrastructure Software Upgrades](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/infrastructure-software-upgrades.md)
- [Simple Deployment On VM](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/simple-deployment-on-vm.md)
- [Migrating Bitnami to Bitnami Legacy](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/migrating-bitnami-to-bitnami-legacy.md)
- [Next.js AWS Deployment Options Comparison](https://stakpak.gitbook.io/docs/how-it-works/rulebooks/next.js-aws-deployment-options-comparison.md)
- [Paks](https://stakpak.gitbook.io/docs/how-it-works/paks.md): Package Manager for Agent Skills
- [Memory (Knoweldge Store)](https://stakpak.gitbook.io/docs/how-it-works/memory-knoweldge-store.md)
- [Profiles](https://stakpak.gitbook.io/docs/how-it-works/profiles.md)
- [/Init](https://stakpak.gitbook.io/docs/how-it-works/init.md): Initialize project (scan + setup)
- [Autopilot](https://stakpak.gitbook.io/docs/how-it-works/autopilot.md): Stop watching your infrastructure and let it fix it self
- [Agent Sessions](https://stakpak.gitbook.io/docs/how-it-works/agent-sessions.md)
- [Shell Mode](https://stakpak.gitbook.io/docs/how-it-works/shell-mode.md)
- [Plan Mode](https://stakpak.gitbook.io/docs/how-it-works/plan-mode.md)
- [Browser Extension](https://stakpak.gitbook.io/docs/how-it-works/browser-extension.md)
- [Warden Guardrails](https://stakpak.gitbook.io/docs/how-it-works/warden-guardrails.md)
- [Handling Secrets](https://stakpak.gitbook.io/docs/how-it-works/handling-secrets.md)
- [Productivity Dashboard](https://stakpak.gitbook.io/docs/how-it-works/productivity-dashboard.md)
- [Slack Integration](https://stakpak.gitbook.io/docs/how-it-works/slack-integration.md)
- [Agent Client Protocol (ACP)](https://stakpak.gitbook.io/docs/how-it-works/agent-client-protocol-acp.md)
- [Slash Commands](https://stakpak.gitbook.io/docs/how-it-works/slash-commands.md)
- [Keyboard Shortcuts](https://stakpak.gitbook.io/docs/how-it-works/keyboard-shortcuts.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://stakpak.gitbook.io/docs/how-it-works.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.
