In a Bayesian context, to analyse the posterior distribution, one can define the Highest Posterior Density (HPD) region or interval as $$\{\theta; \pi(\theta \mid x) \geq k\} $$ in both unidimensional and multidimensional case (Robert - The Bayesian Choice, p 25).
In the unidimensional case, the HPD region is an interval or an union of intervals. In multidimensional case, the HPD region is more complicated and in general it is not possible to summarise it as simply as a union of intervals.
To keep things simple, a solution would be to compute HPD regions of the marginals. I suppose that this is what is most often done in the literature, for summary tables for example, is that right?
Second question: more generally, how do HPD regions of the marginals relate to the HPD region of the joint distribution?