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

# System Architecture

#### Data Ingestion Layer

Vision Makers integrates multi-source ingestion pipelines encompassing blockchain nodes, exchange APIs, social graphs, and behavioral insight. Each pipeline is annotated with lineage metadata, ensuring full data traceability and compliance auditability.

#### Processing and Intelligence Layer

Raw event streams are consolidated into an event lake and enriched through curated datasets and advanced feature engineering. Proprietary scoring algorithms and graph-based models are applied to quantify influence, detect anomalies, and generate sentiment-weighted network insights.

#### AI Reasoning Engine

The conversational AI core supports semantic querying, contextual reasoning, and adaptive explanation generation. This enables users to ask natural-language questions that resolve into structured data queries, with the system refining its explanations based on user intent and expertise level.

#### Interface and Access Layer

Users can interact through adaptive dashboards, developer APIs, and exportable intelligence reports. The platform supports role-based access control with tiered privileges spanning freemium access to secure environments.

<br>


---

# 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:

```
GET https://docs.visionmakers.io/docs-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
