# Posts

## How to create a new Blog Post

{% hint style="info" %}
Interested in building your blog on Mavenseed? We wrote a whole article on that! [Read it on our blog.](https://mavenseed.com/articles/start-your-blog-with-mavenseed-no-setup-costs-and-your-own-domain-name)
{% endhint %}

Login to your Mavenseed account from <https://mavenseed.com> at the top right, or in the bottom right corner of the footer. Visit your Site admin through the Account tab, or by clicking on your sites name through the Avatar dropdown menu.&#x20;

![](/files/-L_udUga9ix4SBDLYCUH)

Click on **Content** then **Posts** in the left-hand side Menu, and then the green New Post on the right side of the page.&#x20;

![](/files/-MLtOvJcVJPurl1AA86M)

* **Title:** What is the title of your Blog post? Keep in mind what people may search to find this topic. Make it relevant and compelling. *Avoid click-bait activities!*&#x20;
* **Excerpt:** This is your elevator pitch. Keep it brief. This text is displayed next to the image thumbnail on your site.&#x20;
* **Categories:** To help sort content or to create custom navigation links add custom [categories](/creating-content/categories.md) to your content.&#x20;

![Example of a post with an Exerpt](/files/-L_ufLCKYkQ3AvamHj59)

**Click Continue** to create your post, and begin adding in additional information.&#x20;

![](/files/-MLtPKtOGJabnSb9_KGk)

* **Status:** Draft, Published or Scheduled. As the logged in admin on the account you can preview a draft,
* **Post Content:** Craft efficient, compelling text in the body of the post.&#x20;
* **Select Authors:** The author dropdown list will list out all of the invited collaborators to the site. This will publicly display who was the author of the content on the course's page.&#x20;
* **Post Image:**  This is your attention grabbing feature image in the right hand side,

### Edit Published At Date

![](/files/-MQNkq3_-EXtxT9maXsV)

You can now adjust the published date on a blog post. Posts are also now filtered by published at date which you may adjust.&#x20;

{% hint style="info" %}
If you're curious how your Blog post will look. Save it and click the View Post button in the upper right corner. Here is an example of what one may look like.
{% endhint %}


---

# 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://docs.mavenseed.com/creating-content/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.
