---
title: "Configuring companies"
slug: "companies"
description: "Manage users efficiently with Companies in Userflow, enabling targeted content and tracking based on company attributes and user roles."
updated: 2025-12-29T18:55:06Z
published: 2025-12-29T18:55:06Z
---

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

# Configuring companies

> [!NOTE]
> *Note: This feature was previously called Groups.*[*See blog post*](https://userflow.com/blog/groups-is-now-companies)*to learn more.*

The Companies option enables you to model multiple users belonging to the same company/organization/account/team in your app. This allows for efficient targeting, personalization, and tracking.

Your app may refer to it as organizations, companies, teams, accounts, etc. In Userflow, we use the term, “Companies” to refer to a group of users who belong to the same entity.

### Key benefits of using Companies

With Companies, you can easily manage content (flows/checklists/surveys/launchers) based on company attributes or events performed by any user in a company.

- **Elegantly manage users who belong to multiple companies** in your app. Userflow can understand if a user has different permission roles in two different companies.
- **Control content targeting and completion** based on the entire company’s behavior, instead of just a single user.
- **Gain an overview of users** within a company. You get an aggregated overview of their activities.

### Setting up Companies

Setting up Companies is easily done by calling `userflow.group(companyId)` in your Userflow.js installation. Just like with users, you can also pass company and company membership attributes via Userflow.js, Segment, or our API. [Read how to set up Companies with Userflow.js](https://docs.userflow.com/docs/userflow-js#groups-companies)

### Using Companies

There are many ways to use Companies.

Once you have configured Companies, they’ll show up on the **Companies** page in the sidebar below **Users**.

![Companies tab](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/companies-tab.png)

Dive further into a company and see its members and attributes.

![Company view](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/companies-view.png)

Control your auto-start conditions based on company attributes.

![Company auto-start condition](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/companies-auto-start.png) ![Company auto-start condition](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/companies-auto-start-2.png)

Control Checklist task completion based on any user in the company completing the task.

![Company checklist completion](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/companies-checklist.png)

If a user belongs to multiple companies, you can constrain checklists to be tied to a specific company. When the user navigates to a different company in your app, the checklist will be hidden, or another checklist (potentially with different progress) may be shown.

![Company checklist constrain](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/companies-constrain-checklist.png)

A persistent list of tasks or items that users can follow to ensure completion of techniques, often used for onboarding, setup, or feature adoption.

## Related

- [Users and Segments](/users-and-segments.md)
