Getting Started with Panacea
Create your account, complete onboarding, and get your first AI-powered knowledge base running in minutes.
This guide walks you through creating your Panacea account, completing onboarding, and running your first AI query.
Step 1 — Create your account
- Go to panacea.aevr.online.
- Click Sign up and enter your email address.
- Check your inbox for a magic link or OTP code.
- Click the link (or enter the code) to verify your email and land on the dashboard.
Tip: You can also sign in with Google if your organisation uses Google Workspace.
Step 2 — Complete onboarding
The first time you log in you'll see the onboarding checklist. Complete each step to unlock the full platform:
| Step | What it does |
|---|---|
| Name your project | Sets the display name shown in the dashboard and email notifications. |
| Add your first content | Walks you through ingesting a URL or pasting text to seed your knowledge base. |
| Test a query | Lets you ask the AI a question in the Query playground to verify it can answer from your content. |
| Install the widget | Generates an embed snippet you paste into your website. |
You can dismiss the checklist at any time and complete remaining steps later from Settings.
Step 3 — Add your first knowledge
The fastest way to add knowledge is via Ingest:
- In the sidebar, click Ingest.
- Paste a URL (e.g. your documentation site, a help article, or a pricing page).
- Click Compile. Panacea fetches the page, extracts the text, and queues it for AI processing.
- Within a few seconds a new entry appears in your Wiki.
Alternatively, paste raw text directly if you don't have a public URL.
Step 4 — Ask your first question
- Click Query in the sidebar.
- Type a question related to the content you just ingested.
- The AI responds with an answer and lists the wiki entries it cited as sources.
If the answer looks wrong or incomplete, go to the Wiki, find the entry, and edit it — then re-run the query.
Step 5 — Embed on your site
Copy the widget snippet from Integration and paste it before the closing </body> tag of your website:
<script
src="https://panacea.aevr.online/widget/widget.iife.js"
data-project-key="YOUR_API_KEY"
defer
></script>
Replace YOUR_API_KEY with the key shown on the Integration page. The chat bubble appears on your site immediately.