# API

- [Relation One 用户 Profile](https://relationlabs.gitbook.io/relation-graph/g-zh/api/profile.md)
- [查询用户持有的NFT](https://relationlabs.gitbook.io/relation-graph/g-zh/api/nft-list.md)
- [查询用户持有的SBT](https://relationlabs.gitbook.io/relation-graph/g-zh/api/sbt-list.md)
- [用户标签](https://relationlabs.gitbook.io/relation-graph/g-zh/api/user-tag.md)
- [关系图谱](https://relationlabs.gitbook.io/relation-graph/g-zh/api/relationship-graph.md)
- [多维推荐](https://relationlabs.gitbook.io/relation-graph/g-zh/api/multi-dimensional-recommendation.md)
- [跨平台身份链接](https://relationlabs.gitbook.io/relation-graph/g-zh/api/cross-platform-identity-linking.md)
- [共同好友](https://relationlabs.gitbook.io/relation-graph/g-zh/api/mutual-friend.md)
- [共同交互合约](https://relationlabs.gitbook.io/relation-graph/g-zh/api/mutual-contract-interaction.md)
- [同一身份验证](https://relationlabs.gitbook.io/relation-graph/g-zh/api/unified-dentity-verification.md)


---

# 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://relationlabs.gitbook.io/relation-graph/g-zh/api.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.
