> For the complete documentation index, see [llms.txt](https://guide.geyser.fund/geyser-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.geyser.fund/geyser-docs/product-guides/project-features/publish-posts.md).

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