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

# Introduction

## Imagine this,

You're browsing the web, catching up on news, scrolling through social media, or diving into a fascinating research rabbit hole. Every click, every page you visit generates a wealth of data. But what if all this information, currently scattered across the vast digital landscape, could be harnessed for a groundbreaking purpose?

This is the vision behind Spider, an innovative platform launched in May 2024. Spider isn't your average web browser. It's a revolutionary platform built on the power of decentralization, aiming to create the world's leading dataset for AI development – and it all starts with your everyday browsing habits. Here's the catch: Spider works seamlessly through a Chrome extension, transforming your browsing into a force for good in the world of AI.

### Data is the lifeblood of our digital age.

It's the fuel that propels innovation, from the clay tablets of ancient civilizations to the sprawling cloud storage facilities of today. Data reveals hidden patterns, exposing inefficiencies and shaping our understanding of human behavior. It's a window into the future, a powerful tool that can unlock a world of opportunity. But the true value of data lies in its responsible utilization.

Here's the challenge: current methods for creating AI training datasets are often expensive and centralized. A handful of companies control the data that shapes the future of AI, potentially limiting diversity and introducing biases. Spider aims to disrupt this paradigm.

By leveraging the collective power of the internet itself, Spider empowers you to become an active participant in the AI revolution. Imagine a vast, ever-evolving dataset constantly enriched by the combined browsing activity of millions of users, all facilitated by Spider's easy-to-use Chrome extension. This is the future Spider envisions: a future where the power of data isn't concentrated in the hands of a few, but democratized and harnessed for the greater good.

This whitepaper will delve deeper into the inner workings of Spider. You'll discover how the Chrome extension works and how it empowers you to contribute to the future of AI, all while being rewarded for your participation. We'll explore the technical aspects of the network, the benefits it offers to various stakeholders, and the exciting roadmap that lies ahead.


---

# 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://spider-2.gitbook.io/the-spider-whitepaper/welcome/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.
