> For the complete documentation index, see [llms.txt](https://aishare.gitbook.io/aishares-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aishare.gitbook.io/aishares-whitepaper/ai-shares-introduction.md).

# AI Share's Introduction

<figure><img src="/files/CEFEuUxuh4lNPZ0f9vYw" alt=""><figcaption></figcaption></figure>

**Welcome to AIShare**

AIShare is a Web3-AI platform that aims to change how AI is developed and used. In today’s AI landscape, resources such as data, computing power, and collaboration tools are often scattered and expensive, making the process complicated and costly. <mark style="background-color:blue;">**AIShare brings all these essential components together into a single, easy-to-use platform**</mark>. By doing so, we make <mark style="background-color:blue;">**AI development more accessible, efficient, and rewarding for everyone**</mark>, from individual developers to startups and large businesses.

Whether you are an experienced AI developer, a tech startup looking to incorporate AI into your services, or a well-established business seeking to leverage AI for a competitive edge, <mark style="background-color:blue;">**AIShare offers the tools, resources, and community support you need to succeed**</mark>**.** Our platform provides everything from high-quality datasets and GPU resources to advanced AI models, AI Agents and collaboration tools, all within a unified system.


---

# 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://aishare.gitbook.io/aishares-whitepaper/ai-shares-introduction.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.
