If you have some prior knowledge of the distribution(s) of your model function's parameters, this is where you can implement it.
Format: One model parameter per line. For each line, list the lower bound for the parameter (or an "x" if there is none), followed by the upper bound (or an "x" if there is none), followed by the mean and the standard deviation of the Gaussian (or two "x"s in their place if the prior is flat), all seperated by white space.
In total, each line will have four elements (either numbers or "x"s if no prior provided) seperated by white space. For example, a prior with lower bound of 0, no upper bound, and a Gaussian with μ = 1, σ = 2 would have a line of "0 x 1 2".
For custom priors, use the source code (with documentation included).
Pictured is a Gaussian prior distribution with μ = 1, σ = 2, and an upper bound of 3.