> ## Documentation Index
> Fetch the complete documentation index at: https://help.coachiq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Page Templates

> Learn how to use CoachIQ's pre-built page templates to quickly add professional pages like privacy policies, training programs, and sign-up forms.

<Info>
  **Where to find this**: Website Builder → Pages → Add New Page → Page Template dropdown
</Info>

## Quick page creation with templates

CoachIQ provides pre-built page templates designed specifically for coaching businesses. These templates include the right sections, content structure, and formatting to help you quickly add professional pages without starting from scratch.

<Frame>
  <img src="https://mintcdn.com/coachiq/WC8t7bgwekbnEgP5/images/builder-templates.png?fit=max&auto=format&n=WC8t7bgwekbnEgP5&q=85&s=fb03a6ec8259f631a3ef9b856d1f0c6e" alt="CoachIQ Add New Page dialog showing the page template dropdown options" width="1078" height="1752" data-path="images/builder-templates.png" />
</Frame>

*The "Add New Page" dialog box showing the template dropdown with all available options*

## Available page templates

<CardGroup cols={2}>
  <Card title="Service Templates" icon="dumbbell">
    Training programs, online coaching, camps & clinics
  </Card>

  <Card title="Business Pages" icon="building">
    About pages, home page layouts, contact forms
  </Card>

  <Card title="Sign-up Pages" icon="user-plus">
    Registration forms, trial sign-ups, program enrollment
  </Card>

  <Card title="Legal Pages" icon="scale-balanced">
    Privacy policy, terms & conditions, disclaimers
  </Card>
</CardGroup>

### Template categories explained

<Tabs>
  <Tab title="Training & Services">
    **Perfect for showcasing your coaching offerings:**

    * **Training Programs**: Service descriptions, pricing, booking buttons
    * **Online Training**: Digital coaching packages, video content
    * **Camps & Clinics**: Event details, registration, schedules
    * **About Training**: Coach philosophy, methodology, results
  </Tab>

  <Tab title="Business Essentials">
    **Core pages every coaching website needs:**

    * **Home Page**: Hero sections, testimonials, call-to-action
    * **About**: Coach biography, credentials, experience
    * **Contact**: Forms, location, hours, social media
  </Tab>

  <Tab title="Registration & Sign-ups">
    **Convert visitors into clients:**

    * **Program Sign-up**: Registration forms with payment
    * **Trial Session**: Free consultation booking
    * **Newsletter**: Email list building
    * **Waitlist**: Manage program capacity
  </Tab>

  <Tab title="Legal & Compliance">
    **Professional legal pages:**

    * **Privacy Policy**: Data protection, cookie usage
    * **Terms & Conditions**: Service agreements, policies
    * **Disclaimers**: Liability, injury waivers
    * **Refund Policy**: Payment terms, cancellation rules
  </Tab>
</Tabs>

## How to use page templates

<Steps>
  <Step title="Access the page creation dialog">
    From your Website Builder, click the **Pages** dropdown in the left sidebar, then select **Add New Page**.

    <Frame>
      <img src="https://mintcdn.com/coachiq/VFzykEZGIYhvCi_l/images/add-new-page.png?fit=max&auto=format&n=VFzykEZGIYhvCi_l&q=85&s=4efe727fd85beee42a42065c15f5f9d6" alt="CoachIQ Website Builder left sidebar with Add New Page button highlighted" width="732" height="1104" data-path="images/add-new-page.png" />
    </Frame>

    *Left sidebar with "Add New Page" button clearly highlighted*
  </Step>

  <Step title="Choose your template">
    In the **Page Template** dropdown, browse the available options and select the template that matches your needs.

    <Note>
      **Template preview**: Each template name clearly indicates its purpose - "Privacy Policy," "Training Programs," "Camp Registration," etc.
    </Note>
  </Step>

  <Step title="Configure page details">
    Fill in the basic page information:

    * **Page Title**: What visitors will see (e.g., "Privacy Policy")
    * **Page Slug**: URL-friendly version (auto-generated)
    * **Parent Page**: Leave blank for main pages

    <Tip>
      **SEO benefit**: Templates include optimized page structures and relevant headings that help with search engine rankings.
    </Tip>
  </Step>

  <Step title="Create and review">
    Click **Create New Page** and the template will automatically generate with pre-built sections and placeholder content.

    <Check>
      **Template loaded**: Your new page appears with professional sections ready for customization.
    </Check>
  </Step>
</Steps>

## Template walkthrough video

<Frame>
  <video controls className="w-full aspect-video rounded-xl" src="https://mintlify.s3.us-west-1.amazonaws.com/coachiq/videos/page-templates-walkthrough.mp4" />
</Frame>

See how to quickly add a privacy policy page using templates, customize the content, and add it to your website's footer navigation.

## Customizing template content

### After creating from template

<Steps>
  <Step title="Review the generated sections">
    Each template includes relevant sections for that page type. For example, a Privacy Policy template includes:

    * Introduction
    * Information Collection
    * Data Usage
    * Cookie Policy
    * Data Rights
    * Contact Information

    <Frame>
      <img src="https://mintcdn.com/coachiq/HuHx0eg_u1hVqoGu/images/privacy-policy-template.png?fit=max&auto=format&n=HuHx0eg_u1hVqoGu&q=85&s=f3a181f72cc98e4bc87f816685b9038e" alt="CoachIQ Privacy Policy template with generated sections for customization" width="2592" height="1800" data-path="images/privacy-policy-template.png" />
    </Frame>
  </Step>

  <Step title="Update placeholder content">
    Replace template placeholders with your specific information:

    * Your coaching business name
    * Your contact details
    * Your specific policies and procedures
    * Relevant legal language for your location

    <Warning>
      **Legal pages**: For privacy policies and terms of service, consider having a lawyer review your content to ensure compliance with local laws.
    </Warning>
  </Step>

  <Step title="Publish the page">
    Once you've customized the content, click **Publish** to make the page live on your website.

    <Note>
      **Navigation ready**: Published pages automatically appear in navigation dropdown menus for easy linking.
    </Note>
  </Step>
