> 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/version.md).

# Version

## Current Versions

This documentation provides an overview of the different versions of the components related to Offsetdata. Each version corresponds to a specific component and includes information about its purpose and features.

### MicroFrontend Version: 1.21.0

<https://offsetdata.com>

Front-end component Offsetdata landing

### App Version: 0.2.6 Beta

<https://app.offsetdata.com>

Offsetdata application offers a convenient way to access and utilize Offsetdata's services on your mobile device and computer. This version is currently in the beta stage, providing basic functionality. It may include new features and bug fixes compared to earlier versions.

### API Version: 0.9.6 Beta

The API version 0.8.0 Beta is the back-end component of Offsetdata that enables developers to interact with the platform programmatically. It provides a set of endpoints and functionalities for data submission, retrieval, and validation. This version is currently in the beta stage, and it may contain additional features and improvements compared to previous versions.

### SDK Version: 1.1.2

<https://www.npmjs.com/package/offsetdata>

The SDK version 1.1.1 is a software development kit (SDK) that simplifies the integration process of Offsetdata's services into your applications. It offers Node Package Manager (NPM) package for data and NFT queries. It provides a convenient way to install and integrate Offsetdata's services into your Node.js or JavaScript projects. This version includes bug fixes, performance enhancements, and additional features compared to previous versions. It ensures a smooth integration process with Offsetdata's platform.

Note: The versions mentioned above represent the current state of each component at the time of this documentation. It's essential to check for the latest releases and updates from Offsetdata to take advantage of new features and improvements. Always refer to the official documentation or the respective repositories for detailed information about each component's version-specific features and instructions.

### Chrome Extension Version: 0.0.4

<https://chrome.google.com/webstore/detail/offsetdata-web3-data-mana/mleenidgghahbdmlahmkkbmeenbgnaec>

The Chrome Extension version 0.0.4 is a browser extension that allows users to interact with Offsetdata's services directly from their Google Chrome browser. It provides seamless integration for data submission, validation, and other related functionalities. Version 1.0.2 includes bug fixes and improvements to enhance the user experience.

### Marketplace Version: 0.0.9 Beta


---

# 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/version.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.
