# Overview

Tisane Embedded allows in-process integration of the Tisane functionality, eliminating the need to connect to a remote server. The two principal components of the package are the runtime library and the set of language models.

The core library is based on POSIX C/C++ and uses RocksDB to store its language models, supporting all POSIX-compliant OSes. For easier integration in .NET applications, Core .NET wrapper component is provided.

* [Tisane Embedded SDK for C/C++](/sdks/candc)
* [Tisane Embedded SDK for .NET](/sdks/dotnet)


For on-premise deployment of Tisane as a separate web service, see: [On-premise Deployment](/guides/deployment/onprem).

## Response and Configuration Guides

* [Configuration and customization](/apis/tisane-api-configuration)
* [Response JSON reference](/apis/tisane-api-response-guide)