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

# Knowledge Cards

export const Viz = ({src, ...props}) => {
  const frameId = `viz-${Math.floor(Math.random() * 10000)}`;
  return <iframe id={frameId} data-src={src} data-is-viz="true" src={src} width="100%" className="rounded-xl" frameBorder="0" {...props} />;
};

Knowledge cards are compact, interactive representations of structured information.
They’re designed to make complex data easy to understand, embed, and share - ideal for both human users and AI agents. We often refer to them as “atomic units of knowledge” or “mini encyclopedias.”

Each card is generated based on the semantic meaning of a user’s prompt and includes the most relevant data we can retrieve. Cards are composed of elements like charts, tables, text, navigation, sourcing, and methodology information.

Enterprise customers can theme cards so they look more native in their products.

### Example

A query like “AMD vs. Nvidia headcount since 2013” produces a card that pulls Full-Time Employee counts from S\&P and renders a side-by-side time series chart, complete with interactive date selection.

<Viz src="https://tako.com/embed/geYufvSx04pyWX7GpHeR/" />

Tako supports a wide range of card formats like financial line charts, professional sports schedules, and M\&A transaction tables.
