mirror of
https://github.com/lingble/twenty.git
synced 2025-11-27 03:13:52 +00:00
* user guide * user guide additions * light mode images added * minor edits * Delete packages/twenty-server/.local-storage/attachment/bd373039-67f7-4da3-ac86-3710d0b8c70d.svg * Optimize image size --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
61 lines
2.8 KiB
Plaintext
61 lines
2.8 KiB
Plaintext
---
|
|
title: User Guide
|
|
displayed_sidebar: userSidebar
|
|
sidebar_class_name: hidden
|
|
sidebar_position: 0
|
|
sidebar_custom_props:
|
|
icon: TbUsers
|
|
isSidebarRoot: true
|
|
---
|
|
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
|
|
# Welcome to Twenty's User Guide
|
|
|
|
The purpose of this user guide is to help you learn how you can use Twenty to build the CRM you want.
|
|
|
|
## Quick Search
|
|
|
|
You'll see a search bar at the top of your sidebar. You can also bring up the command bar with the `cmd`/`ctrl` + `k` shortcut to navigate through your workspace, and find people, companies, notes, and more.
|
|
|
|
The command bar also supports other shortcuts for navigation.
|
|
|
|
## Create Pre-filtered Views
|
|
|
|
Twenty allows you to add filters to see data that meets certain criteria and hides the rest. You can apply multiple filters at once.
|
|
|
|
To create a filter in your workspace, click Filter at the top right and select the attribute you'd like to filter your records by. Create your filter and then save changes in a new view by clicking `+ Create view`.
|
|
|
|
The filtered view is now available to your whole team.
|
|
|
|
## Add Stages For Opportunities
|
|
|
|
You can also add more stages to the opportunities board.
|
|
|
|
On the <b>Opportunities</b> page, click on <b>Options</b>, <b>Stages</b>, then `+ Add Stage`.
|
|
|
|
You can also edit the stage by clicking on the name.
|
|
|
|
## Create Notes and Tasks For Each Record
|
|
|
|
You can attach notes and tasks to each record. With Notes, you can keep a record of any observations, comments, and interactions, and keep track of all items that require action with Tasks.
|
|
|
|
There are multiple ways to create notes and tasks. Learn more about [Notes](./basics/notes.mdx) and [Tasks](./basics/tasks.mdx).
|
|
|
|
## Upload Files For Each Record
|
|
|
|
You can also upload and attach files for each record. To do so, expand a record, and head over to the <b>Files</b> tab. You'll then see the `+ Add file` button.
|
|
|
|
<ThemedImage sources={{light: "../img/user-guide/attach-files-to-records-light.png", dark:"../img/user-guide/attach-files-to-records-dark.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
|
|
|
## Add Records To Favorites
|
|
|
|
You can add records to your favorites for quick access. To do so, expand the record you want to add, and click on the heart icon on the top right. You'll now be able to see your favorite records in your sidebar right above your workspace.
|
|
|
|
<ThemedImage sources={{light: "../img/user-guide/view-favorite-records-light.png", dark:"../img/user-guide/view-favorite-records-dark.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
|
|
|
## Import data
|
|
|
|
You can easily import People and Companies data into Twenty from other apps using a .csv, .xslx, or .xsl file. In the <b>Companies</b> or <b>People</b> page, click on <b>Options</b> and then on <b>Import</b>.
|
|
|
|
Upload your file, match the columns, and validate the data to import it. |