> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> SuperOffice on NuGet

I am pleased to announce SuperOffice now has NuGet packages targeting common development and integration
scenarios! The available packages are only for SuperOffice version 8 and newer. Older SuperOffice version integrations must download and use the assemblies provided in the SDK.

## Target usage

SuperOffice packages are created according to their target usage.

* When you build an application that only uses NetServer Core APIs (Entities, Rows, and OSQL), your project should use the **SuperOffice.NetServer.Core** package.

* When you build an application that uses NetServer web service proxies, your project should use the **SuperOffice.NetServer.Services** package.

## Package dependencies

Some of the packages have SuperOffice package dependencies:

* SuperOffice.NetServer.Services depends on SuperOffice.NetServer.Core.
* SuperOffice.Crm.Web depends on SuperOffice.NetServer.Services.

## Configuration

Most SuperOffice packages include configuration transformations. If not already present, the transformations will add the required SuperOffice configuration settings in your project's *app/web.config* files. Afterward, you only need to fill in the appropriate settings, such as database server and database name.

## Releases

From version 12, feature development is online-only. The Onsite version is essentially frozen, with occasional security fixes, and continues with minor version numbers (11.14 and onwards).

Onsite projects are unaffected by new cloud packages and should keep referencing the specific package versions that match their onsite release.

## Available packagers

All available packages including their public name, install name, description, and list of associated assemblies and dependencies are detailed on the following pages:

* [NetServer Core][1]
* [NetServer Services][2]
* [CRM Web][3]
* [CRM Online Core][4]
* [CRM Online WinClient][5]
* [CRM Online Database Mirroring][6]

[1]: ./netserver-core

[2]: ./netserver-services

[3]: ./crm-web

[4]: ./crm-online-core

[5]: ./crm-online-winclient

[6]: ./crm-online-mirroring


## Related topics

- [Overview](/en/admin/getting-started.md)
- [Satellite](/en/onsite/travel/satellite/index.md)
- [WebTools deployment in a restricted environment](/integrations/webtools/deploy.md)
- [Dynamic date range as criteria](/en/api/search/find-selection/date-range-as-criteria.md)
- [About CRM Online](/en/online/overview.md)
- [How to set up a DKIM Record](/en/online/mail-services/mailgun/dkim/set-up.md)
