# Custom Capture

**Custom Content-Driven Photos**

The Custom Capture feature allows users to set up their desired custom content-driven photo capture flow based on their requirements for any specific API key within their account.&#x20;

If selected, this would add this customized capture flow to the end of the inspection capture process. The client can create an unlimited number of these flows that they can attach to any specific API key.

**Step 1: Activation on Your Account**

First, the feature must be activated for your Enterprise account. Please ask your Client Support Manager to activate this feature to your account.<br>

**Step 2: Setting up a Custom Capture Flow**

<figure><img src="/files/rLjJjl2EQQToT6dcIKc4" alt=""><figcaption></figcaption></figure>

**PAVE Dashboard**&#x20;

To use this feature on the PAVE dashboard,  select the "CUSTOM CAPTURE" section inside "SETTINGS"

#### Video Tutorial on setting up a Custom Capture Questionaire.&#x20;

{% embed url="<https://www.youtube.com/watch?v=yLMRxsANkf0>" %}

<figure><img src="/files/cToGzi6qsORGQesaAZQH" alt=""><figcaption></figcaption></figure>

| Question Type | Description                                                                                          |
| ------------- | ---------------------------------------------------------------------------------------------------- |
| Yes/No        | Design a True or False response, and ask for a photo depending on the response, if required          |
| Text Entry    | The user is provided a text box to input their answer, and a photo attachment can also be requested. |
| Capture Photo | No response field. The user simply submits additional photos.                                        |

<figure><img src="/files/8E1oYIFwHLjzCwYpvJZM" alt=""><figcaption><p>Sample Yes/No Question</p></figcaption></figure>

**Step 3: Adding Custom Photo Capture Flow to API Key**

To setup the Custom Photo Capture, user can select in API-KEY section.

1. Select the "Inclue Custom Photo Capture Flow" in Create or Edit API Key
2. Select the Flow user desire.
3. Save Changes and everything will be ready.&#x20;

<figure><img src="/files/xKSy2m159C1ZRU8iIR5E" alt=""><figcaption></figcaption></figure>

**CaptureUI**

The end user will see the custom capture flow at the end of the inspection process. Below is a sample screenshot:

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

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

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

**API-Response**

```
"forms": {
        "data": {
            "exterior": {
                "do_you_have_a_roof_rail": true
            },
            "interiors": {
                "is_the_seatbelt_still_intact": true,
                "does_the_vehicle_have_leather_seats": false
            },
            "vehicle_information": {
                "make": "Volkswagen",
                "model": "Golf",
                "model_year": "2015"
            }
        },
        "attachments": {
            "exterior": {
                "do_you_have_a_roof_rail": [
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "size": 1983370,
                        "filename": "user_form-9b0d41ca-0966-4c99-b670-6faf2742e53e.jpg",
                        "extension": "jpg"
                    },
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "size": 1984286,
                        "filename": "user_form-9b0d41e1-8dc7-49d6-9ca2-52f21646e988.jpg",
                        "extension": "jpg"
                    }
                ]
            },
            "interiors": {
                "is_the_seatbelt_still_intact": [
                    {
                        "url": "https:\/\/openapi-cdn.paveapi.com\/sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "path": "sessions\/sessions\/2024-01\/UDB-I7JYMSFWMU\/forms\/user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "size": 2003328,
                        "filename": "user_form-9b0d41a9-33d6-4551-ac26-2fe9045597de.jpg",
                        "extension": "jpg"
                    }
                ]
            }
        }
```

#### Sample JSON

{% file src="/files/JF8qsY6Doq5GSBqMGjbd" %}


---

# Agent Instructions: 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://guides.pave.ai/enterprise-dashboard/user-feature-walkthrough/custom-capture.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.
