# Account Structure
Learn this key terminology to get the most out of Bento.
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">

  

      Users in Bento refer to the individuals who have access to the platform. These are typically team members or employees who need to manage your email marketing campaigns, analyze data, or perform other tasks within the Bento platform.


      A <code>User</code> has access to a <code>Team</code> and all <code>Sites</code> within that team.

    
> 🚨 **Important**
> IMPORTANT: A user's API key gives access to all the teams (and sites) they have access to. If a user is removed from the team, their API keys will no longer work. Keep this in mind when integrating Bento.

  

  

      A team in Bento represents a group of users who work together on your account. Teams allow you to organize your users, manage permissions, and collaborate effectively on your email marketing efforts.


      A <code>Team</code> can have many <code>Sites</code> (currently limited to 10 per team).

    
> Bento does not charge for team seats, so you can invite your entire team to Bento at no cost.

  

  

      In Bento, a site represents a distinct project or brand within your account. Each site can have its own set of subscribers, campaigns, and settings. This structure allows you to manage multiple brands or projects from a single Bento account.


      A <code>Site</code> has many <code>Visitors</code>.

    
> Many users utilize multiple sites within their account, 1 for production and 1 for testing for example.

  

  
    
> Also known as visitors, subscribers, customers, unsubscribers, etc.


      This category refers to the individuals who interact with your website or application and are tracked by Bento. These are your subscribers, customers, or potential leads. Bento collects data on these users, allowing you to segment them, send targeted campaigns, and analyze their behavior. It's important to note that these "users" are distinct from the "Users" mentioned in the first section, which refers to your team members with Bento account access.


      A <code>Visitor</code> has many: <br /> <code>Events</code>, <code>Tags</code>, <code>Emails</code>, etc

  

</div>