> 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 see 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 check.\
In addition, using the filter at the top right 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, and panorama, making it even more efficient to use.

![](/files/ae49b71e2f805cf40110aa12d12f0423936d0dff)

### 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/5417fbfc8af0934a6e56753cb177cba18bb00158)

#### Improve Quality

Improve Quality is a feature that upgrades Standard and 2K resolution render shots to 4K. Clicking Improve Quality will render it again.

* If you do a test render at lower quality and then upgrade the scene you like to 4K, you can use time and resources more efficiently.
* However, please note that using Improve Quality will deduct 4K credits.

![](/files/a7c10afbef647d6728db624b14db8cede0dcf810)

#### Download

You can save the render shot to your computer, and the file will be 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

If you click the \[More] button at the top right of the render shot, you can set that render shot as the project cover.\
When 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/dd4c2bf14610091c2553b4172824f4e4b9108f8c)

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

## Tag

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

Tag Information

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

![](/files/c3143515e6c9563e17ff0e598ab5d08651d8d6f2)

Manage Tags

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

![](/files/1f1168327de6de5f08fd8ce3556fb3a120ae7160)

Where tags are used

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

## Share

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

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

## Frequently Asked Questions

#### The render shot tags are not 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 attached.

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

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

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