# Linked Table field

Linked table field allows the designer to form a one to one relationship between fields in two Datatable. The target field is identified using a search for a field value from another Datatable.

For example, Datatable A has the field Zone. Datatable B can reference the row in Datatable A using the Crosstable field and specifying the field Zone.

{% embed url="<https://youtu.be/odT5WEl69NY?si=JT8utH_m983SnOqn>" %}

### Settings

The target App and Datatable must first be identified. Then the target Datatable field must be chosen.

Additional search fields in the target Datatable can also be specified to help narrow the search. More information can be found in the tutorial [Datatable](/the-building-blocks/datatables-fields-and-data/datatable-to-datatable-relationships.md)[ to Datatable Relationships](/the-building-blocks/datatables-fields-and-data/datatable-to-datatable-relationships.md).

***


---

# Agent Instructions: 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.buzzy.buzz/the-building-blocks/datatables-fields-and-data/advanced-fields/linked-table-field.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.
