Skip to main content
1

Install

Install AI•Pkg.Docs

Install the NuGet package:
dotnet add package AI•Pkg.Docs
Or use the Package Manager Console:
Install-Package AI•Pkg.Docs
2

Configure

Configure your application

Add AI•Pkg.Docs to your application’s service collection:
using AIPkg.Docs;

// In your Program.cs or Startup.cs
services.AddAIPkgDocs();
Customize the configuration based on your needs. See the Configuration Guide for more options.
3

Use

Start using AI•Pkg.Docs

Basic usage example:
// Example code showing how to use AI•Pkg.Docs
var service = serviceProvider.GetRequiredService<IMyService>();
var result = await service.DoSomethingAsync();
You’re now ready to start using AI•Pkg.Docs! Check out the API Reference for more details.

Next Steps

API Reference

Explore the complete API documentation

Guides

Learn more with detailed guides and tutorials