</Steps>

## Adding template pages to navigation

### Example: Adding privacy policy to footer

<Steps>
  <Step title="Create and publish the page">
    First, create your privacy policy page using the template and publish it (as shown above).
  </Step>

  <Step title="Access footer navigation">
    In your Website Builder, find the **Footer** section to add navigation links.

    <Frame>
      <img src="https://mintcdn.com/coachiq/HuHx0eg_u1hVqoGu/images/footer-location.png?fit=max&auto=format&n=HuHx0eg_u1hVqoGu&q=85&s=12cf433438312f26e6f5140de7129fa8" alt="CoachIQ Website Builder footer section with navigation link settings" width="742" height="1290" data-path="images/footer-location.png" />
    </Frame>
  </Step>

  <Step title="Add the link">
    1. Click **Add Link** in footer navigation
    2. **Link Text**: "Privacy Policy"
    3. **Destination**: Select your newly created privacy policy page from the dropdown
    4. Save and publish changes

    <Check>
      **Link active**: Your privacy policy page is now accessible from your website footer.
    </Check>
  </Step>
</Steps>

## Best practices for template usage

<AccordionGroup>
  <Accordion title="Choose the right template for your content">
    Don't force content into the wrong template. If you're creating a training program page, use the "Training Programs" template rather than trying to modify a "Contact" template. The right template saves time and provides better structure.
  </Accordion>

  <Accordion title="Customize thoroughly, don't leave placeholders">
    Templates include placeholder text to show you what content should go where. Always replace ALL placeholder content with your specific information. Generic placeholder text looks unprofessional and hurts SEO.
  </Accordion>

  <Accordion title="Maintain consistent branding across templates">
    While templates provide structure, ensure your content maintains consistent tone, terminology, and branding across all pages. This creates a cohesive experience for your website visitors.
  </Accordion>

  <Accordion title="Keep legal templates current and compliant">
    Legal page templates provide a starting point, but laws vary by location and change over time. Consider having legal pages reviewed by a professional, especially for privacy policies and terms of service.
  </Accordion>

  <Accordion title="Use service templates to highlight your unique approach">
    Training and service templates provide standard coaching industry structure, but customize them to showcase what makes your coaching unique - your methodology, results, specializations, and success stories.
  </Accordion>
</AccordionGroup>

## Template-specific tips

### For legal pages (Privacy Policy, Terms, Disclaimers)

* **Update regularly**: Laws change, especially privacy regulations
* **Include your contact info**: Required for many legal frameworks
* **Link prominently**: Add to footer navigation for easy access
* **Keep language clear**: Avoid overly complex legal jargon when possible

### For service pages (Training Programs, Online Coaching)

* **Include pricing**: If you offer standard rates
* **Add booking buttons**: Link to your [scheduling system](/scheduling/overview)
* **Show results**: Include testimonials and success metrics
* **Highlight unique value**: What sets your coaching apart

### For sign-up pages (Registration, Trials)

* **Minimize form fields**: Only ask for essential information
* **Clear value proposition**: Explain what they get by signing up
* **Connect to payments**: Link to your [products and billing](/payments/getting-started)
* **Set expectations**: Timeline, next steps, what to bring

## Common questions about templates

<AccordionGroup>
  <Accordion title="Can I modify template sections after creating the page?">
    Yes! Templates provide the initial structure, but you can add, remove, or modify sections just like any other page. The template is just a starting point to save you time.
  </Accordion>

  <Accordion title="What if I don't see a template for what I need?">
    Use the "Default" template for custom content needs, or choose the closest template and modify it. You can always add or remove sections to match your specific requirements.
  </Accordion>

  <Accordion title="Can I change templates after creating a page?">
    While you can change templates, you may lose customized content. It's usually better to manually add or remove sections rather than switching to a completely different template.
  </Accordion>

  <Accordion title="Do I need legal pages for my coaching website?">
    Most coaching businesses benefit from having privacy policies (especially if you collect email addresses or use analytics), terms of service, and liability waivers. Check your local requirements and consider legal consultation for high-liability activities.
  </Accordion>

  <Accordion title="Can I use the same template multiple times?">
    Absolutely! You can create multiple pages from the same template. For example, use the "Training Programs" template for different sports or age groups you coach.
  </Accordion>
</AccordionGroup>

## Ready to build with templates?

<CardGroup cols={2}>
  <Card title="Learn About Page Sections" icon="book" href="/website/sections">
    Understand how to customize and modify sections within your template pages
  </Card>

  <Card title="Website Navigation" icon="sitemap" href="/website/pages-navigation">
    Learn how to organize and link your template pages in your site navigation
  </Card>
</CardGroup>

<Tip>
  **Pro tip**: Start with templates even if you plan extensive customization. Templates provide professional structure and ensure you don't miss important elements like contact information, legal compliance, or call-to-action buttons.
</Tip>
