---
title: "init(_:)"
framework: foundationmodels
role: symbol
role_heading: Initializer
path: "foundationmodels/instructions/init(_:)"
---

# init(_:)

## Declaration

```swift
init(@InstructionsBuilder _ content: () throws -> Instructions) rethrows
```

## See Also

### Creating instructions

- [InstructionsBuilder](foundationmodels/instructionsbuilder.md)
- [InstructionsRepresentable](foundationmodels/instructionsrepresentable.md)
