# Note Taking

Taking notes is an excellent tool to keep the clutter out of my mind. So far, I'm still struggling to implement a process that works for me.

In mid April 2020, I discovered [Roam Research](https://roamresearch.com/) as a powerful note taking tool. I try to create a daily journal page for every day in Roam where I keep as much notes as possible about my habits, todos and more or less random, noteworthy things.

I finish every day with a short review, answering a list of questions:

* Did I spend most of my day in a productive way?
* Did I spend money?
* Did I create something?
* Did I learn about anything?
* Am I annoyed or upset about anything?
* How would I rate this day?


---

# 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://wiki.fruetel.net/tools/note-taking.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.
