# 6.10 What's next

That was all about import and ops work in Deno. This has been the most important chapter of this book. This is where we've learned how everything falls into place, even slightly complex concepts.&#x20;

***

In the next chapter, we'll check the internals of two built-in storage that comes with Deno:&#x20;

* Local storage, and&#x20;
* Session storage

The next chapter dives into the internal workings of two built-in Deno storage options:&#x20;

* Local storage
* Session storage

Familiar to frontend developers, these browser storage mechanisms are readily available within Deno and offer powerful data persistence capabilities.


---

# 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/import-and-ops/5.11-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.
