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

> ## Agent Instructions
> You are helping someone use Cord, the capital and resource allocation platform.
> Use title-case Cord in prose. Prefer workspace, project, ontology, lineage, scenario, and allocation.
> Say source-backed or sourced for answers with lineage. Do not say hallucination-free.
> Product URLs are https://app.cord.nyc, https://cord.nyc, and https://trust.cord.nyc. Support is support@cord.nyc.
> Give concrete product steps. Do not invent UI labels, CLI commands, or unreleased agent runtime details.
> Use Understanding Cord for concepts and Guides for task steps.

# Inspect function results

> Review a saved result and trace how the function produced it.

<Badge className="cord-ai-badge" color="gray" shape="rounded">
  <span className="cord-ai-badge-copy">
    <span className="cord-ai-badge-question"><Icon icon="sparkles" size={16} />Don't want to do this all manually?</span>
    <span className="cord-ai-badge-description">Cord Computer can do this for you.</span>
  </span>
</Badge>

For background, see [Functions overview](/functions-overview).

## Open a result

1. Open [**Functions**](https://app.cord.nyc/functions) and select a function.
2. Use **Overview** for the latest output, or **Runs** to select a specific run.
3. Select a table's name to open its rows and columns.

In a saved run, check its status, time, version, and data setup. Under **Resolved inputs**, select **Load** to see the inputs recorded for that run.

## Trace an output

1. Open **Audit**. Choose **Current setup** to inspect the selected configuration, or **Saved run** for the selected setup's latest successful run.
2. Choose an output table if needed, then search for a property in **Find a property…**.
3. Read its meaning and underlying object properties. Expand the row to see how the value is worked out.

<Frame caption="Audit traces output properties to the ontology and input values.">
  <img className="block dark:hidden" src="https://mintcdn.com/cord/Ov8oNa6INQN9kYdr/images/guides/inspect-function-results-01-light.png?fit=max&auto=format&n=Ov8oNa6INQN9kYdr&q=85&s=3e1f0359c335ce0b82c9a183d2c78318" alt="Audit traces output properties to the ontology and input values." width="1600" height="1000" data-path="images/guides/inspect-function-results-01-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/cord/Ov8oNa6INQN9kYdr/images/guides/inspect-function-results-01-dark.png?fit=max&auto=format&n=Ov8oNa6INQN9kYdr&q=85&s=e2338d63899716160085f81874ea2cee" alt="Audit traces output properties to the ontology and input values." width="1600" height="1000" data-path="images/guides/inspect-function-results-01-dark.png" />
</Frame>

Use **Sources** to see the function's input bindings and dependencies, **Docs** for attached documentation and files, and **Code** for the implementation.

For help interpreting a result, open **Chat** and ask about the output and run you are reviewing.
