# Knowledge Base

## Knowledge Base

- [GriffinAI. Executive Summary](https://griffin-ai.gitbook.io/knowledge-base/griffinai.-executive-summary.md)
- [The Integration Challenge of AI in Blockchain and Web 3.0](https://griffin-ai.gitbook.io/knowledge-base/the-integration-challenge-of-ai-in-blockchain-and-web-3.0.md)
- [Griffin AI's Solution](https://griffin-ai.gitbook.io/knowledge-base/griffin-ais-solution.md)
- [Scope of AI Services](https://griffin-ai.gitbook.io/knowledge-base/scope-of-ai-services.md)
- [Network Participants and Contributors](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors.md)
- [Service Providers (SPs)](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/service-providers-sps.md)
- [Client Providers (CPs)](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/client-providers-cps.md)
- [Users](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/users.md)
- [Trust Guardians](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/trust-guardians.md)
- [Code and Model Creators](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/code-and-model-creators.md)
- [Community Contributors](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/community-contributors.md)
- [AI Agents](https://griffin-ai.gitbook.io/knowledge-base/network-participants-and-contributors/ai-agents.md)
- [Overview Technical Architecture](https://griffin-ai.gitbook.io/knowledge-base/overview-technical-architecture.md)
- [Decentralized AI Network](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network.md)
- [Network Design and Functionality](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/network-design-and-functionality.md)
- [Peer-to-Peer Network Operations](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/network-design-and-functionality/peer-to-peer-network-operations.md)
- [Data Handling and System Integrity](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/network-design-and-functionality/data-handling-and-system-integrity.md)
- [Distributed Database](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/distributed-database.md)
- [Griffin Nodes](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/griffin-nodes.md)
- [Full and Light Nodes](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/griffin-nodes/full-and-light-nodes.md)
- [Node Architecture](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/griffin-nodes/node-architecture.md)
- [Connectivity Layer](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/griffin-nodes/connectivity-layer.md)
- [Functional Layer](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/griffin-nodes/functional-layer.md)
- [Core Layer](https://griffin-ai.gitbook.io/knowledge-base/decentralized-ai-network/griffin-nodes/core-layer.md)
- [Griffin Identity Management and Reputation System](https://griffin-ai.gitbook.io/knowledge-base/griffin-identity-management-and-reputation-system.md)
- [Decentralized ID Registry](https://griffin-ai.gitbook.io/knowledge-base/griffin-identity-management-and-reputation-system/decentralized-id-registry.md)
- [Managing Identity Verification](https://griffin-ai.gitbook.io/knowledge-base/griffin-identity-management-and-reputation-system/managing-identity-verification.md)
- [Service Discovery](https://griffin-ai.gitbook.io/knowledge-base/griffin-identity-management-and-reputation-system/service-discovery.md)
- [Reputation System](https://griffin-ai.gitbook.io/knowledge-base/griffin-identity-management-and-reputation-system/reputation-system.md)
- [Payment Orchestration](https://griffin-ai.gitbook.io/knowledge-base/griffin-identity-management-and-reputation-system/payment-orchestration.md)
- [AI Agent Framework](https://griffin-ai.gitbook.io/knowledge-base/ai-agent-framework.md)
- [Core concepts and definitions](https://griffin-ai.gitbook.io/knowledge-base/ai-agent-framework/core-concepts-and-definitions.md)
- [Griffin AI Agent Structure](https://griffin-ai.gitbook.io/knowledge-base/ai-agent-framework/griffin-ai-agent-structure.md)
- [Blockchain Specific Toolsets and Frameworks](https://griffin-ai.gitbook.io/knowledge-base/ai-agent-framework/blockchain-specific-toolsets-and-frameworks.md)
- [Distributed Agent Builder](https://griffin-ai.gitbook.io/knowledge-base/ai-agent-framework/distributed-agent-builder.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://griffin-ai.gitbook.io/knowledge-base/griffinai.-executive-summary.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.
