> 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/sns-unyou-ai/features/image-library.md).

# 画像ライブラリの使い方

## 概要

画像ライブラリは、投稿生成時にSNS運用AIが使用する画像を管理する機能です。ここに画像を追加しておくと、以降に生成される投稿にその画像が使われるようになります。

## 画像の追加方法

「ライブラリ」から「メディア」タブを開くと、画像ライブラリが表示されます。画像の追加方法は次の3つです。

* 画像をアップロードする
* ストック画像を検索する
* 自分のWebサイトから画像を取り込む

画像を追加したら、投稿画面で「生成」をクリックするだけで、新しく作られる投稿にその画像が反映されます。投稿を編集しているときにも、画像ライブラリから直接画像を選んで差し替えることができます。

## 画像の取得元を設定する

デフォルトでは、SNS運用AIは「画像ライブラリの画像」と「ストック画像」の両方を組み合わせて投稿に使用します。

取得元を変更したい場合は、画像ライブラリの「設定」から調整できます。

* 画像ライブラリ + ストック画像(デフォルト)
* 画像ライブラリのみ(ストック画像を無効化)

ストック画像を無効化すると、投稿に使われる画像を完全にコントロールできるようになりますが、その分バリエーションは少なくなります。

## 画像の関連度(バリエーションの改善)

画像には「関連度」という考え方があり、SNS運用AIはあまり使われていない画像を優先的に選ぶようになっています。直近で使用した画像はしばらくの間選ばれにくくなるため、同じストック画像が繰り返し使われることが減り、投稿全体のバリエーションが向上します。


---

# 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/sns-unyou-ai/features/image-library.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.
