> For the complete documentation index, see [llms.txt](https://docs.quizsolverai.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quizsolverai.com/doc/quiz-solver-app/features/quicksnap.md).

# QuickSnap

## QuickSnap

**Instant Quiz Solving**

Snap photos of any quiz or problem, and the app's AI will instantly process and provide answers.

**Text and Math Recognition**

The app excels at recognizing both printed and handwritten text, including complex math symbols and geometry figures. QuickSnap runs on **GPT-5 vision**, so it reads handwriting, equations, charts, and diagrams natively — no separate OCR step.

<figure><img src="/files/s6aSGOdnQ4ucGwJvHCy1" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/6Jt0XKMZHCxVSocyPpbh" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/lEq62ET6o7bkpGlf6jP4" alt="" width="375"><figcaption></figcaption></figure>

### Snap → Crop → Solve

Every QuickSnap goes through a three-step flow, designed to maximize accuracy on the part of the image that actually matters:

1. **Snap** — capture the page, problem, or document using your camera or photo gallery.
2. **Auto-crop** — the app intelligently detects the question region and **suggests a crop** for you. The detected area is highlighted with a green border on the preview screen.
3. **Solve** — tap **Validate** to send the cropped image to the AI. Within seconds you get the answer plus a step-by-step explanation.

### Smart Crop

The **Smart Crop** feature analyzes the photo as soon as you take it and proposes the tightest bounding box around the actual question — cutting out distractions like page margins, headers, your finger holding the book, and unrelated content on the same page.

You can:

* **Accept the suggestion** — just tap **Validate**.
* **Adjust the crop** — tap the crop icon (top-right of the preview) to redraw the region manually if Smart Crop missed something.
* **Skip cropping** — tap **Validate** without adjusting to send the full image.

{% hint style="success" %}
Smart Crop dramatically improves accuracy on photos taken from textbooks or printed worksheets, where you often have multiple questions on the same page. By isolating the target question, the AI doesn't get distracted by surrounding content.
{% endhint %}

### Tips for best results

* **Good lighting** matters — avoid heavy shadows over the question.
* **Hold the camera parallel** to the page when possible — Smart Crop handles minor skew but extreme angles still hurt OCR.
* For **multi-step math problems**, snap the *whole problem* including any provided data tables or figures — the AI uses the full context.
* If a single image contains both the question AND the multiple-choice options, capture all of them — QuickSnap will pick the best answer from the choices.


---

# 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.quizsolverai.com/doc/quiz-solver-app/features/quicksnap.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.
