> For the complete documentation index, see [llms.txt](https://docs.paveapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paveapi.com/integrations/optional-customizations/capture-only-theme-capt/skip-pictures.md).

# Skip Pictures

The new 'Skip Photo' feature allows the PAVE inspectors using the CAPT theme, the ability to skip one or more images during an inspection if the need so arises, and still complete an inspection and produce a condition report with the remaining images.

**Steps Involved**

Step 1: Set up a new [API Key ](broken://pages/bXlr6VQBbX5aAkWxHJqT)for CAPT (or use an existing CAPT theme API Key)

As this feature is only available for CAPT theme users, it will only apply to inspections done on an API key with the default theme set as CAPT. Therefore, first set up a new CAPT themed key or ensure an exiting CAPT themed key is used to start the inspection.&#x20;

Toggle ON the 'ALLOW SKIPPABLE' button to turn ON this feature. \
Similarly, toggle OFF the 'ALLOW SKIPPABLE' button to turn OFF this feature, if required in future.

<figure><img src="/files/XO5QHLJ3bbPNrNcDI6sy" alt=""><figcaption><p>Setting up the Skip Photo feature</p></figcaption></figure>

{% hint style="info" %}
This feature is optional and can be enabled by toggling ON the 'ALLOW SKIPPABLE' option
{% endhint %}

Step 2: 'Skip Picture' feature on the Capture Screen

Once an inspection is sent from a CAPT themed Key is started, the inspector will notice an option (icon is highlighted in yellow) to skip that photo

<figure><img src="/files/XPzEArl8XKo0BsvjG2jR" alt=""><figcaption><p>Click the 'Skip Photo' icon highlighted in Yellow</p></figcaption></figure>

When the 'Skip Photo' icon is selected, it presents a confirmation screen as shown below

<figure><img src="/files/LGFif4EXbg3wMwRmALt1" alt=""><figcaption><p>Click Confirm to Skip the Photo</p></figcaption></figure>

Selecting **'Confirm'** skips that photo and moves to the next photo to be capture, or ends the session in case this was the last image to be captured.&#x20;

Selecting **'Back'** closes the 'Confirm' screen and takes you back to the capture screen for this photo again.

{% hint style="info" %}
NOTE: At least one image is required to be captured
{% endhint %}

In case all capture images have been skipped , then the Capture UI will **not allow** the last image to be skipped too. This is done to prevent a blank condition report to be generated. \
\
The following prompt will be displayed on the last image if all prior images were skipped:

<figure><img src="/files/xYc0dZ18xeKA5lV8OxFI" alt=""><figcaption><p>At least one image is required to be Inspected</p></figcaption></figure>


---

# 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.paveapi.com/integrations/optional-customizations/capture-only-theme-capt/skip-pictures.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.
