{
  "name": "Conversational analytics with Google Sheet and C1 by Thesys",
  "nodes": [
    {
      "id": "c0df409a-7749-48e2-9635-07ceedf3e6c2",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        832,
        1824
      ]
    },
    {
      "id": "573db305-93d3-4d75-9a4e-3c28da024eba",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -80
      ],
      "parameters": {
        "width": 608,
        "height": 1552,
        "content": "## Conversational analytics with Google Sheet and C1 by Thesys\nTurn any Google Sheet into a **chat-powered dashboard**. Ask questions in plain English and get **interactive charts, tables, and UI** (n"
      }
    },
    {
      "id": "7180e794-b668-46ea-9724-4e118ff78dc3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        816
      ],
      "parameters": {
        "width": 1136,
        "height": 656,
        "content": "![](https://www.thesys.dev/n8n/n8n-compare.png)"
      }
    },
    {
      "id": "36231a1b-a595-4789-ad77-d06d04e6ce9b",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        480,
        1600
      ]
    },
    {
      "id": "67ffaf33-8bb6-44fa-96cd-64a94de786e6",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        208,
        1728
      ],
      "parameters": {
        "width": 400,
        "height": 1008,
        "content": "### Step 1: Enable Chat\n\n1. In n8n, open the Chat node in your workflow.\n\n2. Make Chat Publicly available.\n\n3. Copy the Chat URL. You will need it in the next step.\n\n### Step 2: Setup Thesys\n\n![](http"
      }
    },
    {
      "id": "6d2d016f-9261-48be-a90d-0b473b56a29c",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1216,
        1520
      ],
      "parameters": {
        "width": 448,
        "height": 336,
        "content": "\n### Step 4: Activate the Workflow\n\n1. At the top of the n8n editor, click the Active / Inactive toggle.\n\n2. Confirm the workflow status is set to Active.\n\n\n### Step 5: Try It Out\n\n1. Open [Thesys N8N"
      }
    },
    {
      "id": "313844e7-ffdf-4a80-9a4c-458bdace6261",
      "name": "UI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        768,
        1600
      ]
    },
    {
      "id": "9fb55984-3808-44e7-b1d6-1abae84dd308",
      "name": "C1 Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        704,
        1824
      ]
    },
    {
      "id": "1193098f-8933-48b6-8ecf-9eb3224f9ae5",
      "name": "Fetch data from Google Sheet",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        960,
        1824
      ]
    },
    {
      "id": "f0d53917-fe65-44aa-a01d-612561d51e2c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        1504
      ],
      "parameters": {
        "width": 528,
        "height": 480,
        "content": "## UI Agent\nThis agent can reason, use tools and returns results as interactive UI"
      }
    }
  ],
  "connections": {
    "C1 Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "UI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "UI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "UI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch data from Google Sheet": {
      "ai_tool": [
        [
          {
            "node": "UI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}