General
Where do I find Files in Consuelo?
Click Files in the left sidebar. It’s in the same position where Notes used to be. The Files page shows all files across your workspace with prebuilt views for Recordings, Scripts, Agent Files, and Temporary files.What happened to Notes?
Notes still exist as a separate object with all their relations to People, Companies, and other records. You can still create and view notes on record detail pages through the Notes tab. Notes just no longer have their own dedicated sidebar entry — the Files page replaces it in the navigation.Can I still attach files to records?
Yes. The Files tab on record detail pages (People, Companies, Opportunities, etc.) works exactly as before. You can upload files directly to a record, and they’ll appear both on that record’s Files tab and in the main Files page.Knowledge Base
Do all files get indexed automatically?
Only text-based files are auto-indexed: PDF, Word (.doc/.docx), plain text (.txt), Markdown (.md), CSV (.csv), and HTML (.html). Images, videos, archives, and other binary files are stored but not indexed for text search.How accurate is the semantic search?
The knowledge base uses OpenAI’stext-embedding-3-small model with 1536-dimensional vectors. Results are filtered by a minimum similarity threshold of 0.7 (on a 0-1 scale). In practice, this means results are highly relevant — the system understands meaning, not just keywords.
Can AI agents search my files?
Yes. Any AI agent connected to Consuelo via the GraphQL API can use theknowledgeSearch query to search across all indexed file contents. This is the primary way agents access your team’s sales knowledge.