> 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/forms-signature/creating-signature-forms.md).

# Creating Signature Forms

{% embed url="<https://youtu.be/sUwpaRmevbo>" %}

#### Go to [BoloForms Signature](https://signature.boloforms.com/create)

1. Click on the Form option to add signatures to your form and to create a form using BoloForms.

<figure><img src="/files/3N1PxQSCV3USmvyd3rDW" alt="select form on dashboard"><figcaption></figcaption></figure>

2. You can add questions by clicking on the Plus sign on the side menu.

<figure><img src="/files/NILz8UHZaDYZqG6Nw5ah" alt="add questions"><figcaption></figcaption></figure>

3. You can choose different types of question options from the drop-down menu including Signatures.

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

4. Select the Signature option to add the Signature row.

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

5. Click on the selected sign to add another page to your form.

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

6. You can also alter the theme settings by clicking on the pallet sign in the top right corner. The Theme settings consist of different options such as templates, font, accent colors, and background colors.

<figure><img src="/files/7pJw8OmHx4pUMuJMIkqw" alt="theme settings"><figcaption></figcaption></figure>

7. Click on the Customize PDF button in the top right corner to add a PDF to your Form.

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

8. Add the PDF then click on Continue.

<figure><img src="/files/d9hNAcBIHOCESx16skyP" alt="click continue"><figcaption></figcaption></figure>

9. Add the field that needs to be added under the "Pick questions from your form" and then click on save.

<figure><img src="/files/BYoqRdp6p4sB4yPcRXf3" alt="save button"><figcaption></figcaption></figure>

10. &#x20;Click on send to share the Form.

<figure><img src="/files/UJBKqFmoFMso5oEDjGHI" alt="click on send"><figcaption></figcaption></figure>

11. You can either send the form through mail or alternatively share the link or embed the form as an HTML code.

<figure><img src="/files/Ehv4ZseVtqcdH9mznLtZ" 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://signature-docs.boloforms.com/dashboard-guides/forms-signature/creating-signature-forms.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.
