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

# The Evidence object

> An Evidence is a file or URL that provides supporting evidence for a specific event measured.

### The Evidence object

<AccordionGroup>
  <Accordion title="Props" defaultOpen={true}>
    <ParamField type="integer" body="id">
      Unique ID of evidence, generated by Mangrove
    </ParamField>

    <ParamField type="string" body="url">
      Access URL for the evidence
    </ParamField>

    <ParamField type="string" body="evidence_type">
      Can be "file" or "url"
    </ParamField>

    <ParamField type="string" body="name">
      Display name of the evidence (e.g., `Receipt.pdf`, `Google Homepage`)
    </ParamField>
  </Accordion>
</AccordionGroup>
