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

# HubSpot Glossary

> This is the explanation of HubSpot terms used in Superjoin

## Undertanding HubSpot's Data Model

The main components of the HubSpot data model are:

**Objects**: represent your customers and business process information. They're grouped into categories: foundational, sales, marketing, and service. Several objects belong in multiple categories (e.g., services), while others are unique and fit into all depending on your use case.

<Frame>
  <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-a.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=8b0308ee1905072ca1f9afca56ea7e94" width="1221" height="1252" data-path="images/glossary/glossary-hubspot-1-a.png" />
</Frame>

**Properties a.k.a Fields**: the different fields where you can store information on a record. There are default properties included in your account for each object. For most objects, you can also create custom properties to reflect your business needs.

<Frame>
  <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-b.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=1a78ffc70b00020268c2d1f4a66c960f" width="2880" height="1800" data-path="images/glossary/glossary-hubspot-1-b.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-d.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=ff09f2543196d8ab5736620259d7705d" width="2880" height="1800" data-path="images/glossary/glossary-hubspot-1-d.png" />
</Frame>

**Records**: single instances of an object, where you can store information in properties, track interactions, and view associations.

<Frame>
  <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-c.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=4603ae7b1b2b8d9b27448341d8eaf393" width="2880" height="1800" data-path="images/glossary/glossary-hubspot-1-c.png" />
</Frame>

**Associations**: relationships between records. Associations are always two-way (i.e., if record A is associated with record B, record B is also associated with record A). You can associate records of different objects (e.g., companies and deals) or same objects (e.g., contacts and contacts). You can have multiple associations between two records (e.g., a contact can be associated with multiple deals).

<Note>
  **Primary Associations**: In HubSpot, a primary association is the main record that another record is linked to, most commonly a primary company for a contact or deal. For example, if a contact works at multiple companies, the primary company is the main one they're associated with, and you can manually set or automatically assign this label. This designation is used in HubSpot tools like lists and workflows to identify the principal relationship.
</Note>

<Frame>
  <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-e.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=2ea2a77f2a00b2b726024e1a979fe274" width="2880" height="1800" data-path="images/glossary/glossary-hubspot-1-e.png" />
</Frame>

<Info>
  If you're new to HubSpot or want to learn more about HubSpot's data model, refer to [HubSpot's official documentation](https://knowledge.hubspot.com/records/understand-objects).
</Info>

## Superjoin's Representation of HubSpot's Data Model

<Tabs>
  <Tab id="import" title="Data Import (from HubSpot to Google Sheets)">
    Here is the visual representation of HubSpot's data model in Superjoin when importing data from HubSpot to Google Sheets.

    <Frame>
      <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-f.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=153e50375b9b8675637c8e617c7757a7" width="2572" height="1402" data-path="images/glossary/glossary-hubspot-1-f.png" />
    </Frame>
  </Tab>

  <Tab id="export" title="Data Export (from Google Sheets to HubSpot)">
    Here is the visual representation of HubSpot's data model in Superjoin when exporting data from Google Sheets to HubSpot.

    <Frame>
      <img src="https://mintcdn.com/superjoin/cUEkeV5DdHAqWgDJ/images/glossary/glossary-hubspot-1-g.png?fit=max&auto=format&n=cUEkeV5DdHAqWgDJ&q=85&s=8c3ab0db8a012ee5169f9dc3b405e3a5" width="3157" height="1880" data-path="images/glossary/glossary-hubspot-1-g.png" />
    </Frame>
  </Tab>
</Tabs>
