> 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/dashboard-guides.md).

# Dashboard Guides

- [Single PDF Signature](https://signature-docs.boloforms.com/dashboard-guides/single-pdf-signature.md)
- [Send Signature Request](https://signature-docs.boloforms.com/dashboard-guides/single-pdf-signature/send-signature-request.md)
- [How Signing Works?](https://signature-docs.boloforms.com/dashboard-guides/single-pdf-signature/how-signing-works.md): This posts shows the process on how the Recipient can sign the Document
- [Documents Dashboard](https://signature-docs.boloforms.com/dashboard-guides/single-pdf-signature/documents-dashboard.md): Overview of Documents Dashboard
- [Download Signed Documents](https://signature-docs.boloforms.com/dashboard-guides/single-pdf-signature/download-signed-documents.md)
- [Tracking Signature History](https://signature-docs.boloforms.com/dashboard-guides/single-pdf-signature/tracking-signature-history.md)
- [Forms Signature](https://signature-docs.boloforms.com/dashboard-guides/forms-signature.md)
- [Creating Signature Forms](https://signature-docs.boloforms.com/dashboard-guides/forms-signature/creating-signature-forms.md)
- [Forms Dashboard](https://signature-docs.boloforms.com/dashboard-guides/forms-signature/forms-dashboard.md)
- [Sending Signature Forms](https://signature-docs.boloforms.com/dashboard-guides/forms-signature/sending-signature-forms.md)
- [Tracking Signature Responses](https://signature-docs.boloforms.com/dashboard-guides/forms-signature/tracking-signature-responses.md)
- [Send Bulk Signature Requests](https://signature-docs.boloforms.com/dashboard-guides/forms-signature/send-bulk-signature-requests.md)
- [Customize PDF](https://signature-docs.boloforms.com/dashboard-guides/forms-signature/customize-pdf.md)
- [Teams](https://signature-docs.boloforms.com/dashboard-guides/teams.md)
- [Collaborators](https://signature-docs.boloforms.com/dashboard-guides/teams/collaborators.md): This Post describes how to manage Collaborator on your BoloForms Signatrue Team
- [PDF Templates](https://signature-docs.boloforms.com/dashboard-guides/pdf-templates.md): Create your own PDF Templates and get it signed in a simple and hassle free way.
- [Generating PDF Template](https://signature-docs.boloforms.com/dashboard-guides/pdf-templates/generating-pdf-template.md)


---

# 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/dashboard-guides.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.
