> For the complete documentation index, see [llms.txt](https://docs.brewersfriend.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brewersfriend.com/devices/tilt/google-sheets.md).

# Google Sheets

## Getting Started

You can use Brewer's Friend [device forwarder](/profile/device-settings.md#forwarders) to send data to the Tilt Google Doc.

Official Tilt Google instructions, <https://tilthydrometer.com/blogs/news/easiest-way-yet-to-post-your-tilt-to-google-sheets>

1. **Google Spreadsheet** File ->  Make a Copy
   1. [https://docs.google.com/spreadsheets/d/1ut1wClRrowkYRYm6yQAVuc\_Q568stncawv1EuYez2g](https://docs.google.com/spreadsheets/d/1ut1wClRrowkYRYm6yQAVuc_Q568stncawv1EuYez2go/)
2. **Google Spreadsheet** Tools -> Script editor
3. **Script editor** Publish -> Deploy as a web app
4. **Google Spreadsheet** Tilt -> View Cloud URL (copy)
5. **Google Spreadsheet** File -> Make a Copy
   1. <https://docs.google.com/spreadsheets/d/155bcmMCWD6r9tbdTx01oEMms-86LjFeqndmWsu2RgJY>
   2. Paste the URL and document ID into the first copy

![](/files/-LZAozwUO6rf14-IEydD)

5\. **Brewer's Friend** Device Settings -> Add Forwarder (paste and save)

![](/files/-MOYbf2SRU7z-mDM6o9t)


---

# 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:

```
GET https://docs.brewersfriend.com/devices/tilt/google-sheets.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.
