> 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/library-roles/using-civic-data.md).

# Using civic data

**What's the need?**

* Civic data can help libraries to better understand the communities they serve and, in turn, make more informed decisions about collections, staff, and programming.

**Why the library?** &#x20;

* Libraries are already data-driven organizations and collect internal data on how collections and spaces are used.&#x20;
* If the library is advocating for the importance of civic data it is vital to demonstrate its importance at home. &#x20;

**What you can do:**

* Use Census data to create demographic profiles of the communities you serve; consider languages spoken, education levels, income, and employment
* Incorporating civic data into reporting can model great open data practices for patrons and the broader community.&#x20;
* Consult state or municipal open data for data sources that can help you make your case for an upcoming grant or new library initiative.&#x20;

**Inspiration:**

* Topeka, KS: Mirza Sharma, D. (2016). [Using GIS to Assess Public Libraries ](http://publiclibrariesonline.org/2016/01/using-gis-to-assess-public-libraries/). *Public Libraries Online*.  &#x20;

**Resources you can use:**

* [The Research Institute for Public Libraries (RIPL)](https://ripl.lrs.org/) offers trainings and conferences for public libraries who want to use civic data
* Hertel, K., & Sprague, N. (2007).[ GIS and census data: Tools for library planning](https://doi.org/10.1108/07378830710755009). *Library Hi Tech,* 25(2), 246-259.
* Adkins, D., & Sturges, D. (2004). [Library service planning using GIS and census data](https://mospace.umsystem.edu/xmlui/handle/10355/46219). *Public Libraries*, 43(3), 165-170 &#x20;


---

# 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/library-roles/using-civic-data.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.
