# Deno CLI

- [快速開始](https://ianchen0119.gitbook.io/deno/deno-cli/kuai-su-kai-shi.md)
- [沙盒機制](https://ianchen0119.gitbook.io/deno/deno-cli/sha-he-ji-zhi.md)
- [URL Import](https://ianchen0119.gitbook.io/deno/deno-cli/url-import.md)
- [編譯選項](https://ianchen0119.gitbook.io/deno/deno-cli/bian-yi-xuan-xiang.md)
- [相關工具及測試](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi.md)
- [WebGPU API](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/webgpu-api.md)
- [Deno.resolveDns](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/quan-xin-api-deno.resolvedns.md): Deno 1.7 中新增了許多功能，其中還多了一個全新的 API: Deno.resolveDns 。
- [程式碼編譯器](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/cheng-shi-ma-bian-yi-qi.md): Deno 1.6 所新增的功能，可以讓開發者編譯出可執行的二進制檔案。
- [程式碼檢查器](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/cheng-shi-ma-jian-cha-qi.md)
- [依賴檢查器](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/yi-lai-jian-cha-qi.md)
- [文件產生器](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/wen-jian-chan-sheng-qi.md)
- [程式碼打包工具](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/cheng-shi-ma-da-bao-gong-ju.md)
- [腳本安裝](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/jiao-ben-an-zhuang.md)
- [程式碼格式化](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/cheng-shi-ma-ge-shi-hua.md)
- [Deno 命名空間與編譯器 API](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/deno-ming-ming-kong-jian-yu-bian-yi-qi-api.md)
- [使用 Deno 進行測試](https://ianchen0119.gitbook.io/deno/deno-cli/xiang-guan-gong-ju-ji-ce-shi/shi-yong-deno-jin-hang-ce-shi.md)


---

# 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://ianchen0119.gitbook.io/deno/deno-cli.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.
