|
| 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 | + |
| 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 | + |
| 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 | + |
| 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. |
0 commit comments