Documents
Write pages together in real time, start from templates, keep versions, control who can open each page, and share a page outside UnitX.
Documents are pages your team writes together: meeting notes, runbooks, specs, policies and handbooks. Several people can type in the same page at once, every page keeps a version history, and each page controls who can open it. You can also share one page with someone outside UnitX through a link.
Key concepts#
- Document (page)
- One page of writing. A page can sit under another page as a subpage, and it can be filed into a knowledge base space.
- Block
- A page is made of blocks: paragraphs, headings, lists, checklists, quotes, code, callouts, toggles, tables, dividers, images, files and embeds. Each block has a type you can change.
- Status
- Draft, In review, Published or Archived. Status tells readers whether the page is finished; it does not change who can open it.
- Visibility
- Private, Team, Organization, Knowledge base or External. Visibility decides who can reach the page without being given access to it.
- Access level
- What you can do on one particular page: Viewer, Commenter, Editor, Publisher or Owner. It is shown under the page title as “Your access”.
- Owner
- The person the page belongs to, the creator by default. Ownership can be handed to someone else.
Who can use documents#
Permissions
document.viewdocument.createdocument.editdocument.deleteCreate a document#
There are three ways to start a page, all from the top of Documents.
Start with a blank page#
Open the New document dialog
Go to Documents and click New document.Give it a title
The title is required and can be up to 255 characters.Choose a visibility
The dialog starts on private. Pick organization if colleagues should be able to find the page straight away. You can change this later if you have Owner access to the page.Create it
Click Create document. The new page opens, ready for writing, as a Draft.
Start from a template#
Pick a template
Click From template. The Start from a template dialog lists your organization’s own templates first, then the ones UnitX provides, which carry a Standard badge.Fill in what it asks for
Many templates contain placeholders such as{{meeting}}or{{date}}. Each one becomes a field. All of them are required: until every field has a value, the dialog shows Still needed: … and the button stays disabled.Create the page
Click Create document. The title and content are filled in with your values. Back returns you to the list of templates.
These templates come with UnitX:
| Template | Title it produces |
|---|---|
| Meeting notes | {{meeting}} — {{date}} |
| Project brief | {{project}} brief |
| Technical spec | {{title}} — technical spec |
| Product brief | {{product}} brief |
| Standard operating procedure | SOP — {{procedure}} |
| Retrospective | Retrospective — {{period}} |
| Weekly report | Weekly report — {{week}} |
| Decision record (ADR) | ADR — {{decision}} |
| Incident report | Incident — {{summary}} |
| Release notes | Release {{version}} |
| API documentation | {{api}} API |
| Onboarding | Onboarding — {{role}} |
You can’t edit or delete the standard templates. To change one, create a page from it, adjust the page, and save that page as your own template (see Save a page as a template).
Import Markdown#
Open the importer
Click Import Markdown and paste your Markdown into the box. The limit is 500,000 characters.Import it
Click Import. Headings, paragraphs, lists, quotes and code become blocks in a new page.Read the notes
Anything that couldn’t be converted is listed with its line number, for example Line 12: Tables are not imported. Nothing is dropped without being listed.
What the importer doesn’t convert
Write in the editor#
The Content section of a page is the editor. Click into a block and type. There is no Save button to remember: changes are saved as you write.
Add and change blocks#
- Add block under the content adds a text block at the end. The buttons next to it add a heading or list directly.
- In an empty block, type / to open the command menu and pick a type, such as
/h1,/bulletor/code. - The menu on the left of each block shows its type. Choose another type to convert the block.
- Hover over a block and click the bin icon to remove it.
| Block | Command | Notes |
|---|---|---|
| Text | /text | An ordinary paragraph. |
| Heading 1, 2, 3 | /h1 /h2 /h3 | Once a page has two or more headings, a Contents list linking to them appears above the content. |
| Bulleted list, Numbered list | /bullet /number | One block per list item. |
| Checklist | /todo | Tick the box to mark the item done. Everyone sees the tick. |
| Quote | /quote | |
| Code | /code | Has a language field. Code is shown as text and never run. |
| Callout | /callout | Choose Info, Warning, Success, Error or Note. Each variant has its own colour. |
| Toggle | /toggle | |
| Table | /table | Add, rename and remove columns and rows. A column can hold text, a number, a date, a checkbox or a URL. |
| Divider | /divider | A horizontal rule. |
| Image | /image | Upload with Choose a file, then add a Caption and Alt text. Must be an image file. |
| File | /file | Upload any file and give it a caption. |
| Embed | /embed | Search for a work item, project, page or conversation to show a live card for it. |
Embeds respect each reader’s access
Title, icon and cover#
If you can edit the page, the Title field sits above the content: type a new title and click Save title. Above the title you can Add a cover (an image file) or Replace cover / Remove cover, and type an emoji into Icon (an emoji) to show it before the title.
Write together in real time#
Everyone who has the page open sees each other’s changes as they happen. Changes merge character by character, so two people typing in the same paragraph both keep what they wrote, and nobody overwrites anybody else. You see how many others are in the page (for example 1 other person here) and a note such as Someone is typing….
The indicator next to the Content heading tells you where your edits are:
| Indicator | What it means |
|---|---|
| Saved | Everything you typed has reached UnitX. |
| Saving… / Syncing… | Your latest edits are on their way, or other people’s are being merged in. |
| Offline — your edits are kept and will sync | Your connection dropped. Keep typing: edits are kept in this browser and merged when you’re back online. |
| Cannot save — you may have lost access to this document | UnitX refused the change, usually because your access was removed or the page was archived while you had it open. Reload the page. Your text stays in the editor until you do. |
Save now sends your edits straight away instead of waiting. After you reconnect, a note confirms that edits you made offline were restored and merged with everyone else’s.
Publish, archive and delete#
The buttons under the title change a page’s status:
| Action | Available when | What happens |
|---|---|---|
| Publish | The page is Draft or In review, and you have Publisher access | The page becomes Published. A knowledge base article has to go through review first. |
| Unpublish | The page is Published, and you have Publisher access | The page goes back to Draft. |
| Archive | The page isn’t archived, and you have Editor access | The page is marked Archived. It stays in the list and can still be opened. |
| Restore | The page is archived | The page goes back to Draft. |
| Delete | You hold document.delete and have Publisher access | The page is removed from Documents and can no longer be opened. |
Archive before you delete
Version history#
A version is a snapshot of the page you can return to. The first version is created with the page.
Save a version
Under Version history, optionally type a Change summary and click Save version. Versions are numbered v1, v2, v3 and show when they were saved.Restore an older version
Click Restore next to a version. The page content is replaced with that version, and a new version called Restored from version N is added. Nothing in the history is deleted, so you can always undo a restore.
Comments#
The Comments section lets readers discuss the page. Type @ to mention someone. When a discussion is settled, click Resolve; resolved threads are hidden until you click Show resolved, and Reopen brings one back. See Comments and mentions for details.
Related work and files#
- Related work lists what the page is about: work items, projects, other pages and conversations. Use the search box to link one. The link also appears on that item’s own screen. Items embedded in the text are listed too, marked embedded in the page.
- Files lists files attached to the page. Click Attach a file to upload one. Files used by image or file blocks appear here marked used in the page and are removed by removing the block. See Files.
Export a copy#
Under Export and reuse, click Export Markdown, Export HTML or Export Plain text to download the page. An export contains only what you can see. Exporting needs only view access to the page.
Note
Save a page as a template#
Name the template
In Export and reuse, type a name under Save as template, such as “Runbook”.Add a title pattern (optional)
A Title pattern likeRunbook — {{service}}makes the template ask for the service every time someone uses it. Placeholders in the page text work the same way.Save it
Click Save template. The template copies what is on the page now, plus its visibility and knowledge base location, and appears under From template for everyone in your organization.
Who can open a page#
Two settings work together. Visibility decides who can reach a page without being told about it. Sharing gives named people or teams a level of access to that page, and to the pages inside it. Under the title, every page tells you what you have and why, for example Your access: Editor — your role in this organization.
Visibility#
| Visibility | Who can reach it |
|---|---|
| private | Only its owner, people and teams it has been shared with, and organization administrators. |
| team | The same as private: members of a team only reach it if it is shared with that team. |
| organization | Everyone in your organization. Roles with document.edit can edit it; roles with only document.view can read it. |
| knowledge base | The same as organization. |
| external | The same as organization inside UnitX. A page that is External and Published also appears in your public help centre. |
Changing visibility needs Owner access to the page, because making a private page visible to the whole organization is a decision about who sees it. The Visibility menu next to the title only appears if you have that access.
Access levels#
| Level | What it allows |
|---|---|
| Viewer | Read it |
| Commenter | Read and comment |
| Editor | Read, comment and edit |
| Publisher | Edit, publish, share and delete |
| Owner | Everything, including managing who else may reach it |
Your access to a page is worked out in this order:
- Shares, nearest first. A share with you or one of your teams on the page itself, then on the pages above it, then on its knowledge base folder and space. The first share found decides your level, higher or lower than you would otherwise have.
- Otherwise, the best of: Editor if you own the page; Owner if your role can manage organization settings; and, for organization, knowledge base and external pages, Editor or Viewer depending on whether your role has document.edit or only document.view.
Publisher and Owner come from a share or from administration
Share a page with a person or team#
Find the panel
If you have Owner access, scroll to Who can open this page.Choose who
Under Share with, pick A person or A team, then choose them from the list.Choose the access and an end date
Pick the Access level. Optionally set Until (optional): access lapses at the end of that day.Give access
Click Give access. The share is listed with its level. Click the remove icon next to a share to revoke it straight away.
- Shares are inherited. A share on a page also applies to its subpages. A share on a knowledge base space or folder applies to the pages filed in it.
- The nearest share wins. A share on the page itself overrides one inherited from above, in both directions. You can make one page read-only inside a space where people can otherwise edit.
- Team shares follow the team. Someone who joins the team later gets access without anything being redone.
- Visibility is not inherited. A private subpage under an organization-visible parent stays private.
- A lapsed share falls back. When a share’s end date passes, the person keeps whatever access they would have had anyway.
- Moving a page is re-checked. Access is worked out from where the page is now. You can only move a page under a parent you can edit.
Hand a page to someone else#
In the same panel, choose a person under Hand this page to and click Transfer ownership. The new owner is notified, and the previous owner is kept in the activity feed. Ownership lets someone edit the page; it doesn’t, on its own, let them change who else can open it.
A page someone can’t open looks like it doesn’t exist
Share a page outside UnitX#
A share link lets anyone read one page without a UnitX account. It is read-only, and it gives access to that page only: not its subpages, its comments or anything else in your organization. Creating and managing links needs Publisher access to the page.
Set the options
Under Share outside UnitX, optionally enter a Password (optional) of at least 8 characters, and an Expires (optional) date. The link stops working at the end of that day.Create the link
Click Create link. The address is copied to your clipboard and listed in the panel. Use the copy icon to copy it again.Decide how the page behaves
Each link has its own switches: Search engines may index it, Readers may select and copy and Show UnitX branding.Revoke it when you’re done
Click the unlink icon. The link stops working immediately and can’t be switched back on; create a new link instead.
Each link shows whether it is password protected, when it expires, how many times it has been opened, and its state: active, disabled, expired or revoked.
What a reader sees#
The reader gets a plain page with the page’s icon, title, the date it was last updated and its text blocks, with no UnitX sidebar. If the link has a password they see This page is password protected and click Open after typing it. An expired link says This link has expired. and a revoked one says This link has been turned off. Expiry is checked before the password, so the right password doesn’t reopen an expired link.
Treat the link like a password
Keep pages current#
The Staying current section records when a page should be looked at again. Its badge shows how current the page is. Nothing is ever unpublished, archived or deleted because a date passed.
Set a review schedule
Choose Every month, Every quarter, Every six months or Every year (or No review schedule). The first review is counted from when the page was written, not from today.Name a reviewer
Pick a person, or Nobody in particular. The reviewer is notified when assigned and when the review comes due. Without a reviewer, the owner is told.Set a review-by date
For a page that is only true until a known date, such as a price list or a rota, pick a Review-by date and click Set date. The owner and reviewer are reminded before it arrives and once it has passed. Clear date removes it.Confirm it is still right
When a page is flagged, click Confirm it is current. This records a review without changing a word, and the clock starts again. Otherwise, update, archive or transfer the page.
| Badge | Meaning |
|---|---|
| Current | Inside its review schedule, or recently changed. |
| Review due soon | The next scheduled review is approaching. |
| Review overdue | The scheduled review date has passed. |
| Review-by date approaching | The review-by date is near. |
| Past its review-by date | The review-by date has passed. |
| Not looked at in a while | No schedule or review-by date, and not changed for longer than your organization’s threshold (six months by default). |
To see every flagged page at once, use Knowledge health.
Star and follow a page#
Star at the top right bookmarks the page for you under Starred. Follow subscribes you to its comments and changes; see Following and watching. Neither gives you extra access.
FAQ#
Two of us edited the same sentence. Whose change wins?
I own this page. Why can’t I share it or change its visibility?
A share on the parent page gave someone access to a subpage I wanted private.
Can someone with a share link edit the page or see comments?
My template won’t let me create a page.
Related pages#
- Knowledge base: spaces, folders and knowledge health
- Public knowledge base: publish articles for customers
- Files: attachments and who can see them
- Comments and mentions
- Roles and permissions
Still stuck? Search the docs with ⌘K, open Help inside UnitX, or contact support.