Grounded in a Knowledge Base, never memory
Ask the grounded agent
It answers only from the Sanity Context Knowledge Base, checks for conflicts, and shows both sides when two sources disagree instead of guessing. Every answer cites the entries it read.
still-true · grounded agent
sample answer · ask your own below
In the Next.js App Router, fetch is not cached by default. The sources disagree: the official docs say it is not cached, so you opt in with cache: "force-cache", while a popular tutorial says it is cached by default and you opt out with no-store. The official source wins, so treat fetch as uncached unless you deliberately opt in.
checked for conflictsfetch_caching
Want to see the sources? Browse the knowledge graph.