> For the complete documentation index, see [llms.txt](https://relationlabs.gitbook.io/relation-one-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://relationlabs.gitbook.io/relation-one-api/api-zh/overview/readme.md).

# Relation ONE

## 关于Relation ONE

Relation ONE是基于[Relation protocol ](https://docs.relationlabs.ai/protocol/)构建的社交门户应用，通过Relation ONE，用户可以轻松便捷的管理自己的Web3社交网络数据。

Relation ONE致力于构建一个更民主化的社交平台，将社交数据的所有权归还给用户。

通过集成Relation ONE的开放API，开发者可以在自己的应用中集成Relation ONE的功能。

### 我可以通过集成Relation ONE API做什么

* **快速创建Web3社交应用**

通过集成Relation ONE的Social Graph，开发者可以获得Relation的社交图谱数据和社交管理功能，仅需要API的调用即可实现上述功能。同时，接入Relation的社交图谱也解决了社交应用初期用户获取困难的尴尬。

* **Web3原生的IM服务**

Relation ONE提供Web3登录的IM服务，连接后即可使用丰富的聊天功能，我们支持下述所有区块链的签名验签登录：

**L1：**

<img src="/files/TuDLP11iNulkXekNZTuC" alt="" data-size="line"> Ethereum

<img src="/files/BIIry3Ui6tt3Ir4Ft3Sh" alt="" data-size="line"> Solana

<img src="/files/FGYi7PjGCyzhzHHXcaSW" alt="" data-size="line"> Polkadot

<img src="/files/udnfbaOq69QQ1V8gYHXR" alt="" data-size="line"> Dfinity

<img src="/files/xqkVflyHOWT6PSWkug2X" alt="" data-size="line"> Flow

**EVM兼容的区块链：**

<img src="/files/XoIfK2Y8c35o4bsIGfTO" alt="" data-size="line"> BNB chain

<img src="/files/e2KObjTE54kQpwvEDSar" alt="" data-size="line"> Polygon

<img src="/files/W4KooVS4aXk2dB7Np1nK" alt="" data-size="line"> Moonbeam

<img src="/files/7lfKpQ7qYdu17wqRBAJC" alt="" data-size="line"> Optimism

<img src="/files/Upa0qwNadcO2AxxpGe0e" alt="" data-size="line"> PlatON


---

# 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://relationlabs.gitbook.io/relation-one-api/api-zh/overview/readme.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.
