> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How the ChatGPT App works

> Conceptual flow for conversational access to Blockchain Library knowledge.

```mermaid theme={null}
sequenceDiagram
  participant U as User
  participant C as ChatGPT
  participant T as Library tool
  participant K as Knowledge source
  U->>C: Ask a blockchain question
  C->>T: Request relevant knowledge
  T->>K: Retrieve supported content
  K-->>T: Structured result
  T-->>C: Tool response
  C-->>U: Answer with context
```

## Design goal

The app should help users reach useful educational material without presenting unsupported claims as authoritative facts.
