# Introduction

[DataSF](https://datasf.org) operates the City and County of San Francisco's [official open data portal](https://data.sfgov.org). We are documenting standards to make data more useful and consistent across the City at scale.

This document serves several purposes:

1. Introduce more consistency within the open data publishing process
2. Provide a single enduring, open document to help onboard new staff
3. Provide a reference for data publishers and users
4. Clarify departmental stewardship of certain reference data

We lean heavily on existing precedent where available. The scope includes:

1. Formats and data structure
2. Common reference standards (lists) that are useful across datasets and departments

We are not including domain-specific standards here like Open311 or LIVES which have their own documentation and communities. We are also not using this to propose new domain specific standards.

Throughout this guide we reference standard names and lists, please refer to the appendix for [reserved column names](/data-standards-guide/appendix/reserved-column-names.md) and an [index of reference data](/data-standards-guide/appendix/reference-index.md).


---

# Agent Instructions: 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:

```
GET https://sfdigitalservices.gitbook.io/data-standards-guide/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
