# Relationship

在社交图谱的构建中，每个个体通常表示为一个节点，而它们之间的关系则通过线来表示。

在社交图谱中，这些关系线是非常重要的，因为它们描述了人与人之间的联系和互动。最基础的关系类型有点对点关系以及群组关系，群组关系是通过第三方节点将多个节点关联起来。

Relation Protocol对于Relationship也定义了两个模块：

* follow模块： 构建点对点的单向关系
* dao模块： 构建群组性关系，即多个节点通过dao进行关联


---

# 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/protocol/protocol-zh/contract-open-standard/relationship.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.
