> For the complete documentation index, see [llms.txt](https://civic-switchboard.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://civic-switchboard.gitbook.io/guide/maintaining-momentum/resources.md).

# Selected Resources

On this page, we've selected and described some resources that we think are most  to the "Maintaining" section.&#x20;

**Living Cities, et al. “The Civic Tech and Data Collaborative Toolkit: Sustaining the Gain.” Medium. 2018.** [**https://medium.com/civic-tech-data-collaborative/the-ctdc-toolkit-sustaining-the-gain-632c813d16fe**](https://medium.com/civic-tech-data-collaborative/the-ctdc-toolkit-sustaining-the-gain-632c813d16fe) &#x20;

The Civic Tech and Data Collaborative Toolkit was compiled by Living Cities, the National Neighborhood Indicators Partnership and Code for America. In this section, the authors share resources for nourishing community networks and achieving your desired impacts.

**Reynoso, Elizabeth, Kathryn L.S. Pettit, and Christopher Whitaker. "Collaborating for 21st Century Solutions." The Urban Institute. June 19, 2018.**  [**https://www.urban.org/research/publication/collaborating-21st-century-solutions**](https://www.urban.org/research/publication/collaborating-21st-century-solutions)

The Urban Institute provides a useful starting point for identifying philanthropic groups that have supported civic data initiatives and for developing strategies to diversify resources. The authors remind us that resources can be in a form other than a check and stress that managing “in-kind support for labor, space, data, or technology” will be key to civic data projects.

**Skinner, Katherine. "Community Cultivation: A Field Guide." Educopia Institute. November 7, 2018.** [**https://educopia.org/cultivation**](https://educopia.org/cultivation)

This guide from Educopia provides communities with tools and tips to plan for growth, transition from pilot projects to sustainable programs, and navigate common challenges to successful collaborations.   \ <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, and the optional `goal` query parameter:

```
GET https://civic-switchboard.gitbook.io/guide/maintaining-momentum/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.
