## Summary Completes the migration of all documentation from twenty-website to a new Mintlify-powered documentation site at docs.twenty.com. ## Changes Made ### New Package: `twenty-docs` - ✅ Created new Mintlify documentation package - ✅ Migrated 95 content pages (user-guide, developers, twenty-ui) - ✅ Migrated 81 images - ✅ Converted all custom components to Mintlify native components - ✅ Configured navigation with 2 tabs and 94 pages - ✅ Added Helper AI Agent with searchArticles tool for docs search ### Updated: `twenty-website` - ✅ Added 11 redirect rules (301 permanent) in next.config.js - ✅ Removed all documentation content (111 files) - ✅ Removed documentation routes (user-guide, developers, twenty-ui) - ✅ Removed documentation components (9 files) - ✅ Updated keystatic.config.ts - ✅ Preserved all marketing/release pages ### Updated: Core Files - ✅ Updated README.md - docs links point to docs.twenty.com - ✅ Updated CONTRIBUTING.md - code quality link updated - ✅ Updated SupportDropdown.tsx - user guide link updated - ✅ Updated Footer.tsx - user guide link updated
108 lines
4.6 KiB
Plaintext
108 lines
4.6 KiB
Plaintext
---
|
|
title: Notes
|
|
info: Explore how to efficiently manage notes within record pages in Twenty.
|
|
image: /images/user-guide/notes/notes_header.png
|
|
sectionInfo: Discover how to leverage Notes and Tasks to better collaborate with your team.
|
|
---
|
|
<Frame>
|
|
<img src="/images/user-guide/notes/notes_header.png" alt="Header" />
|
|
</Frame>
|
|
|
|
Manage your record-linked notes efficiently using the powerful **Notes** feature. This guide walks through how to create, format, comment, and delete notes seamlessly within record pages.
|
|
|
|
## Common Use Cases
|
|
|
|
### Meeting Documentation
|
|
- **Meeting Minutes**: Log key discussion points, decisions, and action items from client calls
|
|
- **Call Summaries**: Record important details from sales conversations or support calls
|
|
- **Follow-up Notes**: Document next steps and commitments made during meetings
|
|
|
|
### Customer Interactions
|
|
- **Support History**: Track customer issues, solutions provided, and resolution status
|
|
- **Sales Context**: Record customer preferences, pain points, and buying signals
|
|
- **Relationship Building**: Note personal details about contacts to strengthen relationships
|
|
|
|
### Project Management
|
|
- **Status Updates**: Document project progress and milestone achievements
|
|
- **Issue Tracking**: Log problems encountered and solutions implemented
|
|
- **Team Handoffs**: Share context when transferring accounts between team members
|
|
|
|
### Automated Note Creation
|
|
Use [Workflows](/user-guide/workflows/getting-started-workflows) to automatically create notes:
|
|
- **Call Recorder Integration**: Auto-generate meeting summaries from recorded calls
|
|
- **Deal Handoff Notes**: Auto-create sales cycle summaries when handing off new customers to implementation teams
|
|
|
|
## Note Features
|
|
|
|
### Relations Field
|
|
Notes include a **Relations** field that allows you to attach a single note to multiple records across different objects. For example, you can link one meeting note to:
|
|
- The Person you met with
|
|
- The Company they represent
|
|
- The Opportunity being discussed
|
|
- Any relevant Tasks or other records
|
|
|
|
This morph many relationship ensures important information is accessible from all relevant record pages.
|
|
|
|
### User Tagging
|
|
**Note**: User tagging within notes is not currently available. This feature is planned for 2026, which will allow you to mention team members and trigger notifications.
|
|
|
|
## Creating Notes
|
|
|
|
Creating notes in the system is intuitive and dynamic. You can either:
|
|
|
|
- Navigate to the notes view and create a new record.
|
|
- Go to a `Record page` and select the Notes tab and press the `New note` button.
|
|
|
|
<img src="/images/user-guide/notes/add-note.png"style={{width:'100%'}}/>
|
|
|
|
|
|
### Adding Content
|
|
|
|
Start typing directly or press `/` to add elements like headings, files, or images instantly.
|
|
|
|
### Format Content
|
|
|
|
You can format your notes right from the editor. Use Markdown syntax, press the `/` key or click on the `+` icon on the editor to see the different block options, such as headings, tables, and lists. You can also attach images to your note.
|
|
|
|
Highlight the text to see more formatting options like bold, italics, and alignment options.
|
|
|
|
You can also change the background color and text color of each block to highlight important things in your note. To do so, hover over the block you want to format and click on the `⋮` icon besides the `+` icon. Click on `Colors` to open up all color options for both the text and the background.
|
|
|
|
<div style={{padding:'69.01% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
|
|
<iframe
|
|
src="https://player.vimeo.com/video/927896302?autoplay=1&loop=1&autopause=0&background=1&app_id=58479"
|
|
frameBorder="0"
|
|
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
|
|
style={{
|
|
position:'absolute',
|
|
top:0,
|
|
left:0,
|
|
width:'100%',
|
|
height:'100%',
|
|
borderRadius: '16px',
|
|
border:'2px solid black'
|
|
}}
|
|
title="Export data"
|
|
></iframe>
|
|
</div>
|
|
<script src="https://player.vimeo.com/api/player.js"></script>
|
|
|
|
## Viewing Notes
|
|
|
|
The system displays all your notes linked to a specific record under the Notes section on the corresponding `Record page`.
|
|
|
|
## Saving And Deleting
|
|
|
|
All edits and additions to the note are automatically saved.
|
|
|
|
To delete a note:
|
|
|
|
1. Open the note you wish to remove by clicking on it from within the `Record page`.
|
|
2. Select the note you want to delete within the notes tab.
|
|
3. Use the `Option` button in the lower right corner to prompt additional actions including delete.
|
|
4. Complete your deletion when prompted with the confirmation modal.
|
|
|
|
Another way to delete a note is through the notes view like you would a regular record. Please be aware that deleting a note is permanent and can't be undone.
|
|
|
|
|