> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/child-setup/add-child.md).

# Add Child

A new child list linking feature has been added, allowing you to view related child records within a single list screen. If the object assigned to a list configurator has child objects that are related through a master-detail or lookup relationship, you can link the list configurator that is based on the child object as a child list. This allows users to intuitively view both the records in the current list and the related child records in one list.

***

### :small\_orange\_diamond: Steps to Add an Action

1\. Click the Add Child button to navigate to the child list editing screen.

<figure><img src="/files/MDwd0Fjcs016oYJdK4Hk" alt="" width="300"><figcaption></figcaption></figure>

2\. Select **the child object**, **parent reference field**, and **child list configurator** in order to complete the child list setup.

<figure><img src="/files/QRGJ9YVs4K3eSYgRwB7i" alt="" width="300"><figcaption></figcaption></figure>

<table><thead><tr><th width="65" data-type="number">No.</th><th width="173">Selection Item</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Child Object</td><td>Displays child objects that are related to the target object of the list through a master-detail or lookup relationship.</td></tr><tr><td>2</td><td>Parent Reference Field</td><td>Displays reference fields in the selected child object that are linked to the list's target object.</td></tr><tr><td>3</td><td>Child List Configurator</td><td>Displays active list configurators that were created based on the selected child object.</td></tr></tbody></table>

3\. Click the Save button to add the child list.

<figure><img src="/files/KeVuBglZ4zqZqKdcHbDv" alt="" width="300"><figcaption></figcaption></figure>


---

# 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.smallbuilder.com/smallbuilder-lists/builder-setup-steps/child-setup/add-child.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.
