Use Flow Knowledge Base in ChatGPT
ChatGPT is an AI assistant developed by OpenAI that can help with tasks such as writing, coding, and answering questions. It adapts to context and user input to provide relevant, conversational responses. ChatGPT can be integrated into developer tools or workflows to assist with documentation, debugging, and productivity.
This guide walks you through creating a Custom GPT using ChatGPT that can reference the Flow Data Sources file to answer questions.
You'll need a ChatGPT Plus subscription to use the Custom GPT feature.
π Step 1: Open the "Explore GPTs" Sectionβ
- Log in to ChatGPT.
- In the sidebar on the left, click Explore GPTs.
π Step 2: Click "Create a GPT"β
- In the Explore GPTs screen, click the "Create" button in the top-right corner.
π Step 3: Walk Through the GPT Builderβ
ChatGPT will now guide you through a conversation to set up your custom GPT. First, drag and drop the Flow Data Sources All Merged file into the prompt.
Suggested Promptβ
_10I want to make a GPT called FlowGPT that uses the linked file as it's primary source. This file changes, so it should reference the live file at least once a day: https://github.com/onflow/Flow-Data-Sources/blob/main/merged_docs/all_merged.md
π Step 4: Configure the GPT's Name and Instructionsβ
ChatGPT may ask you to customize or verify:
- Name and description of your GPT
- Instructions: Tell it how to behave and what to prioritize (e.g., always reference the uploaded document)
- Capabilities: Enable file browsing, code interpreter, or DALLΒ·E if needed
We've found it helpful to suggest:
_10Please imagine you are a fast and smart junior developer who is eager to help and has memorized all the information in the linked file
Please let us know if you find any other useful customization prompts!
π Step 5: Test Your GPTβ
Once the GPT is built, you'll be taken to a preview chat window. Test it by asking a few questions based on your uploaded document.
π Step 6: Save and Publish (Optional)β
When you're ready:
- Click "Update & Save" to finalize
- You can choose to keep it private or make it public
β That's it!β
You've now created a custom GPT that references your uploaded file as a primary source. You can update the file or instructions later if needed.