# AI assistant

{% hint style="info" %}
This feature is in beta version.&#x20;
{% endhint %}

### What is AI assistant?

AI Assistant helps you write specific parts of your blog post without leaving the editor. Instead of generating a full article, it creates individual content pieces optimized for SEO.

### What it generates? <a href="#what-it-generates" id="what-it-generates"></a>

AI Assistant provides writing suggestions for six content types:

| Content type        | What it does                                                |
| ------------------- | ----------------------------------------------------------- |
| **SEO Title**       | Generates optimized meta titles and headlines for your post |
| **SEO Description** | Creates meta descriptions that improve click-through rates  |
| **SEO Outline**     | Suggests a structured heading outline for your post         |
| **Introduction**    | Writes an opening paragraph to hook readers                 |
| **Blog post idea**  | Suggests topic angles and content ideas based on your input |
| **Conclusion**      | Generates a closing paragraph that wraps up the post        |

### How to use <a href="#how-to-use" id="how-to-use"></a>

{% stepper %}
{% step %}

### **Open AI Assistant**&#x20;

In the blog editor, click the AI Assistant icon in the left sidebar. A panel opens with the list of content types.
{% endstep %}

{% step %}

### Pick a content type&#x20;

Select what you want to generate (e.g., SEO Title, Introduction, Conclusion).
{% endstep %}

{% step %}

### Provide details

Fill in the required fields depending on the content type. Common fields include:

* **Topic**: what the post is about
* **Main keyword**: the primary SEO keyword
* **Post type**: Navigational, Informational, Tutorial, Commercial, or Transactional
* **Language**: output language
* **Tone**: writing style (formal, casual, friendly, etc.)
* **Audience**: who the post is for
* **Key points**: specific points to cover
  {% endstep %}

{% step %}

### Generate

Click Generate. The AI produces one or more suggestions.
{% endstep %}

{% step %}

### Review and apply

Review the suggestions, regenerate if needed, then copy or insert the content into your post.
{% endstep %}
{% endstepper %}

<figure><img src="https://386309109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAmPCDHs9RbAEkSoOXwBB%2Fuploads%2F6EJFieuTFTpZfRBWPXdN%2Fimage.png?alt=media&#x26;token=ab782fae-28d6-48bf-8576-583e6530bd56" alt=""><figcaption></figcaption></figure>

<figure><img src="https://386309109-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAmPCDHs9RbAEkSoOXwBB%2Fuploads%2FCEoySfAY2RNpgjKKnlPo%2Fimage.png?alt=media&#x26;token=76432160-6991-4eb8-8b0d-b067b6fbfdb9" alt=""><figcaption></figcaption></figure>

### Tips for better results <a href="#tips-for-better-results" id="tips-for-better-results"></a>

* **Be specific with your topic** - "Email strategies to reduce cart abandonment" works better than "email marketing".
* **Highlight audience pain points** - Tell the AI who your readers are and what problems they face.
* **Define clear objectives** - Specify what the content piece should achieve (inform, persuade, guide).
* **Use the right post type** - A how-to guide should be "Tutorial", a product comparison should be "Commercial".

### Notes <a href="#notes" id="notes"></a>

* AI Assistant generates individual content pieces, not full blog posts. For complete articles, use AI Writer or Quick AI Writer.
* Each generation consumes AI credits.
* You can regenerate suggestions if the first result doesn't match your needs.

{% content-ref url="googles-guidelines" %}
[googles-guidelines](https://help.seoon.io/ai-writer/googles-guidelines)
{% endcontent-ref %}


---

# 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/ai-writer/ai-assistant.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.
