> 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-guide/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 even easier to check.\
In addition, using the filter at the top right of the page, you can classify 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/42d8d789c70a8a842bd9267781be1272d629ebd8)

### View Render Shots

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

![](/files/8342d2a8a127957dfd5aa6b7d77c5d3bc96aebd2)

#### Enhance Quality

Enhance Quality is a feature that upgrades Standard and 2K resolution render shots to 4K. Clicking Enhance Quality triggers one more rendering pass.

* After running a test render at low quality, upgrading the scene you like to 4K lets you use time and resources efficiently.
* However, please note that using Enhance Quality will deduct from your 4K count.

![](/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

By clicking the \[More] button in the top right 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 take a render shot.

Tag Information

* Includes the product name, dimensions, price, and purchase information links.

![](/files/c0d77ce4f699d88938e51fd46e70b3585b59f308)

Manage Tags

* Turn 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/68d360bb3d45df7f74ef385cf5f57f40d2f809c4)

Where tags are used

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

## Share

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

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

## Frequently Asked Questions

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

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

* What if I need to include a tag?
  * Adjust the camera position to the same room and take the shot.
  * If an automatic tag is missing, please add the tag manually using the Add Tag feature.

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

Furniture reflected in a mirror or reflective surface 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-guide/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.
