> 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/e2bd5c3e258a4c71998f990db1069133affada10)

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

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

![](/files/07add44626674652b45c5bcc7dce9cf72d0c5a8a)

#### 品質を上げる

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

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

![](/files/2b15737d4359b1f38afbb7e4addb07eb08982d41)

#### ダウンロード

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

#### 削除

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

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

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

![](/files/3bca368a44b57af95348ecab6c8f131ea91fd002)

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

## タグ

Archisketchでは、レンダーショットを撮影するときに製品の情報タグが自動で追加されます。

タグ情報

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

![](/files/a7b67bb3ed3bebc21fcdc57e28e1797fc302f635)

タグを管理する

* タグのオン/オフ: タグをオン・オフして視覚的に調整できます。
* タグを追加: 自動タグが不足している場合は手動で追加できます。
* タグを削除: 不要なタグを削除できます。

![](/files/b8c35c74b1165eea39365faa3d8dba603a133749)

タグが使われる場所

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

## 共有

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

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

## よくある質問

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

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

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

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

鏡や反射面に映った家具は、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.
