> Create a ChatGrid board called "Backend Project"> Add this YouTube video to the board: https://youtube.com/watch?v=abc123> Add these notes to the board: "We use PostgreSQL with pgvector for embeddings. Connection pooling via PgBouncer. See db/README for schema migrations."> Add this blog post to the board: https://blog.example.com/postgres-performance-tips> Search the board for connection pooling> Based on the board, how should I configure PgBouncer for serverless?
That’s it. Five prompts, and you have a searchable knowledge base.
curl -X POST https://api.chatgrid.ai/v1/boards/{boardId}/chats/{chatId}/messages \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "content": "Based on the board, how should I configure PgBouncer for serverless?", "stream": false }'
The AI answers using your board’s content as context — not generic knowledge.