Skip to content

Commit 8e55d3f

Browse files
Add a guide to set up the Grid GPT action
1 parent 686e0d7 commit 8e55d3f

File tree

5 files changed

+75
-0
lines changed

5 files changed

+75
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# GPT Action Library: GRID
2+
3+
## Introduction
4+
5+
This page provides an instruction & guide for building a GPT Action for a specific application (e.g. Custom GPT). Before you proceed, make sure to first familiarize yourself with the following information:
6+
- [Introduction to GPT Actions](https://platform.openai.com/docs/actions)
7+
- [Introduction to GPT Actions Library](https://platform.openai.com/docs/actions/actions-library)
8+
- [Example of Buliding a GPT Action from Scratch](https://platform.openai.com/docs/actions/getting-started)
9+
10+
This particular GPT Action offers an overview of how to connect a GPT to **GRID**, unlocking even more value from ChatGPT by equipping it with the power of a spreadsheet engine.
11+
12+
### Value + Example Business Use Cases
13+
14+
**Value**: Users can now leverage ChatGPT's natural language capability to interact with your spreadsheets, calculating results exactly like in your spreadsheet software. Whether analyzing financial forecasts, exploring pricing scenarios, or calculating ROI, your GPT becomes a powerful tool for decision-making.
15+
16+
**Example Use Cases**:
17+
- Users can analyze finanical forecasts
18+
- Users can explore pricing scenarios
19+
- Users can calculate return of investment (ROI)
20+
21+
## Application Information
22+
23+
GRID brings the power of language to spreadsheets, assigning intuitive labels to cells and ranges. This allows AI to reference and interact with spreadsheets, bringing data and logic to natural language communication. Fully compatible with Excel and Google Sheets, GRID’s spreadsheet engine can run even the most complicated models at scale, providing reliable and verifiable calculations.
24+
25+
26+
### Application Key Links
27+
28+
Check out these links from the application before you get started:
29+
- Application Website: https://www.grid.is/
30+
- Frequently asked questions: https://www.grid.is/faq
31+
32+
## ChatGPT Steps
33+
34+
### Add your spreadsheet to GRID
35+
36+
[Sign up for GRID](https://alpha.grid.is/user/login) and either upload your spreadsheet or connect a cloud-based one for automatic updates.
37+
38+
### Custom GPT Guide
39+
40+
In GRID you can follow a step-by-step guide to setup your custom GPT. Below is a quick overview of the setup process.
41+
42+
#### Copy the GPT instructions
43+
44+
Once you've created a custom GPT copy the instructions from GRID to your custom GPT, as shown in the GIF below to.
45+
46+
![gpt-grid-instructions.gif](../../../../images/e130b42b-67aa-4851-9860-df8437df3f05-gpt-instructions-copy.gif)
47+
48+
GRID scans your spreadsheet to find text labels that describe the contents of specific cells and automatically adds them to the instructions. These instructions also include a unique identifier for your spreadsheet, ensuring that requests are directed to the correct place. Since the instructions are dynamic and unique to each spreadsheet you upload, make sure to copy them each time you use a new spreadsheet.
49+
50+
#### Copy the API Key
51+
52+
Follow the steps in the GIF below to find and copy your API key from GRID. Paste it into the custom GPT and make sure to add it as a Bearer token.
53+
54+
![gpt-grid-api-key.gif](../../../../images/d12ae2ce-fdd6-4f24-8b49-becef158df6d-gpt-action-api-key.gif)
55+
56+
57+
#### Copy the schema
58+
59+
Copy the OpenAPI schema from GRID and paste it into the custom GPT to define how the AI interacts with your spreadsheet.
60+
61+
![gpt-grid-schema.gif](../../../../images/54a31df3-a33e-41b2-acb1-a38a0a4bc8c8-gpt-action-schema.gif)
62+
63+
### FAQ & Troubleshooting
64+
65+
If you have any questions or run into any issues, visit our [FAQ & Troubleshooting page](https://alpha.grid.is/faq) for detailed guidance and solutions.

images/gpt-action-api-key.gif

3.13 MB
Loading

images/gpt-action-instructions.gif

847 KB
Loading

images/gpt-action-schema.gif

1.19 MB
Loading

registry.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -1760,3 +1760,13 @@
17601760
- gpt-actions-library
17611761
- chatgpt
17621762
- chatgpt-middleware
1763+
1764+
- title: GPT Actions library - GRID
1765+
path: examples/chatgpt/gpt_actions_library/gpt_action_grid.md
1766+
date: 2025-01-21
1767+
authors:
1768+
- birkirpalmason
1769+
tags:
1770+
- gpt-actions-library
1771+
- chatgpt-productivity
1772+
- spreadsheets

0 commit comments

Comments
 (0)