# Related List References

Use this section when you need exact syntax for direct SOQL related lists.

These reference pages help you build child-record tables, tune queries, format output, and start from working patterns.

{% hint style="info" %}
If you need a first build walkthrough, start with [How to Create Your First Related List](broken://spaces/WKNnJmhJBQwhdk5WBFsi/pages/CSG2qnpc1sicdKxyJATw).

If you already have a table and need exact syntax, stay in this reference set.
{% endhint %}

{% hint style="success" %}
**Recommended path**

If you are new to related list references, read these pages in order:

1. [Related List Structure](/developer-hub/template-configuration-and-styling/related-list-references/related-list-structure.md)
2. [Introduction to SOQL](/developer-hub/template-configuration-and-styling/related-list-references/introduction-to-soql.md)
3. [Related List Attributes](/developer-hub/template-configuration-and-styling/related-list-references/related-list-attributes.md)
4. [Related List Working Examples](/developer-hub/template-configuration-and-styling/related-list-references/related-list-working-examples.md)

Start here when you want the fastest path from syntax to working output.
{% endhint %}

Start with one of these four reference paths:

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>Related List Structure</strong></td><td>Learn the required tags and how each part of the block works.</td><td><a href="/pages/I5tlHkRYdtC6CIpdeK2J">/pages/I5tlHkRYdtC6CIpdeK2J</a></td></tr><tr><td><strong>Introduction to SOQL</strong></td><td>Review `SELECT`, `WHERE`, `ORDER BY`, `LIMIT`, aggregates, and relationship queries.</td><td><a href="/pages/BOKNYv780LQteY5YBeYV">/pages/BOKNYv780LQteY5YBeYV</a></td></tr><tr><td><strong>Related List Attributes</strong></td><td>Format numbers and dates, handle blanks, merge values, and render conditionally.</td><td><a href="/pages/1JIJuRjDyGizyAMhsSMM">/pages/1JIJuRjDyGizyAMhsSMM</a></td></tr><tr><td><strong>Related List Working Examples</strong></td><td>Start from working patterns for grouped totals, parent traversal, and conditional output.</td><td><a href="/pages/eBPtsAie5Bp1HCn0tWmC">/pages/eBPtsAie5Bp1HCn0tWmC</a></td></tr></tbody></table>


---

# 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://help.sdocs.com/developer-hub/template-configuration-and-styling/related-list-references.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.
