Getting Started with ONE
Set up your account and create your first documentation space in minutes to begin organizing your projects.
Prerequisites
Before you begin, ensure you have the following ready:
- A valid email address for registration
- A modern web browser like Chrome, Firefox, or Safari
- Optional: Project files ready for upload (PDFs, Markdown, images)
Create Your Account
Sign up for ONE in just a few steps to access your documentation space.
Visit ONE
Navigate to https://app.one.com and click Sign Up.
Enter Details
Provide your email, create a strong password, and complete the CAPTCHA.
Verify Email
Check your inbox for the verification link and click it to activate your account.
Log In
Return to the login page, enter your credentials, and access the dashboard.
Create Your First Documentation Space
Organize your projects by creating a dedicated space.
New Space
From the dashboard, click New Space and enter a name like "Project Alpha".
Set Permissions
Choose visibility: public, private, or team. Add collaborators if needed.
Customize
Add a description and select a color theme (e.g., brand color #fb5c04).
Explore the Interface
Familiarize yourself with key areas using these tabs.
View all your spaces, recent activity, and quick actions. Use the search bar to find content quickly.
Browse, edit, or delete spaces. Click a space to enter its editor.
Rich text editor supports Markdown, embeds, and attachments. Preview changes live.
Upload Your First Documents
Add content to your space efficiently.
Drag and Drop
In your space editor, drag files directly into the page or use the Upload button.
Organize
Create folders or sections. Tag files for easy searching.
Share
Generate a shareable link or invite team members via email.
For advanced uploads, use the API with your {API_KEY}. See API docs for details.
Example Configuration
Set up a basic space config using this template.
{
"space": {
"name": "Project Alpha",
"color": "#fb5c04",
"permissions": "team"
},
"upload": {
"maxSize": "50MB",
"formats": ["pdf", "md", "png"]
}
}
space:
name: Project Alpha
color: "#fb5c04"
permissions: team
upload:
maxSize: 50MB
formats:
- pdf
- md
- png
Next Steps
Dive deeper into ONE's features.
Advanced Editing
Master Markdown, embeds, and custom themes.
Team Collaboration
Set up authentication and real-time editing.
API Integration
Automate workflows with ONE's API.
Customization
Tailor spaces to your branding.
Congratulations! You've set up ONE. Customize this starter documentation to fit your projects.
Last updated today
Built with Documentation.AI