# The AI assistant that delivers better answers and results

3 advantages that put coreAI ahead of the competition.

- More accurate answers
- Local installation (GDPR-compliant)
- Simple setup
- No lock-in contracts
- Available 24/7

[Book a free coreAI demo](https://coreai.no/en/order)

[Try coreAI now](#!/ctw)

## Our AI products

coreAI brings together everything you need to give visitors precise answers from your own content — knowledge base, chat, search, shopping list, handover to customer service and API in one platform.

## Get answers with coreAI

coreAI gives visitors answers straight from your content, so they don't have to wade through long pages to find them.

- coreAI reads all the content on your website and uses artificial intelligence to provide answers.
- coreAI replies in the same language the user asks in.
- coreAI works on any website.

## Benefits of coreAI

coreAI gives you full control over sources, data, and how every answer is phrased.

- coreAI only pulls content from your sources, not from unknown places.
- You can have several data sources in the same assistant (websites, files, free text, API).
- Tailor the answers with your own instructions.

[Read more about coreAI](https://coreai.no/en/solutions)

## Latest from coreAI

Stay up to date on product launches, new features and insight on how businesses create value with AI search.

[Want to read more articles? See the full overview](https://coreai.no/en/articles)

## What does coreAI cost

coreAI starts at NOK 760/month. No setup fee, no lock-in, 20% off with an annual subscription.

- Free to try!
- Subscriptions from NOK 760/month
- No setup fee
- No lock-in period
- The price scales with the volume of content
- Generous usage included in the price
- 20% off with an annual subscription

[Try it free today!](https://coreai.no/en/order)

## How to get started

You can be up and running with coreAI in days: place an order, build your assistant in the portal, paste a small code snippet on your website.

- Submit an order
- Get a login to the coreAI portal where you build your own assistants based on your sources
- You then receive a small code snippet to paste into your website. Voila, you're up and running.
- Sign in to the coreAI portal to tweak instructions and keep an eye on usage and stats.

[Try it free today!](https://coreai.no/en/order)

## What our customers say about coreAI

Different challenges, the same solution. See how three of our customers use coreAI to streamline their day-to-day in their own way.

## Become a partner today

Earn recurring revenue from selling coreAI.

- Give your customers an AI search that actually works
- Run AI projects together with your customer
- You get access to your own API for pulling data from sources
- Earn commission on the standard package
- Kickback paid out quarterly on recurring revenue
- Get coreAI for your own website at 50% off

[Become a partner](https://coreai.no/en/partners)

## Solutions

### Knowledge base

Import content from websites, documents, and product catalogues – CoreAI structures everything automatically into a searchable knowledge base with vectors, relations, and metadata, so the AI always answers from your own sources.

### Chat

An AI chatbot that actually understands your customers and answers correctly – without hallucinations – because it pulls answers only from your knowledge base, with source citations in every reply.

### AI search

Combine keyword search and AI-driven semantic search in one solution, so users find what they're looking for even when they don't know the exact words – with AI-generated summaries directly in the search results.

### Shopping list

Turn the chatbot into a sales channel – when customers ask about products, CoreAI shows an interactive shopping list with images, prices, and an add-to-cart button, shortening the path from question to purchase.

### Handover to customer service

Seamless handover from AI to human – when the chatbot can't resolve a request, your team takes over the conversation in real time, with full chat history and AI-generated reply suggestions.

### For developers / API

Embed AI-powered chat, search, and product recommendations in your own applications with the CoreAI REST API – build tailored experiences without having to build the RAG infrastructure yourself.

## Articles
- [Protect an assistant with your own login via callbackUrl](https://coreai.no/en/articles/protect-assistant-callbackurl) — 2026-04-29 — Set a `callbackUrl` on the assistant and coreAI calls your own URL with the user's token when the widget initializes — and only lets the user through if the endpoint responds 200. The check runs once per widget load, not per question, and the login stays with you.
- [How coreAI uses entity types to distinguish products, documents, and contacts](https://coreai.no/en/articles/entity-types) — 2026-04-29 — coreAI indexes your data as typed entities — `products`, `contents`, `documents`, `events`, `educations`, `job_postings`, and `contacts` — so the assistant knows whether the answer should be about a product, a PDF, or a contact person. Each entity can also carry `properties` that are later used as filters in chat and search calls.
- [The MCP import in coreAI is a client integration, not a bulk import](https://coreai.no/en/articles/mcp-import-client-integration) — 2026-04-29 — The MCP import connects coreAI to an external MCP server, lists which tools the server offers, and stores the tool schemas as JSON configuration on the assistant. The actual data is only fetched when the assistant needs it during a conversation – nothing is pushed into the knowledge base.