# High-level design

Archivists upload packages containing born-digital files to an S3 bucket (the "transfer source bucket").

These packages are then processed by Archivematica. It does various processing steps and analysis, and creates [a METS file](https://en.wikipedia.org/wiki/Metadata_Encoding_and_Transmission_Standard) which describes the contents of the archive. The files and the metadata get packaged in a BagIt bag, which is uploaded to the Wellcome storage service for permanent storage.

Successfully stored archives are then sent to iiif-builder, which uses the METS file to construct a IIIF Presentation manifest to describe this archive. (If we can make the archive publicly available.)


---

# 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://docs.wellcomecollection.org/archivematica/high-level-design.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.
