> For the complete documentation index, see [llms.txt](https://docs.workongpt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.workongpt.com/guan-yu-wo-men/lian-xi-wo-men.md).

# 联系我们

谢谢您使用 WorkOnGPT！您的反馈、问题和建议对我们持续优化平台至关重要。如有任何需要讨论的事宜，请随时与我们联系。以下是联系我们的方式：

<mark style="color:green;">**邮箱:**</mark> <contact@workongpt.com>\
若有一般咨询、收费问题、技术支持、商务机会或反馈，请联系上述邮箱。

<mark style="color:green;">**公司地址:**</mark>\
逸秋（香港）有限公司\
香港九龙观塘区敬业街59号敬业工厂大厦

<mark style="color:green;">**工作时间:**</mark>\
周一至周五：上午9:00 - 下午6:00 (GMT+8)&#x20;

周末和公众假期休息

<mark style="color:green;">**保持联系：**</mark>&#x20;

若您希望与我们直接沟通，请扫描下方的二维码，即可在微信、WhatsApp、Line 、Telegram联系我们。

{% tabs %}
{% tab title="微信" %}

<figure><img src="/files/YU95k1jlnUokPDrR9aEy" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="WhatsApp" %}

<figure><img src="/files/FvIrmFrB5DpzD4MKqbFa" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Line" %}

<figure><img src="/files/0EJzBMjT0ZHraT07pdjs" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Telegram" %}

<figure><img src="/files/FcIhDliUNTZaZOqayxfG" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

在 WorkOnGPT，每位用户的声音都至关重要。我们渴望听到您的反馈，并会尽快回复，谢谢您的支持！


---

# 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.workongpt.com/guan-yu-wo-men/lian-xi-wo-men.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.
