# 1. 入門指南

* [1.1. 安裝](/tutorial/getting-started/installation.md)：從無到有，安裝一個 PostgreSQL 資料庫系統。
* [1.2. 基礎架構](/tutorial/getting-started/architectural-fundamentals.md)：認識 PostgreSQL 的資料庫架構。
* [1.3. 建立一個資料庫](/tutorial/getting-started/creating-a-database.md)：建立第一個 PostgreSQL 資料庫。
* [1.4. 存取一個資料庫](/tutorial/getting-started/accessing-a-database.md)：開始存取你的 PostgreSQL 資料庫。


---

# 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://docs.postgresql.tw/tutorial/getting-started.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.
