> For the complete documentation index, see [llms.txt](https://axelrindle.gitbook.io/pocketknife/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axelrindle.gitbook.io/pocketknife/master.md).

# Welcome

{% hint style="warning" %}
The documentation is currently being migrated to GitBook! If you have specific questions or problems, open an issue with the corresponding affected version.
{% endhint %}

![](/files/-MfHc16a-mbfrLftC3Wm)

Welcome to the documentation website for `PocketKnife`. What you can find here is the API documentation as well as usage examples for the main components.

Most of the source code is thoroughly documented and should be self-explanatory in general. If you think this is not the case, feel free to [open an issue](https://github.com/axelrindle/PocketKnife/issues/new) or a [pull request](https://github.com/axelrindle/PocketKnife/compare).

#### Copyright notices

The pocket knife icon is not my own creation.

* [pocket knife by teleymon from the Noun Project](https://thenounproject.com/icon/923802/)


---

# 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 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://axelrindle.gitbook.io/pocketknife/master.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.
