| description | Get up and running with Umbraco.AI in your Umbraco CMS installation. |
|---|
This guide walks you through installing Umbraco.AI, configuring your first AI connection, and making your first AI-powered request.
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)
| 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 |
{% 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 %}