> 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 Shots

On the Render Shot page, you can view all captured render shots at a glance, making management very convenient.\
Detailed information such as the type, resolution, and capture time of each render shot is also provided, making it easier to review.\
In addition, you can use the filter in the upper-right corner of the page to categorize render shots by the type you want, such as first-person view, floor plan, aerial view, or panorama, making it even more efficient to use.

![](/files/42d8d789c70a8a842bd9267781be1272d629ebd8)

### View Render Shots

* Click a render shot to view the image in a larger size, and 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/8342d2a8a127957dfd5aa6b7d77c5d3bc96aebd2)

#### Enhance Quality

Enhance Quality is a feature that upgrades render shots in Standard and 2K resolution to 4K. When you click Enhance Quality, rendering will run once more.

* After running a test render in low quality, you can efficiently use time and resources by upgrading the scene you like to 4K.
* However, please note that using Enhance Quality will deduct 4K credits.

![](/files/d5463a5d446a59826880c40393bf2c17cdf9a297)

#### Download

You can save the render shot to your computer, and the file will be saved in PNG format.

#### Delete

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

#### Set as Project Cover

If you click the \[More] button in the upper-right corner of a render shot, you can 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 in a clean, intuitive way.

![](/files/f0a4c23acdcf63bbe2a47ebca955f4bcedcd6d44)

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

## Tags

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

Tag Information

* This includes the product name, dimensions, price, purchase information link, and more.

![](/files/c0d77ce4f699d88938e51fd46e70b3585b59f308)

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 tags you don't want.

![](/files/68d360bb3d45df7f74ef385cf5f57f40d2f809c4)

Where Tags Are Used

* Share Render Shot
* Publish project
* Portfolio
* Design Community

## Share

You can also share the page on a render-shot basis.

* When you click the Share button, the link is copied to your clipboard so you can paste it wherever you want.

## Frequently Asked Questions

#### The render shot tags aren't showing.

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

* What if I must 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 Tag feature.

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

Furniture reflected in mirrors or reflective surfaces can be seen when rendering in 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.
