> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/add-ins/snap-view.md).

# Snap View

With Snap View, you can instantly turn your Revit views into images — making documentation faster and more efficient than ever.

<figure><img src="/files/VVZyL3JrutssiX0HkmlM" alt=""><figcaption><p>Quickly capture and export your Revit views as images.</p></figcaption></figure>

## Features

* [Snap View Setting ](/docs/add-ins/snap-view/snap-view-setting.md):\
  Build Your Own Capture Style! - Combine these features to create your own capture button — just copy, just save, or both!
  * **Instant Preview**\
    Preview your view image instantly before copying or saving.
  * **Copy to Clipboard**\
    Quickly copy the captured image for use in emails, documents or chats.
  * **Auto Save**\
    Automatically saves each captured image to a designated folder without any prompts.
  * **Image Quality**\
    Choose the image format (e.g., JPG, PNG...) and set your preferred resolution (DPI).
  * **Capture Only the Crop Region**\
    Optionally capture only what’s visible inside the view’s crop box.

## Notes

* If **both Copy and Auto Save are off**, **Preview is automatically enabled**.
* Snap View is perfect for documentation, presentations, BIM reviews, and backup purposes.

{% embed url="<https://youtu.be/busIdiJ9_7k?si=ow8cxFFsu5hwqhRl>" %}


---

# 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://bimil.gitbook.io/docs/add-ins/snap-view.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.
