---
title: Supported and unsupported Kentico features on MVC sites
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

This page describes which Kentico features are supported when using a [separate MVC application](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc.md) to present your website.

## Kentico features supported for MVC sites

The following features are supported in Kentico 9 and you can use them when [developing your MVC applications](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications.md).

- [Azure deployment](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/deploying-mvc-applications.md)
- [Caching](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/improving-performance-of-mvc-applications.md)
- Email campaign subscriber management (using the _Kentico.Newsletters_ [integration package](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/starting-with-mvc-development/installing-kentico-integration-packages.md))
- [Multilingual websites](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/localizing-data-on-mvc-sites.md)
- [Page attachments](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/working-with-page-attachments-in-mvc-applications.md)
- [Page preview](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/adding-preview-mode-support-for-mvc-sites.md)
- [Related pages](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/displaying-shared-content-in-mvc-applications.md) (by using [Advanced content modeling](https://docs.kentico.com/k9/developing-websites/defining-website-content-structure/page-types/advanced-content-modeling.md))
- [Smart search](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/providing-smart-search-on-mvc-sites.md)
- [SQL debugging](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/debugging-sql-queries-with-glimpse-on-mvc-sites.md)
- [Web farms](https://docs.kentico.com/k9/developing-websites/developing-sites-using-asp-net-mvc/developing-mvc-applications/improving-performance-of-mvc-applications.md)
- [Workflow](https://docs.kentico.com/k9/managing-website-content/working-with-pages/using-workflows.md) – basic and advanced

## Kentico features not supported for MVC sites

Features or scenarios that are not included in the supported list above are not fully tested. You may be able to implement some of the functionality in your MVC application, but we cannot guarantee that everything will work correctly.

For example, the following features are currently not supported:

- Continuous integration
- Custom tables
- Device profiles
- E-commerce features
- Google Sitemaps
- Integration bus
- Macro resolving
- Media libraries
- Membership and security
- On-line marketing features
- Page aliases
- Staging (for objects not created via the administration UI)
- Web parts
- Widgets

For more information about specific scenarios, please contact our [support](http://devnet.kentico.com/support) with a detailed description of your requirements.
