# Create blog post

{% hint style="info" %}
**Who can use this feature?**

* This feature is available for all users
  {% endhint %}

### How to create blog post

{% stepper %}
{% step %}

#### Go to Content manager

{% endstep %}

{% step %}

#### Click Create post

{% endstep %}

{% step %}

#### Select how to write blog post

* Start from scratch: Create blog posts manually
* Start with AI writer: Generate outline for blog post with AI
  {% endstep %}

{% step %}

#### Click **Save**

If you set the blog's visibility as **Visible**, your blog will be published after saving.
{% endstep %}
{% endstepper %}

{% embed url="<https://app.arcade.software/share/lGn3LgxwqgGbVGi8O97M>" %}

#### Autosave

While you are writing blog posts, we help save your progress with autosave.&#x20;

It safeguards your work against accidental closures, power outages, or system crashes. You don't have to manually save blog posts frequently, streamlining your writing workflow.

To turn on autosave, go to **Settings** and turn on **Autosave**. (Autosave is still in development, click **Contact us** for assistance)

#### Version history

A version history, also known as a change log or release notes, is a record of changes made to your blog posts over time. It's like a timeline that shows how your blog post has updated.

In blog builder, on the top right corner, click **Version history**.

Each version specifies when the version was released.

You can view, rename, delete or restore a version.

### Settings

In **Settings,** you can select how search engines react with your blog.

* Index: Allow search engines to read, discover and show your blog post in search results.
* Follow: Allow search engines to discover and index all the links in your blog post.

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


---

# 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://help.seoon.io/blog/create-blog-post.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.
