> 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/ai-model/usage.md).

# Usage

## AI Co-Operator

The AI Co-Operator provides assistance and guidance in the development process and helps with offsetdata integration.

### Getting Started

To begin using the Offsetdata AI, go to [app.offsetdata.com/ai ](https://app.offsetdata.com/ai)and provide your development requirements. This will allow the AI model to access the necessary information and assist you with offsetdata integration within your project. The AI model is designed to help you discover new attributes and fields that provide additional context and information for your Web3 project.

### AI-Cooperator

The AI-Cooperator is a powerful language model trained by Offsetdata Ltd. It has been extensively trained to guide you through technical issues and the development process. With its advanced language processing capabilities and extensive knowledge base, the AI-Cooperator can quickly and accurately respond to your queries and provide assistance.

### Example Queries

You can interact with the AI-Cooperator by asking questions or requesting help on specific topics. Here are a few examples:

1. How to integrate Offsetdata library into my Javascript project?
2. How to map tokens with cURL?

Feel free to enter your questions or requests in the input field provided. The AI-Cooperator will analyze your query and respond with the most relevant and helpful information.

### Let's Get Started

The Offsetdata AI Co-Operator is designed to speed up your development process and provide the necessary support for integrating Offsetdata into your projects. Whether you need assistance with technical issues, development guidance, or offsetdata integration, the AI-Cooperator is here to help.

If you have any further questions or need additional support, please feel free to ask. Enjoy using the Offsetdata's AI and make the most out of its capabilities!


---

# 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/ai-model/usage.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.
