Forecasts using Ramsey optimal policy

Hello, I would like to make a forecast from a given state using Ramsey Optimal Policy. Is this possible?
I have tried to find this in the documentation, but I could not.

I also thought about stacking impulse responses to form a forecast, but in the context of optimal policy, I think they are not linearly stackable if I use a quadratic loss function.

You should be able to call the

command after the ramsey_policy
command (alternatively after a combination of ramsey_model and stoch_simul)

Thank you