Quick Start
Install the cfa CLI, sign in, install the plugin, teach your AI, and verify the editor connection in five commands.
Install the cfa CLI, sign in, install the plugin, teach your AI, and verify the editor connection in five commands.
Five commands, top to bottom. Run them in order and you are set up. The guides go deeper on each step, so you only need the basics here.
Install the standalone cfa command. The PowerShell one-liner needs nothing else, no Node, no npm. Prefer npm? It is one tab over.
irm https://codefizz.dev/install.ps1 | iexNo Node or npm needed. From classic Command Prompt: powershell -c "irm https://codefizz.dev/install.ps1 | iex"
Activate this machine. cfa login opens your browser so you sign in with the same CodeFizz account as on the website. Details in License & Machines.
cfa loginPoint at the engine you want it on. Other targets and version options are in Installing the Plugin.
cfa install-plugin "E:/Unreal/UE_5.8"Install the bundled skill so your assistant knows how to use cfa. Narrower scopes are in The AI Skill.
cfa skill installOpen your project in Unreal, then run this. The plugin is already signed in from step 2, so there is nothing to activate.
cfa health_check