Documentation Getting Started

Getting Started

Set up your first AI-powered knowledge base in under 5 minutes.

1

Create your account

Sign up at cevvo.ai/register. You'll get a workspace with a default project automatically.

2

Add a knowledge source

Go to Sources → Add New and connect your content:

  • GitHub — Import docs, READMEs, and code from a repository
  • Web Crawl — Crawl any public website and index its pages
  • File Upload — Upload PDFs, Markdown, or text files directly
3

Test in the Playground

Once your source is indexed, go to the Playground and ask questions to test retrieval quality. Adjust settings and see how your AI responds.

4

Deploy the widget

Go to Integrations → Chat Widget, customize the look, and copy the embed code. Add it to your site:

<script src="https://cdn.cevvo.ai/widget/widget.js"></script>
<script>
  CevvoWidget.init({ projectId: 'YOUR_PROJECT_ID', apiKey: 'YOUR_API_KEY' });
</script>
5

Monitor & improve

Check the Dashboard for usage stats, Top Questions to see what users ask, and Coverage Gaps to find missing content.