add FAQ for integrations & skills, create faq.md for chatbot

This commit is contained in:
Oliver
2026-06-07 16:33:03 -03:00
parent d209b0f563
commit e7a9f799c1
2 changed files with 148 additions and 0 deletions
+20
View File
@@ -2118,6 +2118,26 @@
All your agent passwords live in one organized place in the dashboard. They're sorted by importance and clearly labeled so you can instantly see the ones you need and browse the rest at a glance. Managing multiple agents is effortless.
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
What integrations are available?
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
Skills and integrations are a set of predefined prompts you can copy and paste into your agent to give it extended capabilities. The available integrations are: <strong>ODOO Community</strong> (automate ERP tasks via REST API), <strong>IMAP / SMTP Email</strong> (read, send, and manage email from any standard mailbox), <strong>N8N CRM</strong> (manage contacts and deal stages via webhook), and <strong>Nextcloud Sync</strong> (connect and sync folders via WebDAV). Each comes with a pre-written prompt template and setup instructions — just configure your credentials in the dashboard and paste the prompt into your agent.
</div>
</div>
<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
What skills are available?
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>
</button>
<div class="faq-answer">
Skills are predefined prompt templates you can copy and paste into your agent to give it domain-specific expertise. The available skills are: <strong>Competitor Profiling</strong> (profile competitors using live web scraping and SEO data), <strong>Copywriting</strong> (write conversion-focused copy for landing pages, ads, and emails), <strong>Cold Email</strong> (craft B2B outreach sequences that get replies), <strong>Social Media</strong> (produce platform-specific content for LinkedIn, X, Instagram, and TikTok), <strong>Video Production</strong> (produce marketing videos using AI generation and avatars), <strong>Conversion Optimization</strong> (audit pages and prioritise changes to lift conversion rates), and <strong>Customer Research</strong> (mine transcripts, reviews, and communities for real customer insights). Pick any skill, copy the prompt into your agent's instructions, and it immediately gains that expertise — no coding needed.
</div>
</div>
</div>
</div>
</section>