# Future topics

There are still a few topics that should be covered. Here are some of them, together with helpful resources.

* 🎥**Video:** [Immutable Relational Data](https://www.youtube.com/watch?v=28OdemxhfbU)
* 👥**Thread:** [Handling Errors](https://www.reddit.com/r/elm/comments/aj9pem/noob_question_the_elm_way/)
* 👥**Thread:** [MapN Problem](https://www.reddit.com/r/elm/comments/aqjkha/combining_the_errors_and_values_of_results_kind/)
* 👥**Thread:** [Keyed HTML](https://www.reddit.com/r/elm/comments/bsi6zd/img_src_reuse_issue/)
* 👥**Thread:** [How to model an application?](https://korban.net/posts/elm/2018-10-12-elm-guide-missing-part-url-handling-browser.application/)
* 👥**Thread:** [Error Handling](https://discourse.elm-lang.org/t/error-handling-in-elm/5086)


---

# 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://orasund.gitbook.io/elm-cookbook/frequently-asked-questions-1/future-topics.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.
