> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/blog/getting-started/article-basics.md).

# 記事の基本

### 記事作成の流れ（概要）

ブログ記事を新しく作成したり、既存の記事を編集したりするには、［投稿を追加］をクリックするか、編集したい記事のタイトルをクリックします。

すると、記事エディターが開きます。

![](/files/1OnKHGBWZ9lP6yqJommW)

記事エディターでは、次の操作ができます。

* 記事のメイン画像（またはメディア）を変更する
* 記事タイトルを設定する（※これはSEOのH1見出しにもなります）
* 記事の概要（サマリー）を追加する
  * 概要はブログの一覧ページに表示されます
  * さらにSEOのメタディスクリプションとしても使われます
* ドラッグ＆ドロップのビルダーで記事本文を作成する
* 記事ごとの設定を調整する

{% hint style="success" %}
**ブログ概要（サマリー）が思いつかないとき**\
何を書けばいいか迷う場合は、AIライティングアシスタントを使ってください。記事本文の内容をもとに、概要文を自動で作成してくれます。
{% endhint %}

### ［更新］と［下書き］の違い

どちらも「保存」ボタンですが、役割が違います。

#### 記事を公開する（更新）

［更新］を選ぶと、記事が公開され、サイトのブログに表示されます。\
すでに公開済みの記事の場合は、変更内容が反映されて更新されます。

#### 下書きとして保存する

あとで続きを書きたい場合は、［下書き］を押して保存してください。公開はされず、下書きとして残ります。


---

# 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://docs.opusbooster.com/blog/getting-started/article-basics.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.
