Edit Page

Sophia AI - User Guide

Cloud

There are three ways to interact with Sophia:

Web Chat Interface

The simplest way to use Sophia is through the web chat interface. Navigate to the URL provided by your administrator, type your question, and get an instant response powered by your organization’s knowledge base.

Chat interface

Sophia streams responses in real time, supports follow-up questions, and formats answers with rich text, code blocks, and links. When Agentic Mode is enabled, Sophia autonomously searches and reads multiple documents before answering — you’ll see the reasoning process in real time through tool execution badges.

Agentic response

The interface supports multiple languages (English/Italian), customizable themes, and can be embedded into existing websites via iframe.

MCP Server

Connect your favourite AI client directly to your Sophia knowledge base via the Model Context Protocol (MCP). Supported clients include Claude Desktop, Cursor, and VS Code.

Your administrator can generate ready-to-paste configuration snippets from the admin panel.

See Sophia MCP Server for setup instructions.

REST API

For programmatic access, Sophia exposes a full REST API for chat operations, document management, and semantic search.

See API Documentation for details.