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

# What's your Export goal?

> Based on the usecase you're trying to achieve with Superjoin Exports, choose one of the options below

<CardGroup cols={2}>
  <Card title="Insert" icon="code" iconType="duotone" href="/usecases/insert-data-google-sheets-hubspot">
    ### Insert new data into your HubSpot <br />

    Available only on Google Sheets
  </Card>

  <Card title="Update" icon="code" iconType="duotone" href="/usecases/update-hubspot-data-google-sheets">
    ### Make changes to existing HubSpot data <br />

    Available only on Google Sheets
  </Card>

  <Card title="Upsert" icon="code" iconType="duotone" href="/usecases/upsert-data-google-sheets-hubspot">
    ### Insert new data into your HubSpot and make changes to existing HubSpot data at the same time <br />

    Available only on Google Sheets
  </Card>

  <Card title="Associate" icon="code" iconType="duotone" href="/usecases/associate-hubspot-records-google-sheets">
    ### Associate data from one HubSpot object to another <br />

    Available only on Google Sheets
  </Card>

  <Card title="Dissociate" icon="code" iconType="duotone" href="/usecases/dissociate-hubspot-records-google-sheets">
    ### Dissociate data of one HubSpot object from another <br />

    Available only on Google Sheets
  </Card>

  <Card title="Delete" icon="code" iconType="duotone" href="/usecases/delete-hubspot-data-google-sheets">
    ### Delete data from your HubSpot <br />

    Available only on Google Sheets
  </Card>
</CardGroup>
