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

# FAQs

<details>

<summary>What will happen to my data if I cancel my subscription?</summary>

You data will still be stored in our database even after your subscription cancellation. If you want to remove your data, please contact to us via <support@boloforms.com>.

</details>

<details>

<summary>I receive a permission error when I try to setup the Add-on</summary>

This is a known issue with Google permissions and it happens when you are logged in with more than one Google account. Try to sign out of all account except your main account. Alternatively, try Guest/Incognito mode.

</details>

<details>

<summary>Can I use the addon if my organisation does not use Google accounts?</summary>

Yes, but be aware that Form owner/adminstrator in particular still needs Google account. This is because the addon sends email on your Gmail behalf.

</details>

<details>

<summary>Does recipient need Google Account?</summary>

No. Recipients do not need Google account. They also do not need to have access to your Google Form or spreadsheet.

</details>

<details>

<summary>How many signatures can I take?</summary>

We provide 10 signatures to your for trying out BoloForms. You can purchase more signatures from our pricing page.

</details>

<details>

<summary>What will happen if I run out of signature quota?</summary>

When you run out of signature quota, you'll not be able to request signatures for your Pdfs or Forms until you upgrade your plan.

</details>


---

# 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/faqs.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.
