Pickaxe AI – Build a Personal Finance Advisor GPT
by Finance AI
The video demonstrates how to create a personal‑finance‑advisor chatbot on Pickaxe by importing a custom GPT from OpenAI’s GPT Store, configuring its prompt, adding finance‑specific knowledge, enabling file uploads for user documents, and embedding the finished bot into a website. It walks through selecting the model, customizing the UI, publishing, and deploying the bot with an embed code.
Build a Personal Finance Advisor GPT on Pickaxe
Overview
In this tutorial you will:
- Grab a finance‑advisor GPT from OpenAI’s GPT Store.
- Copy its prompt and recreate it on Pickaxe.
- Add a knowledge base with personal finance documents.
- Enable file upload so users can share statements.
- Publish, deploy, and embed the bot on your website.
Prerequisites
- An OpenAI account with access to the GPT Store.
- A Pickaxe account (free tier is sufficient for this demo).
- A website or CMS that accepts custom HTML/iframe (e.g., WordPress, Notion, Webflow).
- Optional: PDF or spreadsheet of personal finance data to upload to the knowledge base.
Step‑by‑Step Instructions
1. Grab the Finance Advisor GPT
- Open the OpenAI GPT Store in your browser.
- Search for Personal Finance Advisor or similar.
- Click Edit GPT to open the configuration panel.
- In the Configure tab, copy the Instructions text – this is the core prompt.
2. Recreate the GPT on Pickaxe
- Log into your Pickaxe dashboard.
- Click Create → Chatbot.
- In the Prompt tab, paste the copied instructions.
- Under Model, select GPT‑4o (or the model used in the original GPT).
- Optionally add an intro message like "Hi! I’m your personal finance advisor. What can I help you with today?".
- Click Continue and give the bot a name (e.g., Finance Advisor).
- Click Publish.
3. Add a Knowledge Base
- In the left panel, open the Knowledge tab.
- Click Upload File and add any PDFs, spreadsheets, or text files that contain finance rules, tax tables, or investment guidelines.
- For each file, you can adjust Relevance Cutoff and Amount to fine‑tune how much content is used.
- (Optional) Add a web URL that contains up‑to‑date financial news; Pickaxe will scrape and embed the transcript.
4. Enable File Upload for Users
- Still in the Prompt tab, toggle Allow users to upload files.
- This adds a paperclip icon to the chat UI, letting visitors upload statements or budgets.
5. Customize the UI (Optional)
- In the Configure tab, adjust the icon, placeholder text, and color scheme to match your brand.
- Hide the title if you prefer a cleaner look.
6. Publish and Deploy
- After publishing, click Deploy.
- Choose Embed.
- Configure the embed options: choose a floating button or inline chat window, set font size, and decide whether to show the bot’s avatar.
- Click Copy Code.
7. Add the Embed to Your Website
- Open your website editor.
- Insert an HTML/Embed block where you want the bot.
- Paste the copied code and save.
- Test the chat to ensure it loads and responds correctly.
Tips & Gotchas
- Model choice matters: GPT‑4o is fast and cost‑effective, but if you need more advanced reasoning, try GPT‑4‑Turbo.
- Knowledge Base size: Free Pickaxe accounts allow up to 3 files; upgrade if you need more.
- File size limits: Uploaded user files must fit within the session’s max input length; large PDFs may be chunked automatically.
- Privacy: Uploaded user documents are session‑only and not stored permanently.
- Testing: Use the right‑hand test panel in Pickaxe to quickly iterate on prompts before publishing.
- Embedding: Some CMSs (e.g., Notion) require the embed block to be placed in a page that allows third‑party scripts; double‑check permissions.
- Monitoring: Use Pickaxe’s analytics to see how many users ask for tax advice versus budgeting help.
Enjoy building your own personal finance advisor!





