mirror of
https://github.com/lingble/twenty.git
synced 2025-11-27 03:13:52 +00:00
21 lines
785 B
Plaintext
21 lines
785 B
Plaintext
---
|
|
title: Glossary
|
|
sidebar_position: 3
|
|
sidebar_custom_props:
|
|
icon: TbVocabulary
|
|
---
|
|
|
|
### Company & People
|
|
The CRM has two fundamental types of records:
|
|
- A `Company` represents a business or organization.
|
|
- `People` represent your company's current and prospective customers or clients.
|
|
|
|
### Pipelines
|
|
A `Pipeline` is a way to track a business process. Pipelines are present within a *module* and have *stages*:
|
|
- A **module** contains the logic for a certain business process (for example: sales, recruiting).
|
|
- **Stages** map the steps in your process (for example: new, ongoing, won, lost).
|
|
|
|
### Workspace
|
|
A `Workspace` typically represents a company using Twenty.
|
|
It has a single domain name, which is typically the domain name your company uses for employee email addresses.
|