# Overview

SEO On Blog offers multiple ways to generate blog content with AI, each suited for different workflows:

| Feature         | Best for                                                                     | Access                                            |
| --------------- | ---------------------------------------------------------------------------- | ------------------------------------------------- |
| Quick AI Writer | Fast drafts from a simple prompt                                             | Dashboard → "What would you like to write today?" |
| AI Writer       | Full-length, structured posts with SEO settings                              | Content Manager → Create new post → AI Writer     |
| AI Assistant    | Writing suggestions for individual content pieces (title, outline, intro...) | Blog editor → AI Assistant sidebar                |
| AI Inline       | Quick edits on selected text — improve, shorten, expand, fix grammar         | Blog editor → Select text → AI button             |

### How they compare <a href="#how-they-compare" id="how-they-compare"></a>

* **Quick AI Writer:** One prompt, one post. Fastest way to go from idea to draft. Supports PDF upload and product data as context.
* **AI Writer:** 3-step guided flow (Configure → Outline → Generate). Gives you full control over keywords, structure, tone, and post type before generating.
* **AI Assistant:** Works inside the editor. Generates individual content pieces (SEO title, description, outline, introduction, blog post idea, conclusion) without leaving your post.
* **AI Inline:** Select any text in the editor and apply quick AI actions: improve writing, check grammar, make shorter/longer, or adjust tone.

### AI credit usage <a href="#ai-credit-usage" id="ai-credit-usage"></a>

All AI writing features consume credits. Credit cost depends on the action and AI model used. Check your remaining credits in the top bar of the app.


---

# 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/overview.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.
