> For the complete documentation index, see [llms.txt](https://docs.getlynk.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getlynk.ai/concepts/domain/lynk-md.md).

# LYNK.md (domain)

A domain's orientation file — who this team is, their analytical lens and voice. It extends the [root `LYNK.md`](/concepts/lynk-md.md) rather than standing alone.

## What it is

The shared definition of what `LYNK.md` is — its role, what belongs in it, and what doesn't — lives on the [root `LYNK.md`](/concepts/lynk-md.md) page. This page covers only the **scope behavior** at the domain level.

A domain `LYNK.md` describes who *this team* is: their analytical lens, their voice, and the vocabulary nuances that differ from the company-wide root. It is what makes a [domain's](/concepts/domain.md) agent *theirs*.

## Where it lives

Optionally, one per domain:

```
.lynk/domains/<domain>/LYNK.md
```

## Format

Pure prose, same as the root file — see [LYNK.md → Format](/concepts/lynk-md.md#format).

**Composition is additive.** The agent's effective orientation is the root `LYNK.md` followed by the domain's, appended in scope order. The domain file *extends* the root; it never replaces it. Put content here only when it is specific to this team — if every agent in the project would benefit, it belongs in the root.

## Examples

**A domain voice note.**

```markdown
# Finance

This is the finance team's agent. Default to GAAP definitions and the fiscal
calendar. When a number could be cash or accrual, say which.
```

**A domain that redefines a shared term for its audience.**

```markdown
# Marketing

This is the marketing team's agent. We think in funnels and attribution.
"Lead" here means a marketing-qualified lead — narrower than the company-wide
usage in the root. The team's definition is in @glossary.mql.description.

Lead answers with conversion and pipeline contribution, not contract value.
```

## Validation

* Optional; a domain with no `LYNK.md` simply inherits the root orientation.

## Related

* [LYNK.md](/concepts/lynk-md.md) — the root concept and the shared definition
* [Domain](/concepts/domain.md) — the agent this orientation belongs to
* [Domain GLOSSARY.yml](/concepts/domain/glossary.md) — the team's vocabulary


---

# 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://docs.getlynk.ai/concepts/domain/lynk-md.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.
