> For the complete documentation index, see [llms.txt](https://urchin.gitbook.io/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://urchin.gitbook.io/overview/api-reference/template.md).

# Template

Templates are blueprints to store structured data for whatever your needs may be. An easy analogy to think of a template is that it's very similar to a [form](https://docs.google.com/forms/d/e/1FAIpQLSeI8_vYyaJgM7SJM4Y9AWfLq-tglWZh6yt7bEXEOJr_L-hV1A/viewform?formkey=dGx0b1ZrTnoyZDgtYXItMWVBdVlQQWc6MQ). A template is constructed of several inputs that the user determines necessary. For example, if you were storing a public user profile, you may want a "username," "twitter handle," and "bio." The first two of those are likely text inputs and bio may need to be longer such as a "textArea." In addition to every standard type of input, Urchin also permits file inputs as well as simple validations to keep any entries that will use these blueprints from violating any limits you want to set.
