# Introduction

## 這是給學習JavaScript初學者的一本書

Currently it is written in Chinese.

## 授權 License

Learning JavaScript e-book is licensed under the Attribution-NonCommercial 4.0 Unported license. You should not have paid for this book.

您可以複製、散佈及修改本書內容，但請勿將本書用於商業用途。

您可以在以下網址取得授權條款全文。

<http://creativecommons.org/licenses/by-nc/4.0/>


---

# 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://lifeoverflow.gitbook.io/learning-javascript/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.
