# 簡介

本部分介紹了在學習 TypeScript 之前需要了解的知識，具體內容包括：

* [什麼是 TypeScript](/typescript-tutorial/introduction/what-is-typescript.md)
* [安裝 TypeScript](/typescript-tutorial/introduction/get-typescript.md)
* [Hello TypeScript](/typescript-tutorial/introduction/hello-typescript.md)
* [上一章：前言](/typescript-tutorial/readme.md)
* [下一章：什麼是 TypeScript](/typescript-tutorial/introduction/what-is-typescript.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://willh.gitbook.io/typescript-tutorial/introduction.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.
