# 概述

Webhook 的设计目标是清晰、简洁且易于集成。 它旨在为外部系统提供一种简单、高效、安全的方式与数据交互，而无需进行重大修改。 它将外部系统与 TradeBoss 系统无缝连接，同时确保它们之间的数据一致性。

案例1：用户可以在MultiMarkets系统上交易CFD产品，并使用外部系统钱包进行资金结算，如下图所示：

<figure><img src="/files/FZzVS4gyC6eGXh9BMkjt" alt=""><figcaption></figcaption></figure>


---

# 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-cn.multimarkets.org/webhook-api/gai-shu.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.
