> For the complete documentation index, see [llms.txt](https://sfdigitalservices.gitbook.io/data-inventory-process/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sfdigitalservices.gitbook.io/data-inventory-process/readme.md).

# Data & System Inventory Introduction

### Background

Open Data -- sharing internal data with the public -- is an important product of any modern government. It increases transparency, accountability, streamlines processes, and can drive innovation. For these reasons, San Francisco approved the [Open Data Policy](https://codelibrary.amlegal.com/codes/san_francisco/latest/sf_admin/0-0-0-13982) in 2009 to drive the publication of government data. This allows the public and city employees to access valuable information easily and at no cost.

Part of this policy was the requirement to create an [**inventory of all datasets**](https://data.sfgov.org/City-Management-and-Ethics/Dataset-inventory/y8fp-fbf5/about_data) and [**enterprise data systems**](https://data.sfgov.org/City-Management-and-Ethics/Inventory-of-citywide-enterprise-systems-of-record/ebux-gcnq/about_data) across the city and assess which should be shared with the public.&#x20;

### Goals of the Inventory

There are two main goals of the inventory:

1. Keep track of all [Enterprise Data Systems](/data-inventory-process/appendix/what-is-a-enterprise-data-system.md) across the City and County of San Francisco
2. Identify valuable datasets - either for internal use or for public consumption - and make a plan to share them with the appropriate groups

### Summary & Next Steps

1. **Summary:** We recommend reading the "[Summary](/data-inventory-process/summary.md)" section first to get an overview of the process and what you need to do.&#x20;
2. **First time doing the inventory:** If your department has not done an inventory before, please see "[Starting your data inventory](/data-inventory-process/starting-your-data-inventory.md)."&#x20;
3. **If you have an existing inventory:** Go directly to "[Updating your existing data inventory](/data-inventory-process/how-to-update-your-inventory.md)."

Happy Inventorying!

{% hint style="info" %}
If you have any questions about the inventory process please reach out to <datasf@sfgov.org> and cc <support@datasf.org>
{% endhint %}


---

# 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://sfdigitalservices.gitbook.io/data-inventory-process/readme.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.
