> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/zh/general-guides/community/open-a-ticket.md).

# #open-a-ticket

在 #🎫｜open-a-ticket 頻道可使用私密的方式與管理員聯絡。你也可以使用 Liker Land 客服工具與客服聯繫。

1\. 到 #🎫｜open-a-ticket 頻道點「Create ticket」。

<figure><img src="/files/9uNW7cexNcIhZo3kwMvu" alt=""><figcaption><p>點「Create ticket」</p></figcaption></figure>

2\. 出現如圖所示的機械人回應，點 **#ticket-\[數字]**，或；

<figure><img src="/files/qD4MFVUNeV5EvklGN8XK" alt=""><figcaption><p>點 #ticket-[數字]</p></figcaption></figure>

到菜單下面點 **#ticket-\[數字]**。

<figure><img src="/files/v10DNmj3bovH3WcsNuKF" alt=""><figcaption><p>到菜單下面點 #ticket-[數字]</p></figcaption></figure>

3\. 你可以在對語框輸入內容。留意此私密頻道內容只有伺服器的管理員可以看到及回覆，其他人是看不到的。如果你覺得經已不需要這張票，你可以點「Close」把它刪除。

<figure><img src="/files/MCTNklzDHts5f9ZLgmQf" alt=""><figcaption><p>點「Close」把 ticket 刪除</p></figcaption></figure>


---

# 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://docs.v2.like.co/zh/general-guides/community/open-a-ticket.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.
