> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# ILibrary interface

> Core interface that every NanoForge library must satisfy.

# ILibrary

## Summary

Core interface that every NanoForge library must satisfy.

## Signature

```typescript theme={null}
interface ILibrary 
```

## Remarks

Implement this interface (or extend an abstract base such as `BaseAssetManagerLibrary`) to create a custom library and register it with the engine via `NanoforgeApplication.use`.
