> For the complete documentation index, see [llms.txt](https://community-archives.gitbook.io/toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community-archives.gitbook.io/toolkit/appendix-further-reading-and-resources/appendix-f.-technical-resources.md).

# Appendix F. Technical Resources

### Database platforms

* [Mukurtu CMS](https://mukurtu.org/)
* [The Collections Management System Collection](https://docs.google.com/spreadsheets/d/1cXOug3qM0pNNeD_wssiVEv9c0W1Y5I1VDTnSPTk7fb4/edit)—A crowd-sourced list of digital  repository options to reference for the diversity of options for collection management systems (aka digital repositories, content management system, or CMS).

### Story Map platforms

* [Tacoma Stories](https://uw.maps.arcgis.com/apps/CrowdsourceReporter/index.html?appid=f5c9f63d17274acca30a816f2946768e)—the map platform created as part of the CAC project.
* [Create a Community My Map](https://applieddigitalskills.withgoogle.com/c/middle-and-high-school/en/create-a-community-my-map/overview.html)—customize a map that highlights locations important to your community and culture requires a Google for Education account.
* [Felt](https://felt.com/for-everyone)—freemium collaborative mapping platform.
* [HistoryPin](https://about.historypin.org/how-to-guides/)—free multimedia mapping and storytelling tool.

<figure><img src="/files/U8kvNRgezoQSMUHrWGxh" alt=""><figcaption><p>Figure 23. Oral history prompts in 9 languages at Salishan Story Fest, August 13, 2022. Photo by Mikayla Heineck.</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://community-archives.gitbook.io/toolkit/appendix-further-reading-and-resources/appendix-f.-technical-resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
