> 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-en/manage-project/render-shot.md).

# Render shot

On the Render Shot page, you can view all captured render shots at a glance, making management very convenient.\
Detailed information such as each render shot’s type, resolution, and capture date/time is also provided, making it easier to review.\
In addition, using the filters in the top-right corner of the page, you can sort and view render shots by the type you want, such as first-person view, floor plan, bird’s-eye view, panorama, and more, making it even more efficient to use.

![](/files/583782aa467f272f697d453e14b0ede91cc38fe0)

### View Render Shots

* Clicking a render shot lets you view the image larger, and you can check detailed information including capture details on the right.
* You can view additional data about the captured render shot through the image score and image details.

![](/files/c1455ab03ae70f350e667f9f0de23410886dfc74)

#### Enhance Quality

Quality Enhancement is a feature that upgrades Standard and 2K resolution render shots to 4K. When you click Quality Enhancement, rendering is performed once more.

* If you do a test render in low quality first and then upgrade the scene you like to 4K, you can use time and resources efficiently.
* However, please note that using Quality Enhancement will deduct from your 4K count.

![](/files/dd78dd13aa5c793dcfc9f64f9d6782c08b19ce70)

#### Download

You can save render shots to your computer, and the files are saved in PNG format.

#### Delete

Delete the render shot from the project. Please note that deleted render shots cannot be restored.

#### Set as Project Cover

Clicking the \[More] button in the upper-right corner of a render shot lets you set that render shot as the project cover.\
If you set a render shot you like as the cover, it will be displayed as the thumbnail for your project.\
This makes it easier to visually distinguish projects and manage them neatly and intuitively.

![](/files/a0af7f88247a52a16843b9b9c1fb773c28a8efbb)

{% hint style="info" %}
When you need to check multiple projects at a glance, the cover image helps you work more efficiently!
{% endhint %}

## Tags

In Archisketch, when you take a render shot, product information tags are automatically added.

Tag Information

* It includes the product name, dimensions, price, purchase information links, and more.

![](/files/1bcf207954a3744931288d3b04415270bb24245b)

Manage Tags

* Toggle Tags On/Off: You can visually adjust them by turning tags on and off.
* Add Tags: If an automatic tag is missing, you can add it manually.
* Delete Tags: You can remove unwanted tags.

![](/files/21a568f4a7c9cda3c30e5693681816d3cc99bccd)

Where Tags Are Used

* Share Render Shots
* Publish Project
* Portfolio
* Design Community

## Share

You can also share the page by render shot.

* Clicking the Share button copies the link to your clipboard so you can paste it wherever you want.

## Frequently Asked Questions

#### I can't see the render shot tags.

Automatic render shot tags are created when the camera recognizes and captures products in the same room.\
If you use a camera clip to capture another room, tags may not be attached.

* What if I need to include tags?
  * Adjust the camera position to the same room and take the shot.
  * If automatic tags are missing, please add them manually using the Add Tags feature.

#### I can't see objects reflected in the mirror.

Furniture reflected in mirrors or reflective surfaces can be seen when rendering at 4K resolution or higher.


---

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