You can integrate AI Foundry with .NET MAUI applications using Microsoft.Extensions.AI to add intelligent features.AI Foundry allows you to bring AI models directly into your .NET MAUI apps, such as generating tasks in a 'to do' app.Start by creating an agent in AI Foundry and noting your primary endpoint and API key for usage.In .NET 9, new 'to do' app templates include libraries like Syncfusion Toolkit and MVVM Toolkit.Add the Microsoft.Extensions.AI NuGet package to your .NET MAUI app for AI functionality.Create a Chat Client using Microsoft.Extensions.AI to communicate with AI Foundry endpoints securely.Implement logic in your app to send prompts to AI Foundry and receive intelligent responses.Ensure not to include sensitive information in your source code; use secure methods like environment variables.The article provides code snippets for setting up AI integration and handling AI responses in your .NET MAUI app.Explore the Telepathy sample application and resources for more AI-infused features in .NET MAUI apps.Enhance your .NET MAUI apps with AI capabilities following the steps outlined in the article.