> For the complete documentation index, see [llms.txt](https://help.digits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digits.com/business-connections/bill-sync-matrix.md).

# Sync Matrix for Digits - BILL Payables & Receivables

Connecting BILL with Digits lets you sync payables, receivables, payments, and associated vendor and customer party data into Digits’ Agentic General Ledger™. This table outlines what data flows in each direction and how Digits handles it.

***

<table><thead><tr><th width="284">Data Element</th><th width="119.61077880859375" align="center">Synced?</th><th>Direction</th><th>Notes</th></tr></thead><tbody><tr><td>Vendor Bills (Invoices)</td><td align="center">Yes</td><td>One-Way BILL → Digits</td><td>Bill details (vendor, amount, due date, status)</td></tr><tr><td>Vendor Payments</td><td align="center">Yes</td><td>One-Way BILL → Digits</td><td>Payment amount, method, date, vendor</td></tr><tr><td>Bill-to-Payment Linkage</td><td align="center">Yes</td><td>One-Way BILL → Digits</td><td>Shows which bills have been paid and how</td></tr><tr><td>Credit Memos/ Vendor Refunds</td><td align="center">Partial</td><td>One-Way BILL → Digits</td><td>May sync if supported via BILL's API</td></tr><tr><td>Bill Categories/ GL Coding</td><td align="center">No</td><td>—</td><td>Digits does not sync or map BILL categories.</td></tr><tr><td>File Attachments (PDFs, Receipts)</td><td align="center">No</td><td>—</td><td>Attachment support coming soon!</td></tr><tr><td>Approval Status/ Workflows</td><td align="center">No</td><td>—</td><td>Approval logic and workflows are not pulled into Digits</td></tr><tr><td>Vendor Notes/ Internal Comments</td><td align="center">No</td><td>—</td><td>Notes within BILL are not ingested</td></tr></tbody></table>

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}
Got a question or feedback? Our team is all ears—come say hello!
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<p align="center"><a href="https://portal.usepylon.com/digits/forms/get-in-touch-with-digits-support" class="button primary" data-icon="envelope-open-text">Contact Digits Support</a></p>
{% endcolumn %}
{% endcolumns %}

***


---

# 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.digits.com/business-connections/bill-sync-matrix.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.
