> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gourmand.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Collect and Manage Development Data in Gobi

> Collecting data on how you build software

When you use Gobi, you automatically collect data on how you build software. By default, this development data is saved to `.gobi/dev_data` on your local machine.

You can read more about how development data is generated as a byproduct of LLM-aided development and why we believe that you should start collecting it now: [It’s time to collect data on how you build software](https://blog.gourmand.dev/its-time-to-collect-data-on-how-you-build-software)

## How to Configure Custom Data Destinations

You can also configure custom destinations for your data, including remote HTTP endpoints and local file directories.

Data destinations should be configured directly in the `data` section of your `config.yaml` file. See more details about adding `data` configuration in the [YAML specification](/reference#data).

When sending development data to your own HTTP endpoint, it will receive an event JSON blob at the given `schema` version. You can view event names, schema versions, and fields [here in the source code](https://github.com/gourmand/gobi/tree/main/packages/config-yaml/src/schemas/data).
