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

# Modules & Citations

> The interactive blocks Nikiwa renders inside an answer, and the citations behind them.

## Modules

A module is a structured, interactive block that Nikiwa renders inline in a chat answer instead of describing data in prose. When a tool returns tabular or visual data, Nikiwa surfaces it as a module you can read, sort, and explore directly. Modules appear as their underlying tools complete, streaming into the answer in real time.

Common modules include:

<CardGroup cols={3}>
  <Card title="Tables" icon="table">
    Token holdings, holders and traders, counterparties, and transactions.
  </Card>

  <Card title="Charts & canvases" icon="diagram-project">
    Token flows, transfers, and counterparty relationships, rendered as an explorable visual.
  </Card>

  <Card title="Stat blocks" icon="gauge">
    Key figures such as risk scores, PnL, and portfolio totals.
  </Card>
</CardGroup>

<Tip>
  A module is the same structured data the [Tools API](/api-reference/overview) returns. The app renders it visually; call the tool directly and you get the raw data behind it.
</Tip>

## Citations

Every factual claim in an answer is backed by a citation pointing to its data source. Citations let you verify a result and jump straight to the underlying evidence, whether that is a transaction, a holder list, or a market data point.

## Canvas view

For relationship-heavy questions like token flows, transfers, and counterparty networks, Nikiwa renders results on a canvas: an interactive graph you can pan, zoom, and click into to trace how value moves between addresses.
