> For the complete documentation index, see [llms.txt](https://choubey.gitbook.io/internals-of-deno/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://choubey.gitbook.io/internals-of-deno/audience.md).

# Audience

This book is designed for individuals who possess a strong foundation in JavaScript and TypeScript and are eager to explore the internal mechanics of Deno. Specifically, this book caters to readers who:

* Have experience working with Deno and its capabilities, including creating and managing projects, modules, and dependencies
* Have written and executed programs within the Deno environment, leveraging its features and tools
* Demonstrate a keen interest in understanding the underlying architecture and operational mechanics of Deno, including its runtime environment, security features, and performance optimization techniques
* Seek to gain insight into how Deno manages code execution, including the processing of TypeScript and JavaScript files, module resolution, and error handling
* Aspire to comprehend the intricate architecture that underlies Deno, including its component interactions and internal workflows
* Desire to unveil the hidden mechanisms that power Deno's actions, including its use of V8, Rust, and other underlying technologies
* Yearn to gain a deeper understanding of Deno's design principles, trade-offs, and future development directions

**Important Note**&#x20;

This book assumes prior knowledge of Deno, JavaScript, and TypeScript. It is not intended as an introductory resource for those new to Deno or programming. Instead, its purpose is to provide an in-depth exploration of Deno's internal workings, addressing the questions and curiosities of readers already familiar with the basics. Numerous excellent resources are available for those looking to get started with Deno, and this book builds upon that foundation.


---

# 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, and the optional `goal` query parameter:

```
GET https://choubey.gitbook.io/internals-of-deno/audience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
