# 2.10 What's next

We have completed our detailed analysis of Deno's architecture and its components. Our examination began with a broad overview and progressed to a detailed analysis of each element, providing us with a thorough understanding of Deno's fundamental structure.&#x20;

In the next chapter, we will thoroughly examine Deno's threading model. This examination is essential, as omitting the threading model's details would leave our discussion of Deno's architecture incomplete. By examining the threading model, we will gain a deeper understanding of Deno's internal mechanics, further enhancing our understanding of its architectural framework.


---

# 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://choubey.gitbook.io/internals-of-deno/architecture/2.7-whats-next.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.
