Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 1.35 KB

File metadata and controls

63 lines (51 loc) · 1.35 KB
description Get up and running with Umbraco.AI in your Umbraco CMS installation.

Getting Started

This guide walks you through installing Umbraco.AI, configuring your first AI connection, and making your first AI-powered request.

Prerequisites

Before you begin, ensure you have:

  • Umbraco CMS 17.0 or later installed
  • .NET 10.0 SDK or later
  • An API key from your AI provider (for example, OpenAI)

Steps

1. Installation Install the Umbraco.AI packages via NuGet
2. Configuration Configure default profiles in appsettings.json
3. First Connection Create a connection to your AI provider
4. First Profile Create a profile and use it in code

In This Section

{% content-ref url="installation.md" %} Installation {% endcontent-ref %}

{% content-ref url="configuration.md" %} Configuration {% endcontent-ref %}

{% content-ref url="first-connection.md" %} Your First Connection {% endcontent-ref %}

{% content-ref url="first-profile.md" %} Your First Profile {% endcontent-ref %}