> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-4/migration-promptfoo.md).

# Recipe: Port a Promptfoo config

Recipe — port a Promptfoo config into Stratix.

## Steps

1. Export Promptfoo `tests:` and `assertions:` from `promptfooconfig.yaml`.
2. Map tests → Stratix dataset rows.
3. Map assertions → Stratix scorers (deterministic checks) and judges (LLM-graded).

## See also

* [Migration: From Promptfoo](/6.-build-wire-your-code/from-promptfoo.md)
