> 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/how-pave-works/capture-link.md).

# Capture Link

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

1\) From your dashboard, select 'Send Inspection'.

<figure><img src="/files/do45WgfxrlSNCJ6siTjm" alt=""><figcaption><p>Step 1: Click 'Send Inspection'</p></figcaption></figure>

2\) Enter the details as shown and click 'Send Inspection'

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

{% hint style="info" %}
If you would also like to send the inspection results to the inspector, then select the ' Send Inspection results to this number' check box as well. The inspector will then get a SMS with a link to the inspection results.
{% endhint %}

{% hint style="info" %}
You can send multiple captures to the same person, enter the number of inspections, and the recipient will receive the links.
{% endhint %}

{% hint style="info" %}
If you know the language preference of the recipient, selecting locale will translate their instructions. We will be adding several language preferences soon.
{% endhint %}

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

With no downloads required, the recipient can start their capture by just clicking this link.

<figure><img src="/files/c9BHMQyQNAfZM3Ka3LjD" alt=""><figcaption></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/how-pave-works/capture-link.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.
