diff --git a/internal/bots/gsheets_command.go b/internal/bots/gsheets_command.go
index e263a31..f373653 100644
--- a/internal/bots/gsheets_command.go
+++ b/internal/bots/gsheets_command.go
@@ -75,10 +75,11 @@ func (e *Expensemate) handleGSheetsCallback(
msg = tgbotapi.NewMessage(query.Message.Chat.ID, "")
msg.Text = `
You can configure a Google Sheets to store your expenses.
-+ Step 1: Use the /gsheets command to configure a Google Sheets.
-+ Step 2: Click the "Configure" button to provide the URL of your Google Sheets.
-+ Step 3: Copy the URL of your Google Sheets and paste it in the chat.
-+ Step 4: Share Editing access to the Google Sheets with the bot
++ Step 1: Clone this template to your Google Drive: https://docs.google.com/spreadsheets/d/16jOEcyvHiHzW1GdRBvhHEadECojq0g3tzBT3a2MoLnI/edit?usp=sharing
++ Step 2: Use the /gsheets command to configure a Google Sheets.
++ Step 3: Click the "Configure" button to provide the URL of your Google Sheets.
++ Step 4: Copy the URL of your Google Sheets and paste it in the chat.
++ Step 5: Share Editing access to the Google Sheets with the bot
housematee-gsheets@housematee.iam.gserviceaccount.com (required).
This is service account only, no one can access your Google Sheets except you.
`