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

# Data Offsetting

## Overview

This functionality simplifies the process of transmitting data to the blockchain, thereby minimizing barriers and lowering friction.

Compared to the [Data Lake](/gm/application/datalake.md) application feature, which supports larger and structured datasets such as `csv` files, *Data Offsetting* is beneficial for handling smaller, less formally structured data.

## Key Features

* **Data Classification:** Offers predefined data classification options such as CO2 Emissions, Energy Usage, Medical Records, etc.
* **Custom Data Classification:** If the predefined categories are insufficient, users can create their own classifications to align with their business needs.
* **Chrome Extension Integration:** Data from the Offsetdata Chrome Extension can be seamlessly submitted to the blockchain using a pre-filled submission form.
* **Custom References:** Users can add custom references that remain associated with the data.
* **Notes:** Users can include useful notes within the blockchain data record.
* **Blockchain Selection:** Offsetdata offers a diverse range of blockchain options to cater to various requirements.
* **Speed:** Provides a straightforward and rapid method for storing data on the blockchain without complex forms and protocols.

## Usage

1. Navigate to the "Data Offsetting" button located on the left-hand side of the Offsetdata Application's navigation bar.
2. Choose from the available predefined data classification options.
3. Complete the data submission form by supplying the following information:
   * **Form Reference:** User-defined reference for the form.
   * **Record:** Data intended for the blockchain.
   * **Notes:** Pertinent notes linked to the data.
   * **Visibility:** Choose between public availability or privacy for the data.
   * **Zero Knowledge Proof:** Enable or disable the Zero Knowledge Proof option.
   * **Blockchain Selection:** Choose the preferred blockchain option.
   * **Record Number**: This field is autogenerated.
4. Select the "Submit Data" button to proceed.

## Summary

The outlined workflow empowers Offsetdata's users to securely and swiftly submit data to the blockchain.

This streamlined process eliminates bottlenecks, preserving work momentum and reducing friction.

Should you have any inquiries or require assistance, please don't hesitate to reach out to our support team at <support@offsetdata.com>.

Happy private and public data storage!


---

# 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://2435ghj424g6j.gitbook.io/gm/application/data-offsetting.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.
