> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-jp/manage-project/render-shot.md).

# レンダーショット

レンダーショットページでは、撮影したすべてのレンダーショットをひと目で確認できるので、管理がとても便利です。\
各レンダーショットの種類、解像度、撮影日時などの詳細情報もあわせて表示され、より簡単に確認できます。\
また、ページ右上のフィルターを使って、一人称ビュー、平面図、俯瞰図、パノラマなど、希望する種類別にレンダーショットを分類して表示できるため、より効率的に使えます。

![](/files/d21ff920dcfadc6ed3f078f8ed2e4b04e813dcd1)

### レンダーショットを見る

* レンダーショットをクリックすると画像を大きく表示でき、右側で撮影情報を含む詳細を確認できます。
* 画像スコアと画像の詳細情報を通じて、撮影したレンダーショットに関する追加データを確認できます。

![](/files/90162ad70e2f3ea909c0bafb776bb5091b02d392)

#### 品質向上

品質向上は、Standardおよび2K解像度のレンダーショットを4Kにアップグレードする機能です。品質向上をクリックすると、もう一度レンダリングが行われます。

* 低画質でテストレンダリングを行った後、気に入ったシーンを4Kにアップグレードすれば、時間とリソースを効率的に使えます。
* ただし、品質向上を行うと4Kの数が差し引かれるので、ご注意ください。

![](/files/1ddbbcecd49fd1598f5ff3f3f123b3a5dd14871a)

#### ダウンロード

レンダーショットをコンピュータに保存でき、ファイルはPNG形式で保存されます。

#### 削除

レンダーショットをプロジェクトから削除します。削除されたレンダーショットは復元できないのでご注意ください。

#### プロジェクトカバーに設定

レンダーショット右上の［もっと見る］ボタンをクリックすると、そのレンダーショットをプロジェクトカバーに設定できます。\
気に入ったレンダーショットをカバーに設定すると、マイプロジェクトのサムネイルとして表示されます。\
これにより、プロジェクトを視覚的により簡単に区別でき、すっきりと直感的に管理できます。

![](/files/6a838fef94c8de5259a8780af19436ecf8305730)

{% hint style="info" %}
複数のプロジェクトをひと目で確認する必要があるとき、カバー画像のおかげでより効率的に作業できます！
{% endhint %}

## タグ

アーキスケッチでは、レンダーショットを撮影すると製品情報タグが自動で追加されます。

タグ情報

* 製品名、寸法、金額、購入情報リンクなどが含まれます。

![](/files/0741cdda6ab41e90ad7999a8bcdcbf644ef46dc2)

タグを管理する

* タグのオン/オフ：タグを表示・非表示に切り替えて視覚的に調整できます。
* タグを追加：自動タグが不足している場合、手動で追加できます。
* タグを削除：不要なタグを削除できます。

![](/files/4dc1a3083faf8490a0368d7cd318e2e3d005a5f8)

タグが使われる場所

* レンダーショット共有
* プロジェクトを公開
* ポートフォリオ
* デザインコミュニティ

## 共有

レンダーショット単位でもページを共有できます。

* 共有するボタンをクリックすると、リンクがクリップボードにコピーされ、好きな場所に貼り付けられます。

## よくある質問

#### レンダーショットのタグが表示されません。

レンダーショットの自動タグは、同じ部屋内にある製品をカメラが認識して撮影したときに生成されます。\
カメラクリップを使って別の部屋を撮影した場合、タグが付かないことがあります。

* タグを必ず入れる必要がある場合は？
  * カメラ位置を同じ部屋に合わせて撮影してください。
  * 自動タグが抜けていた場合は、タグ追加機能を使って手動でタグを追加してください。

#### 鏡に反射した物が見えません。

鏡や反射面に映った家具は、4K以上の解像度でレンダリングすると確認できます。


---

# 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.archisketch.com/guide/user-jp/manage-project/render-shot.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.
