> ## 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.

# Reference

> Reference for all actions available in the SmartSuite Plugin.

### Plugin Actions

The SmartSuite plugin offers actions to help you manage records within your Bubble app. Here’s a breakdown of what you can do:

#### **Fetch Record Structure**

**Description:** Capture the data structure of records to properly display them in your app.

| **Parameter** | **Description**                                 |
| ------------- | ----------------------------------------------- |
| **Table ID**  | The unique identifier for the SmartSuite table. |

#### **List Records**

**Description:** Retrieve and list records from a SmartSuite table directly within Bubble.

| **Parameter** | **Description**                                 |
| ------------- | ----------------------------------------------- |
| **Table ID**  | The unique identifier for the SmartSuite table. |

#### **Create a Record**

**Description:** Automate the creation of new records in a specific table (app).

| **Parameter**   | **Description**                                       |
| --------------- | ----------------------------------------------------- |
| **Table ID**    | The unique identifier for the SmartSuite table.       |
| **Record Data** | A JSON object containing the data for the new record. |

#### **Retrieve a Record**

**Description:** Fetch a specific record by its ID from any table (app).

| **Parameter** | **Description**                                  |
| ------------- | ------------------------------------------------ |
| **Table ID**  | The unique identifier for the SmartSuite table.  |
| **Record ID** | The unique identifier of the record to retrieve. |

#### **Update a Record**

**Description:** Modify an existing record with updated information in a specific table (app).

| **Parameter**   | **Description**                                 |
| --------------- | ----------------------------------------------- |
| **Table ID**    | The unique identifier for the SmartSuite table. |
| **Record ID**   | The unique identifier of the record to update.  |
| **Update Data** | A JSON object containing the updated data.      |

#### **Delete a Record**

**Description:** Remove a specific record from any table (app) with ease.

| **Parameter** | **Description**                                 |
| ------------- | ----------------------------------------------- |
| **Table ID**  | The unique identifier for the SmartSuite table. |
| **Record ID** | The unique identifier of the record to delete.  |

***

<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>
