# CollectionBuilder

[CollectionBuilder](https://collectionbuilder.github.io/) is a static site generator designed specifically for hosting digital exhibitions. Users create a GitHub account, but no coding or command line knowledge is needed to set up or manage the project.

The focus is on metadata, not web design. All users need to do is gather a set of image files, and prepare their associated metadata in a standardised, csv format. CollectionBuilder uses this metadata to conjure an exhibition website according to a pre-programmed template, which can be hosted and served using GitHub Pages.&#x20;

Developed by University of Idaho Library as a tool to create free digital collections, staff soon recognised its equal potential as a teaching tool. It features a gentle learning curve that teaches the principles of good metadata management. Get the metadata right, and the site builds itself.

Being template-based, all sites built using Collection Builder will look the same in terms of layout - the only difference is the digital content supplied, and the functionality, which can scale according to need. At a basic level, images can be browsed and searched. But if additional metadata is provided, the images can also be categorised, mapped, or visualised by date.&#x20;

For example, including subject headings in metadata will generate a tag cloud, allowing browsing by category or theme. Including dates allows images to be sorted and visualised as a timeline. And finally, including latitude and longitude data will generate an interactive map, on which the images are 'pinned' to their geographic locations. The final product gives the impression that a lot of programming has gone into the site, when in fact, the content is driven solely by csv.

Try this step-by-step [CollectionBuilder workshop](/minimal-digital/digital-archives-and-exhibitions/collection-builder/workshop.md) for setting up a sample digital archive.

Like [Google Sites](/minimal-digital/digital-archives-and-exhibitions/google-arts-and-culture.md), CollectionBuilder offers unbranded, ad-free web-hosting with generous storage. It works well without customisation, but if a user has coding knowledge or has an interest in learning, its appearance and functionality can be modified. However, it lacks native support for IIIF. If this is a requirement, take a look at [Wax](/minimal-digital/digital-archives-and-exhibitions/wax.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aeh0.gitbook.io/minimal-digital/digital-archives-and-exhibitions/collection-builder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
