Search Engine
AI search that understands and delivers
Raffle provides accurate results immediately, with clear summaries that accelerate discovery.

/guides/conversion-optimization
Conversion Rate Optimization Guide
Improve user experience and add clear CTAs to increase conversion rates by up to 30%. If you're driving traffic but not seeing results, it's likely not a traffic problem - it's a conversion problem. Raffle helps you turn more visitors into leads or customers by using AI-powered chat and search to guide them to what they're actually looking for. This reduces bounce rate, increases time on site, and improves conversion rates - typically by 15-30%.
The ultimate AI-powered search engine.
Tested and implemented by many organizations.
Search engines have caused problems for businesses for decades. Our mission has been to make it quick and easy to implement world-class search, so your users find what they need, and you increase your conversion rate.
Set up instantly
We crawl your data and index, train and finetune your custom models. Just configure your widgets and install the scripts.
Anonymized data
We anonymise CPR/SSN/ID numbers, emails, addresses and phone numbers as part of our GDPR check.
Full control
Raffle creates unique models with your content sources. This gives you full control and superior insights.
Add new index
Connect to one of your systems
Website Content
Web Scrape
Documentation
Web Scrape
You have never experienced a search so easy to implement.
Utilise clever solutions already tested an implemented by many
Raffle AI Language Models on your content
An AI model knows your data, including industry specific nuances. This unique advantage guarantees superior accuracy compared to other solutions.
Automatic content crawling
Point to the content sources you want answers to come from, and Raffle then handles the crawl automatically on any type of data - from html to PDFs. Any changes in the content are synced periodically, or continously.
Widgets, Templates or Search API?
The setup time is short and swift. The Raffle RAG Platform gives you different customisable layouts to chose from or a Search API to keep your current design.
Third Party Integrations
Seamlessly integrate with any website (CMS or advanced framework), ticket systems, Intranet solutions, Helpcenters and the like. Raffle integrates with the different systems or solutions you already use.
Generate value with Raffle from day one
90% accuracy immediately, so you can create value with every click
Raffle Search delivers precise results that guide your visitors directly to action. Quick implementation, higher engagement, and more conversions.
How do I get a refund?
AI Summary
You can request a refund within 30 days of purchase by contacting our support team. Include your order number and reason for the refund. Refunds are typically processed within 5-7 business days.
For subscription cancellations, visit your account settings and follow the cancellation flow. You will retain access until the end of your billing period.
Offer great answers to your visitors and users
Raffle AI Summaries are custom generated answers that summarises the relevant search results. This gives users an easy-to-understand, intuitive and compiled answer.
Add questions to answer
Enhance self-service options
Give users a shortcut to the most common questions or guide users to the content you believe is most relevant.
Guide and inspire users by completing their search sentence
Based on your content and previous questions, autocomplete provide your users with relevant suggestions
Questions Leading to Support
How can I contact you?
PhoneI need a refund
PhoneI would like to upgrade my subscription
Live ChatLinking the user to different support options when having complex questions
What questions lead to support and what support channels are used? Those insights are vital if you want to improve the user experience.
You are in full control of the search results
We provide you with a set of features to control the AI and override specific search results based on your needs.
Creating Instant Answer
Add questions to answers to improve model performance
Links
|Write your custom answer...
Create your own customized responses to customer questions and close your content gaps
Instant Answers allows you to quickly fill gaps in your content. If you're missing some content, you can quickly create an answer and associate a series of questions that should lead to that answer.
What can Raffle do?
.../get-started/what-is-raffle
What is Raffle?
Raffle is a RAG platform that helps you build high-performing search widgets easily based on your own data.
.../get-started/raffle-api
Learn about how to set up the Raffle API
Using our API, you can easily integrate Raffle into your applications and build powerful search experiences.
Use Rerank to boost a specific search result that you want to highlight
While we provide 90% accuracy from the start, there may be situations where there's specific content you want to highlight for certain questions. With our Rerank feature, you can prioritize this content and ensure it appears first.
Add questions to answer
Train your model by linking multiple questions to the specific answer you want to display
You have full control over your model. Link specific questions to a particular answer to ensure users always get the response you want to give them.
Colors
Brand Color
#2235bd
Text Color
#efefef
Company Logo
Select an image that represents your company
Enable Glass Background
Makes a glassy effect on the widget background
Make it your own with full branding customization
Completely customize your widgets to match your brand identity. Everything from colors to company logo and UI behavior – every detail can be customized to feel like a natural extension of your website.
Increase user experience massively, in no time
export const fetchSearchResults = async (query: string) => {
const url = urlBuilder(routes.searchURL, {
uid,
query,
preview: "true",
device: "desktop",
"session-id": sessionId,
});
const response = await fetch(url);
const data = await response.json();
return data.results;
};
export const fetchSummary = async (query: string) => {
const url = urlBuilder(routes.summaryURL, { uid, query });
const response = await fetch(url);
const data = await response.json();
return data;
};Full flexibility with our Search APIs
If you want to keep your current design or built your own self-service tools, you can easily do this with our Search and Chat API.