> For the complete documentation index, see [llms.txt](https://relationlabs.gitbook.io/protocol/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/protocol/contract-open-standard/publication.md).

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