~ [[Garden]]
> [!trees] [[Plant]] | [[Cultivate]] | **[[Question]]** | [[Repot]] | [[Revitalise]] | [[Revisit]] — [[Architect]] ⤴️
If you've tagged notes with `#garden/question` then you want to **reflect on the questions in these notes.** This might mean using the questions as inspiration or to reflect and ruminate more deeply on the thoughts that these questions provoke.
The following view is sorted by most recently modified.
```dataview
TABLE WITHOUT ID
"🍄 " + file.link as "Notes with questions in the ideaverse",
choice(
contains(file.folder, "+"),
"`" + file.folder + "`",
type
) as "Parent Folder"
FROM #garden/question
WHERE !contains(file.name, "Master Key (Garden Tags)")
SORT file.mtime DESC
LIMIT 77
```