# Digital Garden

## Digital Garden

- [Introduction](https://wiki.fruetel.net/master.md)
- [Values](https://wiki.fruetel.net/life-strategy/values.md): Having a set of values provides a compass for making tough decisions.
- [Principles](https://wiki.fruetel.net/life-strategy/principles.md): I believe following the principles below can greatly improve quality of live and will help living in accordance with my values.
- [Routines](https://wiki.fruetel.net/life-strategy/routines.md): Doing the right things is a difficult. Remembering to do stuff at the right place and time takes a conscious effort. That effort may be reduced by incorporating repeating stuff into a routine.
- [Note Taking](https://wiki.fruetel.net/tools/note-taking.md)
- [Software](https://wiki.fruetel.net/tools/software.md): I make sure to use the best tools available for every task at hand. This list highlights programs I have found to be valuable for running my life.
- [Ruby](https://wiki.fruetel.net/software-engineering/ruby.md)
- [ReasonML](https://wiki.fruetel.net/software-engineering/reasonml.md)
- [Shell-Fu](https://wiki.fruetel.net/devops/shell-fu.md)
- [Kubernetes](https://wiki.fruetel.net/devops/kubernetes.md)
- [Living a net positive life](https://wiki.fruetel.net/fragments/leading-a-net-positive-life.md)
- [2020-01](https://wiki.fruetel.net/looking-back/2020-01.md)
- [2020-02](https://wiki.fruetel.net/looking-back/2020-02.md)
- [2020-03](https://wiki.fruetel.net/looking-back/2020-03.md)
- [2020-04](https://wiki.fruetel.net/looking-back/2020-04.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://wiki.fruetel.net/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.
