> ## 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 Location object

> Locations are physical places within a project's boundaries where project activity occurs.

### The Location object

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

    <ParamField type="string" body="name">
      Name of the location
    </ParamField>

    <ParamField type="string" body="lat">
      Latitude of the location
    </ParamField>

    <ParamField type="string" body="long">
      Longitude of the location
    </ParamField>

    <ParamField type="object" body="address">
      Address details for the location
    </ParamField>

    <ParamField type="string" body="created_at">
      Timestamp when the location was created
    </ParamField>

    <ParamField type="string" body="updated_at">
      Timestamp when the location was last updated
    </ParamField>
  </Accordion>
</AccordionGroup>
