# Getting documentID

### #[Go to template section](https://signature.boloforms.com/dashboard?documentType=PDF-TEMPLATE)

#### 1. Click on Responses

<figure><img src="/files/9W6UiP8IjnwyaLZnVt3v" alt=""><figcaption></figcaption></figure>

![Step 1 screenshot](https://images.tango.us/workflows/b21bdec1-9c6a-40e4-8329-ff18cb99ac0b/steps/594c6d9e-393d-4ada-8ed4-0c3a65ae5875/d2a22cae-88ef-44dc-89b1-b71142031130.png?crop=focalpoint\&fit=crop\&fp-x=0.5586\&fp-y=0.2950\&fp-z=2.7296\&w=1200\&border=2%2CF4F2F7\&border-radius=8%2C8%2C8%2C8\&border-radius-inner=8%2C8%2C8%2C8\&blend-align=bottom\&blend-mode=normal\&blend-x=0\&blend-w=1200\&blend64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmstdjIucG5n\&mark-x=491\&mark-y=320\&m64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL2JsYW5rLnBuZz9tYXNrPWNvcm5lcnMmYm9yZGVyPTYlMkNGRjc0NDImdz0yMTcmaD0xMDEmZml0PWNyb3AmY29ybmVyLXJhZGl1cz0xMA%3D%3D)

2. Copy the documentId from the URL it should look like it will be used to send request in the [next section](/api-guides/send-pdf-template-for-signing/sending-for-signing.md)

{% hint style="info" %}

```html
URL = https://signature.boloforms.com/template/respondents?documentId=42d3b486-g946-4744-86cb-7ee25f634576
documentId = 42d3b486-g946-4744-86cb-7ee25f634576
```

{% endhint %}

```html
```


---

# 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://signature-docs.boloforms.com/api-guides/send-pdf-template-for-signing/getting-documentid.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.
