> 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.md).

# Digital Pedagogy

In addition to introducing digital pedagogy as a concept, this section provides guidance on how to implement digital pedagogy practices. The Digital Scholarship Group facilitates digital pedagogy in the classroom. For assistance or questions, contact [Melanie Hubbard](mailto:melanie.hubbard@bc.edu).

* Also, see [**Introduction to Digital Pedagogy**](https://storymaps.arcgis.com/stories/0ae864863af4459ab191b74321de7c75), for videos and interactive content.

### Contents

* [What is Digital Pedagogy?](/handbook/digital-pedagogy/what-is-digital-pedagogy.md)
* [Considerations](/handbook/digital-pedagogy/considerations.md)
* [Recommendations](/handbook/digital-pedagogy/recommendations.md)
* [Assignment Design](/handbook/digital-pedagogy/assignment-design.md)
  * [Learning Outcomes](/handbook/digital-pedagogy/assignment-design/learning-outcomes.md)
  * [Mode/Method/Tool Process](/handbook/digital-pedagogy/assignment-design/mode-method-tool-process.md)
  * [Assignment Examples](/handbook/digital-pedagogy/assignment-design/examples.md)
* [Evaluation](/handbook/digital-pedagogy/evaluation.md)
  * [Assignment Criteria ](/handbook/digital-pedagogy/evaluation/criteria.md)
* [Maintenance & Archiving](/handbook/digital-pedagogy/maintenance-archiving.md)
  * [Recommended File Formats](/handbook/digital-pedagogy/maintenance-archiving/file-types.md)

###


---

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