# 進階

本部分介紹一些進階的型別與技術，具體內容包括：

* [型別別名](/typescript-tutorial/advanced/type-aliases.md)
* [字串字面量型別](/typescript-tutorial/advanced/string-literal-types.md)
* [元組](/typescript-tutorial/advanced/tuple.md)
* [列舉](/typescript-tutorial/advanced/enum.md)
* [類別](/typescript-tutorial/advanced/class.md)
* [類別與介面](/typescript-tutorial/advanced/class-and-interfaces.md)
* [泛型](/typescript-tutorial/advanced/generics.md)
* [宣告合併](/typescript-tutorial/advanced/declaration-merging.md)
* [擴充套件閱讀](/typescript-tutorial/advanced/further-reading.md)
* [上一章：內建物件](https://github.com/doggy8088/typescript-tutorial/tree/3e6aae02f8c2fc9db956b346556647eb1d3cdbe3/advanced/built-in-objects.md)
* [下一章：型別別名](/typescript-tutorial/advanced/type-aliases.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/advanced.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.
