> 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/introduction.md).

# Introduction

Logistics operations are fragmented by nature. A single shipment touches dozens of emails, multiple documents, and several systems — each using different reference numbers and inconsistent naming conventions. No single source can maintain a complete operational picture.

Traditional databases try to force this reality into rigid schemas, requiring normalized keys and relationships that simply don't exist consistently across supply chain partners. The result is brittle join logic that breaks with every schema migration.

Tally takes a different approach. The Logistics Context Graph (LCG) is a labeled property graph that continuously ingests fragmented inputs — emails, PDFs, structured feeds — and resolves them into a richly connected knowledge graph across your entire operation. Relationships are first-class elements, not derived join artifacts. Entity resolution automatically recognizes that "Ref #123" on an invoice and "Container 123" in an email thread are the same entity, merging records across sources without a shared key.

The result is multi-hop traversal across your operational network — without the overhead of maintaining relational schemas as your data evolves. And ultimately, a foundation for agentic applications that reason about your operations the way your best operators do.

*Let's start with the end result — a resolved Shipment in the graph — then break down what makes it possible.*

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

The system is built on four stages:

| Stage   | What It Does                                                                                                                  | You Get                                                                           |
| ------- | ----------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| Connect | Integrate your structured and unstructured data sources                                                                       | A single pane of continuous data flow into the graph                              |
| Extract | Tally extracts natural language, documents and other unstructured data into structured entities with metadata classifications | Clean, typed, normalized data entities with specific mapping to logistics context |
| Resolve | Extracted entities are linked and clustered into shipment-centric subgraphs                                                   | Complete operational context of shipments, customers, financials, and exceptions. |
| Query   | Power your applications with graph intelligence and multi-hop reasoning                                                       | APIs and context to enable high fidelity agentic capabilities.                    |


---

# 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/introduction.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.
