Business directory help

Hi,

thanks for sharing what you’re building. Your state and town layout is a great fit for Pickaxe, and you can definitely set it up so the user sees the business list right away. :slight_smile:

One small clarification that helps with the setup: Pickaxe is a chatbot at its core. That means it will always expect at least one “interaction” to generate an answer, even if the user doesn’t type anything. It isn’t a static webpage that auto-renders content on load.

The good news is you can still make it feel instant. For example:

• Add a custom welcome message like “Here’s the full list of businesses in Springfield.”
• Add icebreakers such as “Show me all businesses” or “List every contact in this town.”
• In your prompt, tell the model exactly what to output when the user clicks any icebreaker or just sends a blank message.

This gives the user a one-click experience while staying within how chatbots naturally work.

On the data side, the simplest method is still to use a spreadsheet as your mini-database:

• One sheet per town (or per state).
• Columns like Business Name, Category, Address, Phone, Email, Website, Notes.
• Upload it to your Knowledge Base and tell the Pickaxe to pull and display the full list.

And now that the new AI Builder is out, I’d encourage trying it for this setup. It makes structuring prompts, welcome messages, and output formats much smoother:
https://community.pickaxe.co/t/introducing-the-all-new-ai-builder-build-chatbots-like-magic/7483

I hope this helps and happy building! :slight_smile:

1 Like