> For the complete documentation index, see [llms.txt](https://help.marcopayroll.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.marcopayroll.com/marco-user-guide-x4/2025/introducing-marco-os/data-structure.md).

# Data Structure

### **Overview**

This page provides a structured breakdown of the data architecture within Marco OS, detailing various data objects and their classifications. It defines how different entities—such as users, vendors, customers, and financial records—are organized and interrelated within the system.

<figure><img src="/files/gpkuHzVXefqt9NT9Mcox" alt=""><figcaption><p>Marco OS Data Structure</p></figcaption></figure>

The data is grouped into categories based on function:

<table><thead><tr><th width="218">Category</th><th>Description</th></tr></thead><tbody><tr><td><strong>General Reference</strong></td><td>Contains fundamental reference data that applies across the system, including geographic details, business entities, and financial identifiers.</td></tr><tr><td><strong>Basic Data</strong></td><td>Holds essential business-related records that support financial and operational processes.</td></tr><tr><td><strong>Data Cloud</strong></td><td>Stores standardized data entities used for payroll, leave management, and compliance.</td></tr><tr><td><strong>Customer Lists</strong></td><td>Manages customer-related entities and their associated data structures.</td></tr><tr><td><strong>Vendor Lists</strong></td><td>Tracks vendors and their services to support procurement and payments.</td></tr><tr><td><strong>User Lists</strong></td><td>Maintains records of all platform users, including employees, administrators, and external partners.</td></tr><tr><td><strong>User Data</strong></td><td>Stores detailed employee-related information, including identity, job details, payroll, benefits, and compliance.</td></tr><tr><td><strong>Report &#x26; Processing</strong></td><td>Handles reporting and transactional processing for payroll, expenses, and invoicing.</td></tr><tr><td><strong>Integration</strong> </td><td>Manages external system integrations and automated data exchanges.</td></tr><tr><td><strong>Payment</strong> </td><td>Facilitates payment processing and financial transactions within the system.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.marcopayroll.com/marco-user-guide-x4/2025/introducing-marco-os/data-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
