> For the complete documentation index, see [llms.txt](https://docs.senseloaf.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senseloaf.ai/sia-chat/sia-for-google-documents.md).

# SIA for Google Documents

Fill in your own templates and create candidate documents, without retyping the same fields every time

Most hiring teams already have the documents they need — offer letter templates, interview scorecards, client submission forms, sitting in Google Docs. What eats up time isn't writing these from scratch, it's duplicating the template and manually editing the same handful of fields every single time.&#x20;

Connecting Google Docs lets SIA fill in your own templates, keeping your formatting and wording your legal team signed off on and write up candidate briefs and interview summaries as properly formatted documents instead of plain text in chat.

### Connecting Google Docs

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2F9GZwkzph3x7FMBIhzTkn%2Fgoogle-docs-connect-flow.gif?alt=media&amp;token=a296a022-39f1-42d7-b9b6-ba01d64d86cd" alt=""><figcaption><p>Connecting Google Docs</p></figcaption></figure>

* In Chat, open **Connectors** from the sidebar
* Find the **Google Docs** card and click **Connect Google Docs**
* A Google sign-in tab opens — sign in with the account that owns or can access the documents you want SIA to work with
* Review the permissions shown — this covers Docs access only — and click **Allow**
* You're redirected back to Chat and the card now reads **Connected**

{% hint style="warning" %}
Google Docs has its own separate authorisation — connecting it does not grant access to Gmail, Calendar, or Google Sheets, and disconnecting it does not affect those connections.
{% endhint %}

### What you can do once connected

Once Google Docs is connected, SIA can read and write documents on your behalf:

* **Fill in your own template with a candidate's real data** — point SIA at an offer letter, scorecard, or submission form you already use and it produces a new, filled-in document keeping your formatting intact
* **Tell you what a template expects** — if you're unsure what placeholders a template uses, or whether all of them got filled, SIA can check and tell you
* **Write a candidate brief or interview summary as a real document** — with headings, bullet lists, and tables, ready to forward as-is rather than a block of plain text
* **Add to a document your team already keeps** — instead of creating another copy, SIA can append new content (such as today's interview notes) to a document your panel is already using
* **Read a document where structure matters** — like a scorecard grid or a levelling matrix and use that structure when answering questions or filling in other documents

### Try it in SIA chat

* *"Fill in my offer letter template for Priya — Senior Backend Engineer, starting 1 Sept."*
* *"What placeholders does my offer letter template use?"*
* *"Write up a candidate brief on Priya as a Google Doc I can send the hiring manager."*
* *"Append today's interview notes to our Backend panel doc."*

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2F3TlUrcqTZU2fRAoIxjWE%2Fgoogle-docs-usecase-flow.gif?alt=media&amp;token=c97e17eb-aaed-4279-8be4-a8f96918c765" alt=""><figcaption><p>Try it with SIA Chat</p></figcaption></figure>

{% hint style="warning" %}
Nothing gets created or changed in your Google Docs until you approve it. SIA shows you the filled-in content first so you can catch anything that needs fixing before the document actually exists.
{% endhint %}

### Disconnecting Google Docs

1. Go to **Connectors** in the sidebar
2. On the Google Docs card, click **Disconnect**


---

# 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://docs.senseloaf.ai/sia-chat/sia-for-google-documents.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.
