> For the complete documentation index, see [llms.txt](https://signature-docs.boloforms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://signature-docs.boloforms.com/api-guides/send-form-for-signing/getting-documentid.md).

# Getting documentID

### # [Dashboard](https://signature.boloforms.com/dashboard?documentType=FORM)

#### 1. Click on Forms

![Step 1 screenshot](https://images.tango.us/workflows/002b7f21-b8a6-4b9d-9d16-b9d6db2179c8/steps/e3ed1f87-3755-4098-b893-019e2e882bca/770066fc-7c58-4ece-a98f-bfddee9cdf41.png?crop=focalpoint\&fit=crop\&fp-x=0.0717\&fp-y=0.3037\&fp-z=2.3400\&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=23\&mark-y=303\&m64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL2JsYW5rLnBuZz9tYXNrPWNvcm5lcnMmYm9yZGVyPTYlMkNGRjc0NDImdz0zNTgmaD0xMzYmZml0PWNyb3AmY29ybmVyLXJhZGl1cz0xMA%3D%3D)

#### 2. Click on Responses

![Step 2 screenshot](https://images.tango.us/workflows/002b7f21-b8a6-4b9d-9d16-b9d6db2179c8/steps/9e5ad479-c19f-428c-b746-f22d3a1ec6ca/1c7f8ce6-6cae-4b09-b526-3b9e5603c714.png?crop=focalpoint\&fit=crop\&fp-x=0.6813\&fp-y=0.2950\&fp-z=2.8419\&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=487\&mark-y=318\&m64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL2JsYW5rLnBuZz9tYXNrPWNvcm5lcnMmYm9yZGVyPTYlMkNGRjc0NDImdz0yMjYmaD0xMDUmZml0PWNyb3AmY29ybmVyLXJhZGl1cz0xMA%3D%3D)

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

{% hint style="info" %}

```html
URL = https://signature.boloforms.com/form?id=14HFt9k8LejkkfenLh_uJdybxOJw2QcoLNL4aDqx8FXOepXGfY
id = 14HFt9k8LejkkfenLh_uJdybxOJw2QcoLNL4aDqx8FXOepXGfY
```

{% endhint %}

<br>


---

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