Content Writing Best Practices

1. Organizing Your Help Content

Use Clear Button Groups:

Example Menu Structure:

Help Menu:
├── Getting Started
│   ├── Creating Your First Subject
│   ├── Understanding Projects
│   └── Basic Navigation
├── Data Entry
│   ├── Subject Information
│   ├── Encounter Data
│   └── Required vs Optional Fields
└── Advanced Features
    ├── Bulk Operations
    ├── Custom Reports
    └── Data Export

2. Writing Effective Help Content

Keep It Focused:

Use Helpful Formatting:

Good Example:

# How to Create a New Subject

1. Click the **Add Subject** button on the Home page
2. Fill in the required fields:
   • **Study ID** - Must be unique within the project
   • **Date of Birth** - Use MM/DD/YYYY format
   • **Site** - Select from the dropdown menu
3. Click **Save** to create the subject

3. Field-Level Help Guidelines

Keep It Short:

Good Field Help Examples:

4. Testing Your Help Pages

Check Your Work:

  1. Refresh help data - Click the HELP menu item to go to the Help Center, then click the “Refresh Help” button to load your changes from Notion
  2. Navigate to the application page where your help should appear
  3. Look for your help button in the toolbar
  4. Click the button and verify your content appears in the right section
  5. For field help, look for help icons next to the specified fields
  6. Test that your content opens and displays correctly

Important: Always refresh help data after making changes in Notion before testing your updates.

Common Content Issues to Avoid

❌ Don’t Create Orphaned Content

Problem: Help page doesn’t appear anywhere Solution: Always set the page property to specify where help should appear

❌ Don’t Forget to Set pageType for Menus