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

# Introduction

### What is Teneo Protocol?

Teneo Protocol is a decentralized and permissionless network of autonomous AI agents that transform real-time public data streams into useful, structured intelligence. By running a Teneo Protocol Community Node, anyone can activate their own Sub-Agent as a browser extension. These Sub-Agents operate independently in users’ environments, connecting, structuring, and turning public digital content from the open web, such as social media signals, into real-time intelligence for AI systems, researchers, and builders.

This enables a community-driven infrastructure for AI and every downstream app, where every node becomes a contributor, not just a consumer.

#### Why Decentralizing Data Access Matters

Data fuels everything from business decisions to AI innovation, yet most of it remains locked within corporate platforms or is priced out of reach. With Teneo Protocol, individuals become contributors in a new paradigm, where real-time public data is structured, distributed, and made usable by specialized Agents for researchers and builders through a decentralized Swarm of user-powered Sub-Agents. Made accessible via the Teneo Protocol Agent Console.


---

# 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://teneo.gitbook.io/teneo-docs/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.
