# Static Site Generation (SSG) An approach in which a site is generated as a build step. If there is dynamic content, then that content is loaded during the build, and included in the generated site. Some cases can't be handled by SSG. For example search pages, that users can use to submit too many different queries. SSG is not an option for such cases