# Guides

- [Sending data to Google Sheets using HTML](https://docs.sheetmonkey.io/guides/building-a-html-form-with-sheet-monkey.md): A simple guide to building a HTML form and sending the data to Google Sheets with Sheet Monkey
- [Sending data to Google Sheets with vanilla Javascript](https://docs.sheetmonkey.io/guides/building-a-javascript-form-with-sheet-monkey.md): A simple guide to sending your data to Google Sheets using vanilla Javascript
- [Submitting Webflow forms to Google Sheets](https://docs.sheetmonkey.io/guides/submitting-webflow-forms-to-google-sheets.md): How to send your Webflow form to Google Sheets
- [Submitting Carrd forms to Google Sheets](https://docs.sheetmonkey.io/guides/submitting-carrd-forms-to-google-sheets.md): How to send your Carrd forms to Google Sheets
- [Special Fields](https://docs.sheetmonkey.io/guides/special-fields.md): Sheet Monkey recognizes special fields to make certain tasks easier
- [File uploads](https://docs.sheetmonkey.io/guides/file-uploads.md): How to upload files to Google Sheets and Notion with Sheet Monkey
- [Spam Protection](https://docs.sheetmonkey.io/guides/spam-protection.md): Enabling spam protection for your form
- [Notifications](https://docs.sheetmonkey.io/guides/notifications.md): How to get notified when someone submits a form
- [Advanced workflows](https://docs.sheetmonkey.io/guides/advanced-workflows.md): Triggering events after data is stored in your sheet.
- [Form Builder](https://docs.sheetmonkey.io/guides/form-builder.md): How to use Sheet Monkey's Form Builder for Google Sheets
- [Embedding forms in Webflow](https://docs.sheetmonkey.io/guides/form-builder/embedding-forms-in-webflow.md): How to embed a form into Webflow in three steps


---

# 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://docs.sheetmonkey.io/guides.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.
