---
title: API Examples Kentico 9
---

> 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).

## Getting familiar with the Kentico API

The API examples documentation helps developers learn the basics of the Kentico API and serves as a library of code snippets. The examples demonstrate how to use the API to manage the system's objects, including basic operations (creating, retrieving, updating and deleting) and in some cases more advanced tasks.

The examples are organized into the following categories:

- [Content management](https://docs.kentico.com/api9/content-management.md)
- [On-line marketing](https://docs.kentico.com/api9/on-line-marketing.md)
- [E-commerce](https://docs.kentico.com/api9/e-commerce.md)
- [Social and Community](https://docs.kentico.com/api9/social-and-community.md)
- [Development](https://docs.kentico.com/api9/development.md)
- [Configuration](https://docs.kentico.com/api9/configuration.md)

> **Tip:** **Tip**: If you wish to inspect the example code directly in Visual Studio, you can find the files in the **CodeSamples\APIExamples** folder of your Kentico setup files (_C:\Program Files\Kentico\9.0\\_ by default).
