{
  "name": "Talk to your Google Sheets using ChatGPT-5",
  "nodes": [
    {
      "id": "d69576f3-5b9b-4e34-b99e-3b5d413d53aa",
      "name": "Analyze Data",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        -1248,
        1536
      ]
    },
    {
      "id": "1624d041-e483-40c0-b9be-f4db59d2e47e",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2064,
        624
      ],
      "parameters": {
        "width": 1152,
        "height": 1168,
        "content": "## Talk to Your Data with Google Sheets & OpenAI GPT-5 Mini\nThis n8n workflow template creates an intelligent data analysis chatbot that can answer questions about data stored in Google Sheets using O"
      }
    },
    {
      "id": "d706097e-d35b-453e-b03b-46e3d748e766",
      "name": "Talk to Your Data",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -1328,
        896
      ]
    },
    {
      "id": "215688ba-02ff-4b66-ad67-f3dc309c4925",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2016,
        784
      ],
      "parameters": {
        "width": 480,
        "height": 432,
        "content": "### 3. Ask Questions of Your Data\n\nYou can ask natural language questions to analyze your marketing data, such as:\n- **Total spend** across all campaigns.\n- **Spend for Paid Search only**.\n- **Month-o"
      }
    },
    {
      "id": "4c5f0e5d-91ea-4fcd-951d-15511c54de91",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2624,
        624
      ],
      "parameters": {
        "width": 528,
        "height": 1168,
        "content": "## 🎥 Watch This Tutorial\n\n@[youtube](qsrVPdo6svc)\n\n\n### 1. Set Up OpenAI Connection\n\n#### Get Your API Key\n1. Visit the [OpenAI API Keys](https://platform.openai.com/api-keys) page.\n2. Go to [OpenAI B"
      }
    },
    {
      "id": "432f51ad-7cb7-4a24-8870-d38e8b79d375",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2016,
        1264
      ],
      "parameters": {
        "width": 480,
        "height": 432,
        "content": "### 1. Set Up OpenAI Connection\n\n#### Get API Key:\n1. Go to [OpenAI Platform](https://platform.openai.com/api-keys)\n1. Go to [OpenAI Billing](https://platform.openai.com/settings/organization/billing/"
      }
    },
    {
      "id": "2f2f8df6-78ee-47fe-a31c-af163264fc6b",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        1264
      ],
      "parameters": {
        "width": 512,
        "height": 432,
        "content": "### 2. Prepare Your Google Sheet\n\n#### Connect your Data in Google Sheets\n- Data must be in a format similar to this: [Sample Marketing Data](https://docs.google.com/spreadsheets/d/1UDWt0-Z9fHqwnSNfU3"
      }
    },
    {
      "id": "bc1c87fb-7541-49c0-9b36-11ecc10635fb",
      "name": "Chat with Your Data",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -1840,
        1056
      ]
    },
    {
      "id": "309f9320-246e-4fce-9ace-578e56ba8dfc",
      "name": "Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -1296,
        1088
      ]
    },
    {
      "id": "a98560f8-4f56-49ac-8b5b-c78e92aa064f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1472,
        784
      ],
      "parameters": {
        "width": 512,
        "height": 432,
        "content": ""
      }
    },
    {
      "id": "97112199-f351-46b4-aaa7-f18a7847703d",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1808,
        1520
      ]
    }
  ],
  "connections": {
    "Memory": {
      "ai_memory": [
        [
          {
            "node": "Talk to Your Data",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Data": {
      "ai_tool": [
        [
          {
            "node": "Talk to Your Data",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Talk to Your Data",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Chat with Your Data": {
      "main": [
        [
          {
            "node": "Talk to Your Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}