> For the complete documentation index, see [llms.txt](https://docs.ocutrap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ocutrap.com/faqs/manually-taking-an-image.md).

# Manually taking an image

You can request a fresh photo of the inside of your trap at any time. On the trap's detail screen, the live image sits in the center with four controls in the corners around it.

<div align="center"><figure><img src="/files/h9Z5SSv9Hd3SRErCQtje" alt="" width="375"><figcaption></figcaption></figure></div>

| Icon            | Corner       | What it does                                    |
| --------------- | ------------ | ----------------------------------------------- |
| Lightning bolt  | Bottom left  | **Fast image** — a quick, lower-quality photo   |
| Camera          | Top right    | **Higher-quality image** — a full-quality photo |
| Grid of squares | Top left     | **Gallery** — browse previously captured images |
| Trash can       | Bottom right | **Delete** the current image                    |

### Fast image (lightning bolt — bottom left)

Tap the lightning bolt to request an image **faster**. The trap returns a lower-quality image in exchange for the speed boost — useful when you need to check on something right now.

### Higher-quality image (camera — top right)

Tap the camera icon for a **full-quality** photo. It takes a little longer than a fast image but gives you the clearest view. See [Taking higher quality images](/faqs/taking-higher-quality-images.md).

### From the Controls popup

You can also open **Controls** and tap **Request Image** to request a photo. See [Trap Control](/getting-started/app/trap-control.md).

## See also

* [Taking higher quality images](/faqs/taking-higher-quality-images.md)
* [Deleting an Image](/getting-started/app/deleting-an-image.md) — the trash icon (bottom right)
* [Seeing Camera view](/faqs/seeing-camera-view.md)


---

# 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:

```
GET https://docs.ocutrap.com/faqs/manually-taking-an-image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
