I was told to use the initial parameter and not the instance in my view first
"An inline formset is related to one instance of the parent model. You identify which instance the formset is related to by the “instance” parameter. The “initial” parameter has a different usage, which is defined in the docs."
But I can't seem to find an examples in the docs
How do I change my view so that that it initialize my form set with URL Query?