# 4. 其他參考資訊

除了本文件之外，PostgreSQL還有其他的參考資訊：

## Wiki

PostgreSQL的[wiki](http://wiki.postgresql.org/)記錄了[常見的問題](http://wiki.postgresql.org/wiki/Frequently_Asked_Questions)，[正準備進行的工作](http://wiki.postgresql.org/wiki/Todo)，以及其他更多不同主題的資訊。

> PostgreSQL wiki 也有[台灣中文](https://wiki.postgresql.org/wiki/Taiwan)的頁面喔。

## Web Site

PostgreSQL的[官方網站](http://www.postgresql.org/)，有最新軟體的釋出訊息，讓你能夠和PostgreSQL相處得更棒！

## Mailing Lists

郵件列表的功能，是一個為您解答疑問的好地方，你也可以分享使用經驗給其他同好，或直接和開發者溝通。\
詳情請參閱PostgreSQL的官方網站。

## Yourself!

PostgreSQL是一個開源的專案，也就是說，它仰賴社群的每一個人給予支持。當你開始使用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/11/qian-yan/4.-qi-ta-can-kao-zi-xun.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.
