> For the complete documentation index, see [llms.txt](https://docs.nodoia.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nodoia.app/introduccion/que-es-nodo-ia.md).

# Qué es Nodo IA?

Nodo IA es una plataforma que captura y analiza lo que las personas realmente están buscando en su ciudad.

Cuando alguien busca un apartamento, un vehículo, un servicio o un producto, esa búsqueda no es solo una acción dentro de una app — es una señal real de demanda.\
Nodo convierte esas señales en datos estructurados que permiten entender qué está creciendo, qué está bajando y qué sectores están moviéndose.

Más que un marketplace, Nodo funciona como un sistema que conecta:

* Lo que la gente busca
* Lo que las empresas ofrecen
* Y cómo cambian esas tendencias con el tiempo

A través de la actividad diaria de los usuarios, la plataforma construye un mapa dinámico de demanda local.

Además, con **Nodo News**, se añade contexto informativo: noticias relevantes del país que ayudan a entender por qué ciertas categorías empiezan a subir o bajar.

El resultado es una herramienta que no solo permite buscar o publicar productos, sino también entender el comportamiento real del mercado.

Nodo IA transforma búsquedas reales en inteligencia de mercado.


---

# 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://docs.nodoia.app/introduccion/que-es-nodo-ia.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.
