> For the complete documentation index, see [llms.txt](https://hello.imziv.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.imziv.tw/fa-xue-yuan-sheng-huo-shi-lu/xue-xiao-sheng-huo/yi-wai-de-ping-jia.md).

# 意外的評價

　　有門國際法的課要分組，我在跟組員互動的過程中得到了一些我有點意外的評價。

* 細心
* 溫柔，咦？

　　很高興能夠有機會跟大家互動並且交流一些主觀想法。在以往生命經驗中，「交流想法」限縮在客觀的事情上，但是想要跟人建立比較深的信任感，交換主觀感受更能讓人認識真實的你。

「人們要先認識你，才會想聽你講話，最後才可能被你說服。」

　　我忘記從哪裡看到的，但這句話一直放在我心上。而且我的經驗告訴我，這句話真實性不低。這也就是我漸漸開始比較會想要表達主觀的感受給身邊的人，但我也還在練習要跟客觀事實一起陳述。

　　最近被說細心的次數不低，這我不意外，常跟我互動的人可以知道，哈。但我其實有時候也會擔心是否有點挑剔？

　　溫柔這點就蠻意外的，因為我可是個在路上不會被推銷，廣告傳單直接不發給我，國外要來找碴的人會直接忽略我——這樣一個看起來很兇的人。

*June 23, 2024*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hello.imziv.tw/fa-xue-yuan-sheng-huo-shi-lu/xue-xiao-sheng-huo/yi-wai-de-ping-jia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
