> For the complete documentation index, see [llms.txt](https://help.delpha.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.delpha.io/use-cases.md).

# USE CASES

- [Required Input Fields: Validate, Find & Compare](https://help.delpha.io/use-cases/required-input-fields.md): Which inputs trigger Validate, Find, or Compare mode for each Delpha capability — required and support fields with examples, across Salesforce, API, and MCP.
- [Ultimate Parent](https://help.delpha.io/use-cases/ultimate-parent.md): Ultimate Parent resolves who really owns each account — what it does, how selection works, the JSON payload it returns, and how quality is scored. Channel-agnostic: same result via Salesforce, MCP, an
- [What it does & when to use it](https://help.delpha.io/use-cases/ultimate-parent/what-it-does-and-when-to-use-it.md): What the Ultimate Parent use case resolves, and the go-to-market situations where a verified commercial parent changes routing, planning, and reporting.
- [How selection works](https://help.delpha.io/use-cases/ultimate-parent/how-selection-works.md): How Delpha selects the commercial Ultimate Parent: brand and operating structures over legal shells, ten ordered logic protocols, and the analysis pipeline behind each recommendation.
- [Ultimate Parent Concepts: Brands vs. Operating Structures](https://help.delpha.io/use-cases/ultimate-parent/how-selection-works/ultimate-parent-concepts-brands-vs.-operating-structures.md): Delpha’s Ultimate model identifies brand-based parent relationships by analyzing company websites and communications, focusing on real-world operating structures rather than legal ownership.
- [How Delpha Selects the Ultimate Parent: The 10 Logic Protocols](https://help.delpha.io/use-cases/ultimate-parent/how-selection-works/how-delpha-selects-the-ultimate-parent-the-10-logic-protocols.md): Learn how Delpha selects the commercial Ultimate Parent. Explore the 10   logic protocols — Joint Ventures, Franchises, Chaebols, State-Owned   Enterprises, Private Equity, and more — with examples.
- [Understanding the Ultimate Parent Analysis](https://help.delpha.io/use-cases/ultimate-parent/how-selection-works/understanding-the-ultimate-parent-analysis.md): Understand how Delpha identifies and matches Ultimate Parents using AI-driven analysis and scoring logic. This page details each step, from confidence calculation to final Score Meter results.
- [Output — the JSON payload, field by field](https://help.delpha.io/use-cases/ultimate-parent/output-the-json-payload-field-by-field.md): A deep dive into the Delpha Ultimate Parent JSON payload schema. Learn how to interpret the underlying D Ultimate Data field, including ownership chain tracking and algorithmic evaluation evidence.
- [Quality & confidence scoring](https://help.delpha.io/use-cases/ultimate-parent/quality-and-confidence-scoring.md): How Delpha scores Ultimate Parent records: four of its six data quality dimensions — Completeness, Validity, Accuracy, and Consistency — plus where confidence scoring is calculated.


---

# 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.delpha.io/use-cases.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.
