Is it mandatory to add your FollowupAction() inside stories?

I am trying to run my form using FolloupAction() like this:

form_action = FollowupAction("preference_form")
return [form_action]

It does not work, but when I added form inside stories it worked. Is it that FollowupAction() does not trigger forms?