> For the complete documentation index, see [llms.txt](https://help.carmochi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.carmochi.com/new/message-center.md).

# \[新功能上線] 訊息中心使用指南

{% hint style="info" %}
貼心提醒： 記得開啟手機對「車麻吉 App」的通知權限，這樣有最新消息時，您就能第一時間收到推播，不怕漏接！
{% endhint %}

為了讓您不再錯過任何重要資訊，車麻吉推出了全新的「訊息中心」功能！無論是好康優惠、系統通知還是重要公告，通通幫您一網打盡、分類整理好。

以下為您整理了訊息中心的常見問題與使用技巧：

#### Q1：哪裡可以找到「訊息中心」？

* 開啟車麻吉 App 進入地圖主頁，點擊畫面上的「訊息中心」入口圖示（或鈴鐺圖示），即可直接進入。

<figure><img src="/files/yUPg3xZkZ5o7WaGDfqq3" alt="" width="188"><figcaption><p>示意圖 《 地圖首頁 》</p></figcaption></figure>

#### Q2：我可以在訊息中心看到多久以前的訊息？

* 您可以在訊息中心內查看 近 30 天內 的所有歷史訊息。超過 30 天的訊息系統將會自動清除，建議您定期回來看看，以免錯過所有消息喔！

#### Q3：訊息很多，我要怎麼快速找到想看的內容？

* 別擔心！訊息中心貼心地為您做好了「清晰分類」。
* 進入訊息中心後，您可以透過上方的分類標籤（如：全部、服務通知、交易通知...等）進行切換，一眼就能辨識每則訊息的屬性，快速找到您感興趣的內容。

#### Q4：為什麼我點進訊息中心後，系統提示需要登入？

* 若您是未登入狀態： 點擊訊息中心後，系統會跳出提示引導您登入。部分個人專屬的優惠或通知需要登入帳號後才能查看。
* 若您暫不登入： 您依然可以瀏覽部分的公開公告，但為了保障您的最佳體驗，建議先完成登入，才能解鎖最完整的訊息列表與個人專屬好康！

#### Q5：為什麼我的訊息中心是一片空白（顯示沒有訊息）？

* 這代表您在近 30 天內沒有收到新的通知，或者目前的分類下暫時沒有相關訊息。當有全新的優惠或系統通知發送時，它就會立刻出現在這裡囉！


---

# 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://help.carmochi.com/new/message-center.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.
