> For the complete documentation index, see [llms.txt](https://www.druckapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.druckapp.com/readme.md).

# Welcome to Druck

## [![Download on App Store](/files/7HiOgwgVxq21x4Skyn9d)](https://apple.co/3XOB54O)

## Overview

Druck is a personal log for self-tracking. "*We can only manage what we measure."*

Druck helps you track anything, from workouts to what you eat to if you cleaned the dishes today. It's easy to enter new data and visualize it on charts. All your data stays on your device and is yours, nobody else will ever see it.

### Community

Come join our [Discord community](https://discord.gg/KpeZUxhNyE) to chat with others using the app and leave feedback.

## Quick links

{% content-ref url="/pages/3ihB8iKdHmb15tyhvisq" %}
[Features](/overview/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/3lqNeatt8nAo9VpbDzg0" %}
[Product Roadmap](/overview/product-roadmap.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://www.druckapp.com/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
