> 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/article-settings/blog-article-tags.md).

# ブログ記事のタグ

タグは、記事をテーマ別に整理するのに便利です。読者も、付けたタグを使って記事を絞り込めるようになります。タグは1つの記事に複数付けられます。

### 記事にタグを付ける方法

タグを追加するには、対象の記事（投稿）を開き、[記事設定メニュー](/blog/article-settings.md)に進みます。［タグ］メニュー内の「＋」ボタンをクリックし、タグ名を入力するか一覧から選択して、保存してください。

![](/files/eicnyHuz6atNtAbV9AWd)

#### タグの表示場所

タグは、記事の本文の下に表示されます。

#### タグを好きな場所に表示する

タグは、[ブログウィジェット](/platform/widgets/blog-widget.md)を使えばサイドバー（またはサイト内の任意の場所）にも表示できます。手順は以下の通りです。

1. 表示したい場所に「ブログ」ウィジェットをドラッグ＆ドロップします。
2. ウィジェット設定のドロップダウンから［人気のタグ］を選択します。

![](/files/28Lb7dktp0xLB74Pkwtu)


---

# 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/article-settings/blog-article-tags.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.
