# Troubleshooting BoloForms

1. If BoloForms is not able to write into the sheet or send emails to anyone. This means we are missing permissions from Google. This can be resolved very easily by going to this [link](https://approval.boloforms.com/api/auth/google) and allowing BoloForms
2. If the form you're working on is shared with you, make sure the form creator has also shared the Google sheet associated with Form (Only for G-Suite add-on users)

{% hint style="info" %}
Still Facing Issues? [Contact Us](/contact-us.md)
{% endhint %}


---

# 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://approval-docs.boloforms.com/troubleshooting-boloforms.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.
