# Publish Posts

{% hint style="success" %}
Consistently updating your followers is a great way to keep them updated on the project and impact, and re-activated to fund.
{% endhint %}

### How to Publish A Post and send to Email

1. `Log in` and go to your project page
2. Click the `Write Post` button
3. You can **start writing** right away, adding **titles**, **tables**, **pictures** and **videos**. The format follows the Markdown
4. You can Link a Reward or Goal. This will make the Post viewable from the linked Rewards and Goals.
5. You can add a Post Type to your post: This might be any of the following:
   * Announcement
   * Feedback request
   * Behind the scenes
   * Impact
   * Goal - new
   * Goal - update
   * Goal - reached
   * Reward - new
   * Reward - update
6. When you are done, you can select `Send Post by Email`. You can then Select who this Email should be sent to: Followers (everyone), Contributors, and or Reward buyers.&#x20;
7. Then, you'll should see the number of emails your Post will be sent to. You can then send Publish and the email will be sent out.


---

# 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://guide.geyser.fund/geyser-docs/product-features/project-features/publish-posts.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.
