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

# Glossary and key concepts

> Learn the core terms and structures you use when working in cfo.ai.

These concepts describe how cfo.ai organizes your source data, financial logic, and reporting views.

## Terms

<CardGroup cols={1}>
  <Card title="Model" icon="table">
    The main container for a financial plan. A Model holds its Pages, Variables, Dimensions, Scenarios, and connected data.
  </Card>

  <Card title="Page" icon="file-lines">
    A workspace within a Model that groups related Tables, Charts, and Text Blocks.

    <Frame>
      <img src="https://mintcdn.com/cfoai/lm5YClyxt6UQD8xM/images/page.png?fit=max&auto=format&n=lm5YClyxt6UQD8xM&q=85&s=b4998e492351f04e8390dc5f92c741c3" alt="The cfo.ai sidebar and workspace showing several Pages in a financial Model" width="2642" height="1440" data-path="images/page.png" />
    </Frame>
  </Card>

  <Card title="Table Block" icon="table-cells">
    A spreadsheet-like Block for viewing, calculating, and organizing financial data.

    <Frame>
      <img src="https://mintcdn.com/cfoai/lm5YClyxt6UQD8xM/images/table-blocks.png?fit=max&auto=format&n=lm5YClyxt6UQD8xM&q=85&s=5d4873d929ba68b5c5e32ce28cdc1f04" alt="A cfo.ai Table Block showing monthly revenue, expenses, and margin Variables" width="1249" height="518" data-path="images/table-blocks.png" />
    </Frame>
  </Card>

  <Card title="Variable" icon="chart-simple">
    A modeled value that can be calculated or aggregated, such as revenue, headcount, cash, or gross margin.

    <Frame>
      <img src="https://mintcdn.com/cfoai/lm5YClyxt6UQD8xM/images/variables.png?fit=max&auto=format&n=lm5YClyxt6UQD8xM&q=85&s=275a28cec19dfd79583c0dc4ed519f2c" alt="A profit and loss Table Block showing revenue, cost, profit, and margin Variables" width="463" height="180" data-path="images/variables.png" />
    </Frame>
  </Card>

  <Card title="Dimension" icon="list">
    A field you use to group, filter, or segment a Variable, such as department, region, customer, or product.
  </Card>

  <Card title="Scenario" icon="code-branch">
    A version of Model data used to explore alternatives and compare possible outcomes.

    <Frame>
      <img src="https://mintcdn.com/cfoai/lm5YClyxt6UQD8xM/images/scenarios.png?fit=max&auto=format&n=lm5YClyxt6UQD8xM&q=85&s=e97e4197882e2830e77951bde07346c9" alt="The Scenario picker comparing a main plan, best case, and budget" width="969" height="469" data-path="images/scenarios.png" />
    </Frame>
  </Card>

  <Card title="Integration" icon="link">
    A connection that brings data from another system into cfo.ai.

    <Frame>
      <img src="https://mintcdn.com/cfoai/lm5YClyxt6UQD8xM/images/integrations.png?fit=max&auto=format&n=lm5YClyxt6UQD8xM&q=85&s=c4d69467d62baac496f71a4131f21474" alt="The cfo.ai integration catalog showing accounting, spreadsheet, and file connections" width="798" height="538" data-path="images/integrations.png" />
    </Frame>
  </Card>

  <Card title="Database" icon="database">
    A structured collection of source records made up of rows and columns.

    <Frame>
      <img src="https://mintcdn.com/cfoai/lm5YClyxt6UQD8xM/images/rows.png?fit=max&auto=format&n=lm5YClyxt6UQD8xM&q=85&s=ae71ccf17d40f3df19a4613ebc9f72a1" alt="Rows of source data used in a cfo.ai Database" width="969" height="469" data-path="images/rows.png" />
    </Frame>
  </Card>
</CardGroup>
