> 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.md).

# 初期設定と基本手順

ブログの作業を始めるには、［ページ］メニューの中にある［ブログ］をクリックします。

{% hint style="info" %}
［ブログ］が表示されていない場合は、\[+新しく追加する]をクリックし、\[ブログ]を追加してください。
{% endhint %}

![ブログメニュー](/files/P92OIvHVvuk0I7EXCwbZ)

すると、ブログ一覧のページが開き、新しい記事の追加などができるようになります。

![ブログ投稿一覧](/files/XlreGw5uyBxXiVtcHOaU)

この画面では、次の操作ができます。

* 表示を切り替える（すべて／公開済み／下書き／ゴミ箱）
* ブログのヘッダー・サイドバーを編集する
* 記事を追加する
* 選択した記事を削除する
* ブログ設定を変更する
* 記事一覧を確認する（コメント／著者／公開日も表示）
* 記事を複製する
* 記事をプレビューする


---

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