# Publication

The act of posting content is important in social relations. It serves the following purposes:

* Enhance social relations: Posting content can enhance our connections with others, for it creates opportunities to explore shared interests. Through sharing the content we like, we can attract like-minded people and deepen each other’s connections.
* Build trust: When we post something of value, it sends a message that we are knowledgeable people. This is a great way to build trust and promote interaction.
* Expand influence: We can expand our influence by posting content. With quality content sharing, we will have more followers, thus expanding our social influence.

The Relation Protocol provides a base contract for publishing content. It has two application scenarios:

* Publish open content: Everyone can see the content without permission.
* Publish private content: Publish private content that only certain users can see.


---

# 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/contract-open-standard/publication.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.
