> For the complete documentation index, see [llms.txt](https://docs.gridmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridmate.io/troubleshooting/config-samples/inline-user-grid.md).

# Inline User Grid

Paste into **Record Related Components** of a GM grid — this is what **Config. Wiz → Inline Components** generates. See [Grid - Inline Components](/advanced-guides/inline-grid-setup.md#configuration).

```json
[
    {
        "component": "gmpkg:UserDataGridComponent",
        "attributes": {
            "userGridId": "Contacts",
            "displayLabel": "Contacts",
            "adminFilter": "{\"and\":[{\"AccountId\":{\"operator\":\"=\",\"value\":\"$recordId\"}}]}"
        }
    }
]
```
