---
title: Resources
---
# Forum
If you run into problems with Dynare that you can't seem to resolve by looking
at the manual, the [Dynare Forum](https://forum.dynare.org/) is a good place to
turn. If you're a beginner, odds are someone else has run into the same problem
as you, so make sure you search the forum for similar questions. Otherwise,
feel free to make an account and ask a question yourself. If you're a more
experienced user, heading to the forum from time to time will allow you to
learn the intricacies of Dynare and you might just be able to help out someone
else out!
# Mailing List
If you would like to be informed of recent Dynare news by email (new releases,
Summer School, and Conference dates), feel free to [sign up to receive
notifications](https://www.dynare.org/cgi-bin/mailman/listinfo/info). This is a
low traffic list; you'll receive at least 2 and on average 4 emails per year,
depending on how many releases we create.
# Summer School
We organize a weeklong summer school every year in June where we teach students
how to use Dynare. The fee for students is minimal (equal to expenses on
lunches and one dinner) so as to encourage participation. If this interests
you, please keep a look out for the opening of the application period in April.
# Quick Start
For those who want to quickly have something running, the [Quick Start
page](quick_start) explains how to setup Dynare on Windows and to run your
first model file.
# Manual
The Dynare Manual is the best place to go to understand the Dynare syntax,
commands, and options. The `.pdf` and `.html` versions of the manual are
distributed with each Dynare release and also available here:
[HTML Manual](https://www.dynare.org/manual/)
[PDF Manual](https://www.dynare.org/manual.pdf)
# Dynare Team Presentations[Deterministic Models: Perfect foresight, nonlinearities and occasionally binding constraints](https://git.dynare.org/sebastien/perfect-foresight-slides/raw/master/deterministic.pdf?inline=false), by Sébastien Villemot
[Introduction to DSGE modeling (in French)](https://git.dynare.org/sebastien/dsge-intro/raw/master/dsge-intro.pdf?inline=false), by Sébastien Villemot
[Introduction to the internals of the Dynare Preprocessor](../assets/team-presentations/preprocessor.pdf), by Houtan Bastani and Sébastien Villemot
[Macro Processor Tutorial](../assets/team-presentations/macroprocessor.pdf), by Houtan Bastani and Sébastien Villemot
[Tutorial on using the Preprocessor’s JSON output](https://macro.cepremap.fr/article/2020-01/dynare-preprocessor-w-json/), by Houtan Bastani
[Guide to Specifying Observation Equations for the Estimation of DSGE Models](https://drive.google.com/file/d/1r89OU5OE3CBa6tOlj6l3hNVWEaRH5Anv/view?usp=sharing), by Johannes Pfeifer
[Introduction to Graphs in Dynare](https://drive.google.com/file/d/1DO1OK5AKLWfcJX49ZPCGo58Ni2LdERw4/view?usp=sharing), by Johannes Pfeifer
[Tutorials on how to use the parallel option in Dynare](https://mutschler.eu/dynare/parallel/), by Willi Mutscher
[Solving rational expectations models at first order: what Dynare does](https://www.dynare.org/wp-repo/dynarewp002.pdf), by Sébastien Villemot
[Solving and estimating stochastic models with block decomposition](../assets/team-presentations/mihoubi-stochastic-block-decomposition.pdf), by Ferhat Mihoubi
# Dynare implementations of published models[Ambrogio Cesa-Bianchi’s collection](https://sites.google.com/site/ambropo/replications)
Replication of
[Macroeconomic Model Data Base](https://www.macromodelbase.com/)
The database now covers more than 100 models, ranging from small-, medium- and large-scale DSGE models to earlier-generation New-Keynesian models with rational expectations and more traditional Keynesian-style models with adaptive expectations. It includes models of the United States, the Euro Area, Canada, and several small open emerging economies. Some of the models explicitly incorporate financial frictions.
[Johannes Pfeifer’s collection of Dynare models](https://github.com/johannespfeifer/dsge_mod)
A collection of Dynare models that demonstrates Dynare best practices, providing mod files to replicate important models.
# Dynare Toolboxes[Ambrogio Cesa-Bianchi’s toolbox for the analysis of DSGE models estimated with Bayesian techniques](https://sites.google.com/site/ambropo/dynarecodes)
This toolbox uses the standard output of Dynare to: (i) plot the Markov chain Monte Carlo (MCMC), (ii) plot the ergodic distribution of the posterior distribution, (iii) plot the prior versus the posterior distribution, together with the mode of the posterior, (iv) assess the convergence of the MCMC chain through CUSUM procedure, and (v) compare the correlation between the estimated parameters implied by both the Hessian and the chain. The toolbox makes use of few MATLAB routines of Dynare 4.3.
[Occbin](https://github.com/lucaguerrieri/occbin)
A set of routines that solve models with occasionally binding constraints using Dynare.
# Tutorial Learn how to perform a stochastic simulation of a small model with Dynare in ten minutes
[example1.mod](../assets/tutorial/example1.mod)
[example2.mod](../assets/tutorial/example2.mod)
# Wiki Various bits of information such as [new](https://git.dynare.org/Dynare/dynare/wikis/NewFeatures) or undocumented features, [development plans](https://git.dynare.org/Dynare/dynare/wikis/RoadMap), and [known](https://git.dynare.org/Dynare/dynare/wikis/KnownBugs) and [fixed](https://git.dynare.org/Dynare/dynare/wikis/FixedBugs) bugs.[New Wiki](https://git.dynare.org/Dynare/dynare/wikis/home)
[Old Wiki](https://archives.dynare.org/DynareWiki/TableOfContents)
# Dynare++ Originally written by Ondra Kamenik, Dynare++ is a C++ library that computes higher order approximations of DSGE models via a perturbation method. It is available as a standalone executable program (shipped with the Dynare installer) and is also used by Dynare to compute higher order approximations.[Solving Stochastic Dynamic Equilibrium Models: A K-order Perturbation Approach](../assets/dynare++/k_order.pdf), a paper by Michel Juillard and Ondra Kamenik that describes the overall algorithm
the [Dynare++ tutorial](../assets/dynare++/dynare++-tutorial.pdf), that describes the usage of the standalone executable
a description of the algorithm used for [Ramsey optimal policy in Dynare++](../assets/dynare++/dynare++-ramsey.pdf)
a description of the algorithm used for [solving the specialized Sylvester equation](../assets/dynare++/sylvester.pdf)
the internal documentation of the [tensor library](../assets/dynare++/tl.pdf)