> For the complete documentation index, see [llms.txt](https://docs.tallygo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tallygo.ai/context-graph-overview/connect-integrating-your-data-sources.md).

# Connect: Integrating Your Data Sources

The graph's value is proportional to the data flowing into it. The LCG supports multiple data source types, with email and operating systems being the most common starting point, most logistics context lives in inboxes while operational steps live in operating systems.

<figure><img src="/files/hRwqDIMiTAiLhxYq2x9N" alt=""><figcaption></figcaption></figure>

#### Document and System Feeds

Documents can be ingested directly via PDFs, spreadsheets, and images from your WMS, TMS, or other systems. Every source passes through the same pipeline, making integration source-agnostic.

#### Email Connectors

The system provides native connectors for Gmail and Outlook / Microsoft 365, including shared mailbox support. Once connected via OAuth, the system continuously syncs new messages using incremental cursors. Users connect once, and the graph stays current automatically.

#### Full Provenance

Every entity in the graph traces back to its origin. When an agent answers "what are the charges on this shipment?", it can also tell you which document and which email thread those charges came from.

<figure><img src="/files/45eJ0MNgnehfYcD5UhHx" alt=""><figcaption></figcaption></figure>

<br>


---

# 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:

```
GET https://docs.tallygo.ai/context-graph-overview/connect-integrating-your-data-sources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
