> For the complete documentation index, see [llms.txt](https://dota2.tome.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dota2.tome.gg/definitions/problems-goals-scenarios.md).

# Problems, goals, scenarios

We're currently in the process of building out a visualization so that you can quickly find relevant and useful content on Tome.gg. It takes some time to understand how to interpret and use the graph, which we will explain below in more detail.

We understand that people learn in different ways- so we contextualized our content using the following learner mindsets.&#x20;

## Learner mindset

Learners can choose to explore and learn in different ways, and tome.gg supports the following frames of learning:

1. **Problem-centric** - A learner might have encountered a problem that they wish to understand better.
2. **Goal-centric** - A learner might have a specific goal they wish to accomplish.
3. **Scenario-centric** - A learner might be interested to read up and learn more about situations and scenarios, but not necessarily do something.
4. **Mental model-centric** - A learner might be interested to understand how a certain mental model is used and misused.

Given the above different mindsets that a learner explores more information, we present tome.gg's content in a graph-based perspective.

## How to read the graph

The tome.gg graph is presented through nodes and edges.

* **Nodes** - nodes represent a piece of content on tome.gg like a blog post, an article, a youtube video, or others.
* **Colors** - colors of the nodes represent whether the node is a (a) mental model, (b) problem, (c) goal, or (d) scenario.
* **Edges** - edges represents a relationship between nodes. For contexts, these might be the occurrence or observance of a mental model in a certain context.

## How to navigate the graph

To browse through the content rapidly in tome.gg, you can:

* **Hover over nodes** to emphasize or highlight the relationships that the selected node has.
* **Click a node** to view the content based on its external reference.

## View the graph

Currently the visualization overview of tome.gg's content is an unfinished draft. You can view the draft from [this visualization](https://observablehq.com/d/815819df12419798), but do expect bugs and issues! We'll post a message on discord and on the newsletter once the visualization is completed!


---

# 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:

```
GET https://dota2.tome.gg/definitions/problems-goals-scenarios.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.
