> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Display records

Once you have the record structure set up, you can display SmartSuite records in your Bubble app. This guide will walk you through the process.

## Steps

### 1. **Create a New Page**

Add a repeating group to the page for listing the records.
Refer to the [demo setup for an example](https://bubble.io/page?id=smartsuite\&tab=tabs-1\&name=display-records\&type=page).

### 2. **Set the Data Type**

Set the data type to the one you defined (if you haven’t imported the data format yet, refer back to the [Get the Record Structure](/bubble/smartsuite/how-tos/get-record-structure) guide).
![Example workflow](https://uploads-ssl.webflow.com/5eed6e6fe625d140525c5769/66c69fe6388be8756feaf4e4_CleanShot%202024-08-21%20at%2022.12.46%402x.png)

### 3. **Display the Data**

Add an action to display the fetched data in the repeating group.
![Example workflow](https://uploads-ssl.webflow.com/5eed6e6fe625d140525c5769/66c6b4e921268a573c066220_CleanShot%202024-08-21%20at%2023.39.57%402x.png)

### 4. **Add Content to Repeating Group**

Add a text element to the repeating group and set the content to the data type’s title.
Refer to the [demo setup for an example](https://bubble.io/page?id=smartsuite\&tab=tabs-1\&name=display-records\&type=page).

### 5. **Preview the Results**

Hit preview to see the records display.
![Preview](https://uploads-ssl.webflow.com/5eed6e6fe625d140525c5769/66c6a1fa9188fa86d735f76f_CleanShot%202024-08-21%20at%2022.21.47%402x.png)

***

### Next Steps

Now that you've successfully displayed records, explore more advanced features of the SmartSuite plugin through our [Plugin Reference](/bubble/smartsuite/plugin-reference).

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    Access community or premium support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=smartsuite-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=smartsuite-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
