> For the complete documentation index, see [llms.txt](https://bcds.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bcds.gitbook.io/handbook/digital-pedagogy/maintenance-archiving.md).

# ¶ Maintenance & Archiving

The following information is intended to assist instructors who want to maintain or archive student work.&#x20;

Due to constant changes in technology, digital projects, whether they are online or stored in a digital file format, are subject to loss and obsolescence. There are steps you can take to help maintain them, meaning keeping a project live and fully functional, and there are steps that can be taken to archive them, meaning capturing a version of a project that preserves the information but not necessarily its interactive component. Taking the following steps will help with project maintenance:

* To reduce obsolescence, save projects and media incorporated into projects using file formats that are open, non-proprietary, and widely available. (See[ "Recommended File Formats"](/handbook/digital-pedagogy/maintenance-archiving/file-types.md)) &#x20;
* When it is not possible to export a file, take a screenshot, e.g., if a cloud-based data visualization tool will not allow you to download the visualization as an image file, take a screenshot of it instead.
* If the project is online, periodically view it to make sure it is still viewable and that nothing needs to be updated, e.g., if it is Wordpress, the platform version or a plugin might need to be updated by simply clicking “update.”&#x20;
* To prevent media loss, upload media so that it “lives” in a project or in a permanent repository linked to the project.&#x20;
* When linking to media, choose media from more reliable repositories like the Internet Archive and Wikicommons as opposed to YouTube or an image found on a random webpage.
* To reduce “link rot” or “dead links, link to source less likely to be taken down or moved, e.g., sources in the Internet Archive, Wikipedia, and museum digital collections. Also, periodically check for dead links using a free link checker tool (Search “link checker” in a web browser, and multiple tool options will come up.)

For more information, talk to the[ BCDS Group](mailto:digschol-ggroup@bc.edu), which can help you create a maintenance or preservation plan. <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bcds.gitbook.io/handbook/digital-pedagogy/maintenance-archiving.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.
