> For the complete documentation index, see [llms.txt](https://contentsprout-ai.gitbook.io/ai-content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contentsprout-ai.gitbook.io/ai-content/articles.md).

# Articles

We recommend starting with outlines before you write your article. If you want to use your own outline, just click the top right button.

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2F9ff99dlCFGUgeKI29aeq%2Fimage.png?alt=media&amp;token=9e3e3411-7a09-4372-85c0-9c45ccc3b344" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FCLi5gU5kS4M5qJpJhwuL%2F2024-05-16_11-43-42.gif?alt=media&amp;token=eaa6c497-849c-4d47-b72a-c401ed3ea085" alt=""><figcaption></figcaption></figure>

After a brief period of time where the AI conducts research, you will then be able to click the article and reach the outline menu.

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2Fk72PmyglP2k0Tkz9TZz7%2Fimage.png?alt=media&amp;token=414e043f-1146-44b1-8656-701c2cbf964e" alt=""><figcaption></figcaption></figure>

### Make Your Own Outline Formatting

Recommendation for best SEO ranking is to use H1s and H3s. Indicate your headers in the following format -> \
h1: title \
h2: title \
h2: title \
h3: title

In the list view, you'll see what you've created and you can make sure the outline is registered properly.

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2Fy5q4zIwfrf2rgrWtuW9q%2Fimage.png?alt=media&amp;token=b39d9b92-a5b4-4ecb-9ab4-dec88c907e40" alt=""><figcaption></figcaption></figure>

### The Article Editor (After Article is Written)

View articles inside of projects. You can bulk select articles and you can send, delete, modify status, check for plagiarism, or check for AI. You can also modify the columns in your view to only see what you care about.&#x20;

The article generator takes your outline and settings and then writes a completely optimized blog article that is structured to rank in the world of SGE and beyond. By employing Semantic SEO strategies and Entity SEO best practices, CS AI creates some of the best SEO content on the market.

The Article editor has several features that are similar to existing on-page SEO tools.&#x20;

<figure><img src="https://2004518248-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZqsXvA0cuJHriyQTzVjk%2Fuploads%2FPkJcfKDUNcvsZmpnO8gQ%2FArticle%201.png?alt=media&amp;token=a815bc35-a4dc-4bc6-a3a0-17f163a93373" alt=""><figcaption></figcaption></figure>

1. View and change the status of your articles in the left menu. Draft = Written | Published = Live on Website | Scheduled (not ready but you will soon be able to schedule your posts to publish to your WordPress site. \
   2\. Word Count, H2, H3, H4, and internal link count are all in the left-side menu.
2. Export Doc doesn't currently work, but it will export as a document.
3. Send will send the blog to the associated website.
4. Save will save all changes, which will allow you to close out without losing your progress.

You MUST save changes if you want your edits to be retained.


---

# 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://contentsprout-ai.gitbook.io/ai-content/articles.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.
