Introduction
Stellah is an AI-powered support agent that automates customer conversations while keeping a human touch.
How it Works
Stellah ingests your knowledge base (websites, PDFs, FAQs) and uses LLMs to generate accurate, contextual answers for your users. If the AI is unsure, it seamlessly hands off the conversation to a human agent.
Installation
To add Stellah to your website, simply include the following script tag in your HTML's <head> or just before the closing </body> tag.
<script src="https://cdn.stellah.io/widget/v1/bundle.js"></script>
<script>
Stellah.init({
apiKey: "YOUR_API_KEY",
theme: "light"
});
</script>
Connecting Your Data
Train your AI by uploading documents or pointing it to your help center URL.
- Go to your Dashboard > Knowledge Base.
- Click New Source.
- Select PDF Upload or Website Crawl.
- Wait for the status to change to Ready.