# A Guide to Deno Core

## What is this?

This is a guide to the design and structure of Deno, a secure server-side TypeScript runtime.

This guide is created and maintained by some contributors to Deno.

### Authors

1. [@kevinkassimo](https://github.com/kevinkassimo)
2. [@monkingxue](https://github.com/monkingxue)

### Translation

1. [Chinese](https://github.com/denolib/guide/tree/master/chinese)
   * By [@caijw](https://github.com/caijw)

## Before You Start

If you are not familiar with Deno yet, we recommend checking out the following resources:

1. [10 Things I Regret About Node.js - Ryan Dahl - JSConf EU 2018](https://www.youtube.com/watch?v=M3BM9TB-8yA)
2. [JSDC 2018#A01 - Deno, A New Server-Side Runtime By Ryan Dahl](https://www.youtube.com/watch?v=FlTG0UXRAkE)
3. [Official Deno Documentation](https://github.com/denoland/deno/blob/master/Docs.md)

## DISCLAIMER

**THIS IS NOT AN OFFICIAL DOCUMENT.**

This document has no affiliation with the `denoland` organization and its collaborators.


---

# 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://denolib.gitbook.io/guide/master.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.
