# How to publish Pact's updates?

pact.social offers an update system. Only the Pact’s creator can publish these updates. This can be, for example, to rectify data written in the pact. Or, it may be to encourage the community to share even more in order to reach a signature volume goal. It can also be used to keep the community informed about the progress on the cause.

Updates are displayed in the Updates tab of the Pact detail page. Each update includes a title, a description, a date and the signature of the Pact’s creator.

1️⃣ Connect with the wallet you used to create the Pact

2️⃣ Open your Pact and click on "Update" tab then click on "Post an Update"

<figure><img src="/files/fBOPidWLncpqVvvz8W4E" alt=""><figcaption></figcaption></figure>

3️⃣ Fill a Title, a Description, the Content  and an image if you want. You can "Save as a Draft" or "Push Live". The update will be visible by everyone below the Pact itself and under the "Updates" tab.


---

# 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://pact-social.gitbook.io/pact.social/faq/how-to-publish-pacts-updates.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.
