# Business Interface

Aside from interfaces provided by EIP6239, we also defined various interfaces on the business layer. They are for the following purposes:

* **NameService:** store users' identity
* **Relationship** build relations
  * **Follow:** to build a peer to peer relationship between users
  * **Dao:** to build a grouping relationship involving multiple users
* **Post:** post content
  * **PublicContent:** post public content
  * **PrivacyContent:** post privacy content


---

# 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/open-standard-api/overview.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.
