# Lindo.ai ## Docs - [Block Creator Agent](https://lindo.ai/docs/ai-agents/block-creator.md): Generate new content blocks (10 credits) - [Block Editor Agent](https://lindo.ai/docs/ai-agents/block-editor.md): Modify existing blocks (10 credits) - [Blog Writer Agent](https://lindo.ai/docs/ai-agents/blog-writer.md): Blog posts (30 credits) - [Choosing the Right AI Agent](https://lindo.ai/docs/ai-agents/choosing-right-agent.md): Decision guide - [Disabled Agents Reference](https://lindo.ai/docs/ai-agents/disabled-agents.md): AI agents that are currently disabled - [Element Editor Agent](https://lindo.ai/docs/ai-agents/element-editor.md): Fine-tune elements (10 credits) - [Footer Agent](https://lindo.ai/docs/ai-agents/footer-agent.md): Create footers (10 credits) - [Header Agent](https://lindo.ai/docs/ai-agents/header-agent.md): Create headers (10 credits) - [Introduction to AI Agents](https://lindo.ai/docs/ai-agents/introduction.md): Specialized AI models for different website tasks - [Page Builder Agent](https://lindo.ai/docs/ai-agents/page-builder.md): Complete pages with streaming (30 credits) - [Page Builder Agent (Advanced)](https://lindo.ai/docs/ai-agents/page-builder-advanced.md): Complete page generation with streaming preview - 30 credits - [Page Editor Agent](https://lindo.ai/docs/ai-agents/page-editor.md): Full page editing (15 credits) - [Remix Template Agent](https://lindo.ai/docs/ai-agents/remix-template.md): Transform designs (30 credits) - [Tailwind Class Agent](https://lindo.ai/docs/ai-agents/tailwind-class.md): Quick CSS changes (5 credits) - [Using Image Input with AI Agents](https://lindo.ai/docs/ai-agents/using-image-input.md): Reference images for better results - [Website Builder Agent](https://lindo.ai/docs/ai-agents/website-builder.md): Full website generation (0 credits) - [Get website analytics](https://lindo.ai/docs/api-reference/analytics/get-website-analytics.md): Retrieves analytics data for a specific website including traffic metrics, visitor counts, and performance data. Supports optional date range filtering. - [Get workspace analytics](https://lindo.ai/docs/api-reference/analytics/get-workspace-analytics.md): Retrieves analytics data for the workspace including traffic metrics, visitor counts, and performance data. Supports optional date range filtering. - [Create magic link for workspace authentication](https://lindo.ai/docs/api-reference/authentication/create-magic-link-for-workspace-authentication.md): Generates a magic link and verification code for passwordless authentication in a workspace - [Create a new blog](https://lindo.ai/docs/api-reference/blog-management/create-a-new-blog.md): Creates a new blog and publishes it with markdown content. Blog content is converted to HTML via generateBlogHtml. - [Delete a blog](https://lindo.ai/docs/api-reference/blog-management/delete-a-blog.md): Permanently deletes a blog. If the blog was published, also removes the HTML file from storage and purges the cache. - [Get blog details](https://lindo.ai/docs/api-reference/blog-management/get-blog-details.md): Retrieves detailed information about a specific blog including SEO metadata, blog_settings, and data fields. - [List all website blogs](https://lindo.ai/docs/api-reference/blog-management/list-all-website-blogs.md): Retrieves a paginated list of all blogs (template_type = 'Blog Post') for a website. Supports search filtering by name or path. - [Unpublish a blog](https://lindo.ai/docs/api-reference/blog-management/unpublish-a-blog.md): Unpublishes a blog by clearing the publish_date, removing it from public access. - [Update a blog](https://lindo.ai/docs/api-reference/blog-management/update-a-blog.md): Updates a blog using PATCH semantics. Accepts lang_code (e.g., 'en', 'es') for language and converts to display format for storage. Undefined fields are not modified, null clears the field. - [Create new workspace client](https://lindo.ai/docs/api-reference/client-management/create-new-workspace-client.md): Creates a new client for a workspace with specified email and permissions - [Delete workspace client](https://lindo.ai/docs/api-reference/client-management/delete-workspace-client.md): Removes a client from the workspace and revokes their access - [List all workspace clients](https://lindo.ai/docs/api-reference/client-management/list-all-workspace-clients.md): Retrieves a paginated list of all clients associated with the current workspace - [Update workspace client](https://lindo.ai/docs/api-reference/client-management/update-workspace-client.md): Updates an existing client's information including website limits and suspension status - [Allocate credits to a client](https://lindo.ai/docs/api-reference/credits/allocate-credits-to-a-client.md): Allocates credits from the workspace to a specific client. Requires client ownership verification. - [Get client credits](https://lindo.ai/docs/api-reference/credits/get-client-credits.md): Get credit balance for a specific client. Requires client_id query parameter. - [Get workspace credits](https://lindo.ai/docs/api-reference/credits/get-workspace-credits.md): Get credit balance for the workspace associated with the API key - [Upload a media file](https://lindo.ai/docs/api-reference/media-management/upload-a-media-file.md): Uploads a single media file (image, video, document, or font) to the website's CDN storage. Returns the public CDN URL. - [Upload multiple media files](https://lindo.ai/docs/api-reference/media-management/upload-multiple-media-files.md): Uploads multiple media files in a single request (max 20 files). Returns CDN URLs for all uploaded files with individual success/failure status. - [Create a new page](https://lindo.ai/docs/api-reference/page-management/create-a-new-page.md): Creates a new page and publishes it with full HTML content. Parses HTML to extract title, SEO metadata, and custom codes. - [Delete a page](https://lindo.ai/docs/api-reference/page-management/delete-a-page.md): Permanently deletes a page. If the page was published, also removes the HTML file from storage and purges the cache. - [Get page details](https://lindo.ai/docs/api-reference/page-management/get-page-details.md): Retrieves detailed information about a specific page including SEO metadata, settings, and data fields. - [List all website pages](https://lindo.ai/docs/api-reference/page-management/list-all-website-pages.md): Retrieves a paginated list of all pages (template_type = 'Web Page') for a website. Supports search filtering by name or path. - [Unpublish a page](https://lindo.ai/docs/api-reference/page-management/unpublish-a-page.md): Unpublishes a page by clearing the publish_date, removing it from public access. - [Update a page](https://lindo.ai/docs/api-reference/page-management/update-a-page.md): Updates a page using PATCH semantics. Accepts lang_code (e.g., 'en', 'es') for language and converts to display format for storage. Undefined fields are not modified, null clears the field. - [Add custom domain](https://lindo.ai/docs/api-reference/website-management/add-custom-domain.md): Initiates custom domain setup for a website. Returns agent-ready DNS records with instructions. - [Add team member](https://lindo.ai/docs/api-reference/website-management/add-team-member.md): Adds a team member to a website with Editor or Commenter role. - [Assign website to client](https://lindo.ai/docs/api-reference/website-management/assign-website-to-client.md): Assigns a website to a client - [Delete website](https://lindo.ai/docs/api-reference/website-management/delete-website.md): Permanently deletes a website and all associated data - [Get website details](https://lindo.ai/docs/api-reference/website-management/get-website-details.md): Retrieves detailed information about a specific website including settings, integrations, and configuration. - [Get website team list](https://lindo.ai/docs/api-reference/website-management/get-website-team-list.md): Retrieves a paginated list of website team members. Verifies website ownership before returning team list. - [List all workspace websites](https://lindo.ai/docs/api-reference/website-management/list-all-workspace-websites.md): Retrieves a paginated list of all websites associated with the current workspace - [Remove custom domain](https://lindo.ai/docs/api-reference/website-management/remove-custom-domain.md): Removes the custom domain from a website, reverting to the default domain. - [Remove team member](https://lindo.ai/docs/api-reference/website-management/remove-team-member.md): Removes a team member from a website. - [Update website information](https://lindo.ai/docs/api-reference/website-management/update-website-information.md): Updates website details using PATCH semantics. Undefined fields are not modified, null values clear the field. Supports business_name, business_description, custom_code_header, custom_code_footer, robots, language, and activated fields. - [Update website settings](https://lindo.ai/docs/api-reference/website-management/update-website-settings.md): Updates website settings including business name, description, language, theme, and custom code. - [Create blog with AI prompt](https://lindo.ai/docs/api-reference/workflows/create-blog-with-ai-prompt.md): Creates a new blog post on an existing website using AI to generate content based on the provided prompt. Requires website ownership verification. Returns a workflow instance_id for status tracking. - [Create page with AI prompt](https://lindo.ai/docs/api-reference/workflows/create-page-with-ai-prompt.md): Creates a new page on an existing website using AI to generate content based on the provided prompt. Requires website ownership verification. Returns a workflow instance_id for status tracking. - [Create website with AI prompt](https://lindo.ai/docs/api-reference/workflows/create-website-with-ai-prompt.md): Creates a new website using AI to generate content based on the provided prompt. Returns a workflow instance_id for status tracking. - [Add team member](https://lindo.ai/docs/api-reference/workspace-management/add-team-member.md): Adds a team member to the workspace with 'Team' role. - [Get workspace details](https://lindo.ai/docs/api-reference/workspace-management/get-workspace-details.md): Retrieves detailed information about the current workspace including settings and integrations. - [Get workspace team list](https://lindo.ai/docs/api-reference/workspace-management/get-workspace-team-list.md): Retrieves a paginated list of workspace team members. Verifies workspace ownership via API key. - [Remove team member](https://lindo.ai/docs/api-reference/workspace-management/remove-team-member.md): Removes a team member from the workspace. - [Update workspace settings](https://lindo.ai/docs/api-reference/workspace-management/update-workspace-settings.md): Updates workspace settings using PATCH semantics. Accepts lang_code (e.g., 'en', 'es') for workspace_language and converts to display format for storage. Undefined fields are not modified, null clears the field. - [Errors](https://lindo.ai/docs/api/errors.md): Troubleshoot problems with this comprehensive breakdown of all error codes. - [Introduction](https://lindo.ai/docs/api/introduction.md): Understand general concepts, response codes, and authentication strategies. - [Pagination](https://lindo.ai/docs/api/pagination.md): Learn how pagination works in the Lindo AI API. - [Rate Limits](https://lindo.ai/docs/api/rate-limit.md): Learn about API rate limits and how to handle them. - [SDKs](https://lindo.ai/docs/api/sdks.md): Official SDKs for integrating with the Lindo API. - [Webhooks](https://lindo.ai/docs/api/webhooks.md): Receive real-time notifications about events in your workspace. - [Understanding AI Credits](https://lindo.ai/docs/getting-started/ai-credits.md): How credits work, costs, and monthly allocation - [Changing Interface Language](https://lindo.ai/docs/getting-started/changing-language.md): Selecting from 11 available languages - [Creating Your Account](https://lindo.ai/docs/getting-started/creating-account.md): Sign up process and email verification - [Customizing Your First Website](https://lindo.ai/docs/getting-started/customizing-website.md): Editing, styling, and personalizing your site - [Creating Your First Website](https://lindo.ai/docs/getting-started/first-website.md): Complete walkthrough from prompt to published site - [Getting Support](https://lindo.ai/docs/getting-started/getting-support.md): Accessing help, support tickets, and community - [Google OAuth Sign-In](https://lindo.ai/docs/getting-started/google-oauth.md): Using Google to create or login to your account - [Introduction to Lindo.ai](https://lindo.ai/docs/getting-started/introduction.md): AI-powered website builder for agencies and businesses - [Joining the Community](https://lindo.ai/docs/getting-started/joining-community.md): Accessing the Slack community - [Navigating the Dashboard](https://lindo.ai/docs/getting-started/navigating-dashboard.md): Understanding the workspace interface - [PIN Verification](https://lindo.ai/docs/getting-started/pin-verification.md): Verifying your account with PIN code - [Pricing Plans Overview](https://lindo.ai/docs/getting-started/pricing-plans.md): Compare Free, Pro, Business, Elite, and Reseller plans - [Quick Start: Build a Landing Page in 5 Minutes](https://lindo.ai/docs/getting-started/quick-start-landing-page.md): Fastest path to a live landing page - [Quick Start: Create a Multi-Page Website](https://lindo.ai/docs/getting-started/quick-start-multi-page.md): Building a complete website with navigation - [Quick Start: Start from a Template](https://lindo.ai/docs/getting-started/quick-start-template.md): Using templates to jumpstart your project - [Submitting Feedback](https://lindo.ai/docs/getting-started/submitting-feedback.md): Using the feedback form - [Understanding Workspaces](https://lindo.ai/docs/getting-started/understanding-workspaces.md): Your central hub for managing websites, clients, and settings - [Lindo.ai Documentation](https://lindo.ai/docs/overview.md): Build professional websites with AI in minutes - [Accessibility Best Practices](https://lindo.ai/docs/resources/best-practices/accessibility.md): Make your websites accessible to all users - [Managing Client Credits](https://lindo.ai/docs/resources/best-practices/client-credits.md): Efficient credit allocation for agency clients - [Managing Client Expectations](https://lindo.ai/docs/resources/best-practices/client-expectations.md): Communication tips for agency owners working with clients - [Choosing the Right Color Palette](https://lindo.ai/docs/resources/best-practices/color-palette.md): Color theory basics - [Content Strategy for SEO](https://lindo.ai/docs/resources/best-practices/content-strategy.md): Writing content that ranks well in search engines - [Writing Effective AI Prompts](https://lindo.ai/docs/resources/best-practices/effective-prompts.md): Get better results from AI generation - [Image Optimization](https://lindo.ai/docs/resources/best-practices/image-optimization.md): Optimize images for performance and quality - [Designing for Mobile First](https://lindo.ai/docs/resources/best-practices/mobile-first.md): Responsive design tips - [Organizing Workspaces](https://lindo.ai/docs/resources/best-practices/organizing-workspaces.md): Project organization - [Page Speed Optimization](https://lindo.ai/docs/resources/best-practices/page-speed.md): Improve website loading performance - [Pricing Your Services](https://lindo.ai/docs/resources/best-practices/pricing-services.md): Strategies for pricing your web design services as a reseller - [Schema Markup Best Practices](https://lindo.ai/docs/resources/best-practices/schema-markup.md): Implement structured data for better search visibility - [SEO Fundamentals](https://lindo.ai/docs/resources/best-practices/seo-fundamentals.md): Meta tags, structure, content - [Typography Best Practices](https://lindo.ai/docs/resources/best-practices/typography.md): Font pairing and sizing tips for professional websites - [Workflow Automation Best Practices](https://lindo.ai/docs/resources/best-practices/workflow-automation.md): Tips for efficient batch operations and automation - [AI Agents FAQ](https://lindo.ai/docs/resources/faq/ai-agents.md): Common questions about AI agents - [AI Credits FAQ](https://lindo.ai/docs/resources/faq/ai-credits.md): Common questions about the credit system - [API & Integrations FAQ](https://lindo.ai/docs/resources/faq/api-integrations.md): Common questions about API access and integrations - [CRM & Billing FAQ](https://lindo.ai/docs/resources/faq/crm-billing.md): Common questions about client management and billing - [Domain & Hosting FAQ](https://lindo.ai/docs/resources/faq/domains.md): Common questions about domains and hosting - [Getting Started FAQ](https://lindo.ai/docs/resources/faq/getting-started.md): Common questions for new users - [Pricing & Plans FAQ](https://lindo.ai/docs/resources/faq/pricing-plans.md): Common questions about pricing and plans - [Reseller FAQ](https://lindo.ai/docs/resources/faq/reseller.md): Common questions about the reseller program - [Security & Privacy FAQ](https://lindo.ai/docs/resources/faq/security-privacy.md): Common questions about data security and privacy - [SEO FAQ](https://lindo.ai/docs/resources/faq/seo.md): Common questions about search engine optimization - [Support & Help FAQ](https://lindo.ai/docs/resources/faq/support-help.md): Common questions about getting help and support - [Team & Collaboration FAQ](https://lindo.ai/docs/resources/faq/team-collaboration.md): Common questions about team features - [Website Editor FAQ](https://lindo.ai/docs/resources/faq/website-editor.md): Common questions about the website editor - [White Label FAQ](https://lindo.ai/docs/resources/faq/white-label.md): Common questions about white label branding - [Workspace FAQ](https://lindo.ai/docs/resources/faq/workspace.md): Common questions about workspaces - [Glossary of Terms](https://lindo.ai/docs/resources/glossary/terms.md): All Lindo.ai terminology defined - [Overview](https://lindo.ai/docs/resources/overview.md): Everything you need to master Lindo.ai—FAQ, troubleshooting, reference docs, and best practices - [AI Agent Credit Costs](https://lindo.ai/docs/resources/reference/agent-credit-costs.md): Complete list of all agents and their credit consumption - [AI Tools Reference](https://lindo.ai/docs/resources/reference/ai-tools.md): Complete reference for all AI tools available in Lindo.ai - [API Endpoints Reference](https://lindo.ai/docs/resources/reference/api-endpoints.md): Overview of available API endpoints - [CSV Import Format](https://lindo.ai/docs/resources/reference/csv-import-format.md): Template and format specifications for batch imports - [Custom Code Examples](https://lindo.ai/docs/resources/reference/custom-code-examples.md): Common header and body code snippets - [DNS Records Reference](https://lindo.ai/docs/resources/reference/dns-records.md): CNAME, TXT record formats - [File Format Support](https://lindo.ai/docs/resources/reference/file-formats.md): Supported file types for uploads in Lindo.ai - [Image Size Recommendations](https://lindo.ai/docs/resources/reference/image-sizes.md): Logo, favicon, OG images - [Keyboard Shortcuts](https://lindo.ai/docs/resources/reference/keyboard-shortcuts.md): All keyboard shortcuts in Lindo.ai - [Plan Features Comparison](https://lindo.ai/docs/resources/reference/plan-comparison.md): Complete side-by-side comparison of all Lindo.ai plans - [Plan Limits Reference](https://lindo.ai/docs/resources/reference/plan-limits.md): Detailed limits for websites, credits, and features by plan - [Robots.txt Examples](https://lindo.ai/docs/resources/reference/robots-txt-examples.md): Common robots.txt configurations for different use cases - [Schema Markup Examples](https://lindo.ai/docs/resources/reference/schema-examples.md): JSON-LD templates for common schema types - [Supported Languages](https://lindo.ai/docs/resources/reference/supported-languages.md): Interface languages and content generation languages - [Webhook Events Reference](https://lindo.ai/docs/resources/reference/webhook-events.md): All webhook event types - [AI Not Responding](https://lindo.ai/docs/resources/troubleshooting/ai-not-responding.md): Troubleshooting AI chat issues - [API Authentication Errors](https://lindo.ai/docs/resources/troubleshooting/api-authentication-errors.md): Troubleshoot API key and authentication issues - [Changes Not Appearing](https://lindo.ai/docs/resources/troubleshooting/changes-not-appearing.md): Cache and refresh - [Credit Balance Issues](https://lindo.ai/docs/resources/troubleshooting/credit-balance-issues.md): Credit problems - [DNS Not Connecting](https://lindo.ai/docs/resources/troubleshooting/dns-not-connecting.md): Fix domain setup issues - [Domain Propagation Delays](https://lindo.ai/docs/resources/troubleshooting/domain-propagation.md): Understanding DNS propagation timing - [Editor Loading Slowly](https://lindo.ai/docs/resources/troubleshooting/editor-loading-slowly.md): Improve website editor performance - [Google Analytics Not Tracking](https://lindo.ai/docs/resources/troubleshooting/google-analytics-not-tracking.md): Troubleshoot Google Analytics integration issues - [Images Not Loading](https://lindo.ai/docs/resources/troubleshooting/images-not-loading.md): Media issues - [Invoice Not Sending](https://lindo.ai/docs/resources/troubleshooting/invoice-not-sending.md): Troubleshoot client invoice delivery issues - [Mobile Layout Issues](https://lindo.ai/docs/resources/troubleshooting/mobile-layout-issues.md): Fix responsive design problems on mobile devices - [Plan Upgrade Issues](https://lindo.ai/docs/resources/troubleshooting/plan-upgrade-issues.md): Troubleshoot subscription and plan upgrade problems - [Preview Not Loading](https://lindo.ai/docs/resources/troubleshooting/preview-not-loading.md): Troubleshooting preview issues in the editor - [Save/Publish Errors](https://lindo.ai/docs/resources/troubleshooting/save-publish-errors.md): Troubleshooting problems when saving or publishing pages - [SSL Certificate Issues](https://lindo.ai/docs/resources/troubleshooting/ssl-certificate-issues.md): HTTPS problems - [Stripe Connection Issues](https://lindo.ai/docs/resources/troubleshooting/stripe-issues.md): Troubleshooting payment setup problems - [Subdomain Not Working](https://lindo.ai/docs/resources/troubleshooting/subdomain-not-working.md): Troubleshoot subdomain configuration issues - [Team Invitation Issues](https://lindo.ai/docs/resources/troubleshooting/team-invitation-issues.md): Invite problems - [Webhook Not Firing](https://lindo.ai/docs/resources/troubleshooting/webhook-not-firing.md): Troubleshoot webhook delivery issues - [Website Not Publishing](https://lindo.ai/docs/resources/troubleshooting/website-not-publishing.md): Troubleshoot publishing errors and issues - [Workflow Errors](https://lindo.ai/docs/resources/troubleshooting/workflow-errors.md): Troubleshooting failed workflows - [Digital Marketing Agency](https://lindo.ai/docs/templates/agency-consulting/001-digital-marketing-agency.md): Agency & Consulting template for digital marketing agency - [Creative Agency](https://lindo.ai/docs/templates/agency-consulting/002-creative-agency.md): Agency & Consulting template for creative agency - [Seo Agency](https://lindo.ai/docs/templates/agency-consulting/003-seo-agency.md): Agency & Consulting template for seo agency - [Paid Ads Agency](https://lindo.ai/docs/templates/agency-consulting/004-paid-ads-agency.md): Agency & Consulting template for paid ads agency - [Social Media Agency](https://lindo.ai/docs/templates/agency-consulting/005-social-media-agency.md): Agency & Consulting template for social media agency - [Content Marketing Agency](https://lindo.ai/docs/templates/agency-consulting/006-content-marketing-agency.md): Agency & Consulting template for content marketing agency - [Ai Services Agency](https://lindo.ai/docs/templates/agency-consulting/007-ai-services-agency.md): Agency & Consulting template for ai services agency - [Brand Strategy Agency](https://lindo.ai/docs/templates/agency-consulting/008-brand-strategy-agency.md): Agency & Consulting template for brand strategy agency - [Web Design Agency](https://lindo.ai/docs/templates/agency-consulting/009-web-design-agency.md): Agency & Consulting template for web design agency - [Product Design Agency](https://lindo.ai/docs/templates/agency-consulting/010-product-design-agency.md): Agency & Consulting template for product design agency - [Visual Design Studio](https://lindo.ai/docs/templates/agency-consulting/011-visual-design-studio.md): Agency & Consulting template for visual design studio - [Management Consulting](https://lindo.ai/docs/templates/agency-consulting/012-management-consulting.md): Agency & Consulting template for management consulting - [Business Consulting](https://lindo.ai/docs/templates/agency-consulting/013-business-consulting.md): Agency & Consulting template for business consulting - [Strategy Consulting](https://lindo.ai/docs/templates/agency-consulting/014-strategy-consulting.md): Agency & Consulting template for strategy consulting - [It Consulting](https://lindo.ai/docs/templates/agency-consulting/015-it-consulting.md): Agency & Consulting template for it consulting - [Data Analysis Firm](https://lindo.ai/docs/templates/agency-consulting/016-data-analysis-firm.md): Agency & Consulting template for data analysis firm - [Financial Consulting](https://lindo.ai/docs/templates/agency-consulting/017-financial-consulting.md): Agency & Consulting template for financial consulting - [Hr Consulting](https://lindo.ai/docs/templates/agency-consulting/018-hr-consulting.md): Agency & Consulting template for hr consulting - [Business Coaching](https://lindo.ai/docs/templates/agency-consulting/019-business-coaching.md): Agency & Consulting template for business coaching - [Executive Coaching](https://lindo.ai/docs/templates/agency-consulting/020-executive-coaching.md): Agency & Consulting template for executive coaching - [Life Coaching](https://lindo.ai/docs/templates/agency-consulting/021-life-coaching.md): Agency & Consulting template for life coaching - [Career Coaching](https://lindo.ai/docs/templates/agency-consulting/022-career-coaching.md): Agency & Consulting template for career coaching - [Sales Training](https://lindo.ai/docs/templates/agency-consulting/023-sales-training.md): Agency & Consulting template for sales training - [Pr Firm](https://lindo.ai/docs/templates/agency-consulting/024-pr-firm.md): Agency & Consulting template for pr firm - [Crisis Pr](https://lindo.ai/docs/templates/agency-consulting/025-crisis-pr.md): Agency & Consulting template for crisis pr - [Ad Agency](https://lindo.ai/docs/templates/agency-consulting/026-ad-agency.md): Agency & Consulting template for ad agency - [Media Agency](https://lindo.ai/docs/templates/agency-consulting/027-media-agency.md): Agency & Consulting template for media agency - [Recruitment Agency](https://lindo.ai/docs/templates/agency-consulting/028-recruitment-agency.md): Agency & Consulting template for recruitment agency - [Headhunter](https://lindo.ai/docs/templates/agency-consulting/029-headhunter.md): Agency & Consulting template for headhunter - [Offshore Development](https://lindo.ai/docs/templates/agency-consulting/030-offshore-development.md): Agency & Consulting template for offshore development - [New Car Dealership](https://lindo.ai/docs/templates/automotive/001-new-car-dealership.md): Automotive template for new car dealership - [Used Car Dealer](https://lindo.ai/docs/templates/automotive/002-used-car-dealer.md): Automotive template for used car dealer - [Luxury Car Dealer](https://lindo.ai/docs/templates/automotive/003-luxury-car-dealer.md): Automotive template for luxury car dealer - [Auto Parts Store](https://lindo.ai/docs/templates/automotive/004-auto-parts-store.md): Automotive template for auto parts store - [Used Auto Parts](https://lindo.ai/docs/templates/automotive/005-used-auto-parts.md): Automotive template for used auto parts - [Auto Repair Shop](https://lindo.ai/docs/templates/automotive/006-auto-repair-shop.md): Automotive template for auto repair shop - [Auto Body Collision](https://lindo.ai/docs/templates/automotive/007-auto-body-collision.md): Automotive template for auto body collision - [Transmission Repair](https://lindo.ai/docs/templates/automotive/008-transmission-repair.md): Automotive template for transmission repair - [Brake Service](https://lindo.ai/docs/templates/automotive/009-brake-service.md): Automotive template for brake service - [Tire Shop](https://lindo.ai/docs/templates/automotive/010-tire-shop.md): Automotive template for tire shop - [Oil Change Lube](https://lindo.ai/docs/templates/automotive/011-oil-change-lube.md): Automotive template for oil change lube - [Car Wash](https://lindo.ai/docs/templates/automotive/012-car-wash.md): Automotive template for car wash - [Car Detailing](https://lindo.ai/docs/templates/automotive/013-car-detailing.md): Automotive template for car detailing - [Towing Service](https://lindo.ai/docs/templates/automotive/014-towing-service.md): Automotive template for towing service - [Car Rental](https://lindo.ai/docs/templates/automotive/015-car-rental.md): Automotive template for car rental - [Exotic Car Rental](https://lindo.ai/docs/templates/automotive/016-exotic-car-rental.md): Automotive template for exotic car rental - [Motorcycle Dealer](https://lindo.ai/docs/templates/automotive/017-motorcycle-dealer.md): Automotive template for motorcycle dealer - [Motorcycle Repair](https://lindo.ai/docs/templates/automotive/018-motorcycle-repair.md): Automotive template for motorcycle repair - [Rv Dealer](https://lindo.ai/docs/templates/automotive/019-rv-dealer.md): Automotive template for rv dealer - [Driving School](https://lindo.ai/docs/templates/automotive/020-driving-school.md): Automotive template for driving school - [Daycare Center](https://lindo.ai/docs/templates/childcare-kids/001-daycare-center.md): Childcare & Kids template for daycare center - [In Home Daycare](https://lindo.ai/docs/templates/childcare-kids/002-in-home-daycare.md): Childcare & Kids template for in home daycare - [Nanny Agency](https://lindo.ai/docs/templates/childcare-kids/003-nanny-agency.md): Childcare & Kids template for nanny agency - [Au Pair Agency](https://lindo.ai/docs/templates/childcare-kids/004-au-pair-agency.md): Childcare & Kids template for au pair agency - [Babysitting Service](https://lindo.ai/docs/templates/childcare-kids/005-babysitting-service.md): Childcare & Kids template for babysitting service - [Kids Learning Center](https://lindo.ai/docs/templates/childcare-kids/006-kids-learning-center.md): Childcare & Kids template for kids learning center - [Kids Tutoring](https://lindo.ai/docs/templates/childcare-kids/007-kids-tutoring.md): Childcare & Kids template for kids tutoring - [Kids Stem Program](https://lindo.ai/docs/templates/childcare-kids/008-kids-stem-program.md): Childcare & Kids template for kids stem program - [Kids Language School](https://lindo.ai/docs/templates/childcare-kids/009-kids-language-school.md): Childcare & Kids template for kids language school - [Kids Art Classes](https://lindo.ai/docs/templates/childcare-kids/010-kids-art-classes.md): Childcare & Kids template for kids art classes - [Kids Music Lessons](https://lindo.ai/docs/templates/childcare-kids/011-kids-music-lessons.md): Childcare & Kids template for kids music lessons - [Kids Dance School](https://lindo.ai/docs/templates/childcare-kids/012-kids-dance-school.md): Childcare & Kids template for kids dance school - [Kids Gymnastics](https://lindo.ai/docs/templates/childcare-kids/013-kids-gymnastics.md): Childcare & Kids template for kids gymnastics - [Kids Martial Arts](https://lindo.ai/docs/templates/childcare-kids/014-kids-martial-arts.md): Childcare & Kids template for kids martial arts - [Kids Swim Lessons](https://lindo.ai/docs/templates/childcare-kids/015-kids-swim-lessons.md): Childcare & Kids template for kids swim lessons - [Youth Sports League](https://lindo.ai/docs/templates/childcare-kids/016-youth-sports-league.md): Childcare & Kids template for youth sports league - [Indoor Playground](https://lindo.ai/docs/templates/childcare-kids/017-indoor-playground.md): Childcare & Kids template for indoor playground - [Bounce House Rental](https://lindo.ai/docs/templates/childcare-kids/018-bounce-house-rental.md): Childcare & Kids template for bounce house rental - [Kids Party Venue](https://lindo.ai/docs/templates/childcare-kids/019-kids-party-venue.md): Childcare & Kids template for kids party venue - [Kids Entertainer](https://lindo.ai/docs/templates/childcare-kids/020-kids-entertainer.md): Childcare & Kids template for kids entertainer - [Character Entertainment](https://lindo.ai/docs/templates/childcare-kids/021-character-entertainment.md): Childcare & Kids template for character entertainment - [Kids Magician](https://lindo.ai/docs/templates/childcare-kids/022-kids-magician.md): Childcare & Kids template for kids magician - [Summer Camp](https://lindo.ai/docs/templates/childcare-kids/023-summer-camp.md): Childcare & Kids template for summer camp - [Day Camp](https://lindo.ai/docs/templates/childcare-kids/024-day-camp.md): Childcare & Kids template for day camp - [Specialty Camp Art Science](https://lindo.ai/docs/templates/childcare-kids/025-specialty-camp-art-science.md): Childcare & Kids template for specialty camp art science - [Construction Company](https://lindo.ai/docs/templates/construction-trades/001-construction-company.md): Construction & Trades template for construction company - [Commercial Construction](https://lindo.ai/docs/templates/construction-trades/002-commercial-construction.md): Construction & Trades template for commercial construction - [Residential Construction](https://lindo.ai/docs/templates/construction-trades/003-residential-construction.md): Construction & Trades template for residential construction - [Industrial Construction](https://lindo.ai/docs/templates/construction-trades/004-industrial-construction.md): Construction & Trades template for industrial construction - [Demolition Contractor](https://lindo.ai/docs/templates/construction-trades/005-demolition-contractor.md): Construction & Trades template for demolition contractor - [Excavation Grading](https://lindo.ai/docs/templates/construction-trades/006-excavation-grading.md): Construction & Trades template for excavation grading - [Foundation Contractor](https://lindo.ai/docs/templates/construction-trades/007-foundation-contractor.md): Construction & Trades template for foundation contractor - [Framing Contractor](https://lindo.ai/docs/templates/construction-trades/008-framing-contractor.md): Construction & Trades template for framing contractor - [Drywall Contractor](https://lindo.ai/docs/templates/construction-trades/009-drywall-contractor.md): Construction & Trades template for drywall contractor - [Insulation Contractor](https://lindo.ai/docs/templates/construction-trades/010-insulation-contractor.md): Construction & Trades template for insulation contractor - [Siding Company](https://lindo.ai/docs/templates/construction-trades/011-siding-company.md): Construction & Trades template for siding company - [Stucco Contractor](https://lindo.ai/docs/templates/construction-trades/012-stucco-contractor.md): Construction & Trades template for stucco contractor - [Waterproofing Service](https://lindo.ai/docs/templates/construction-trades/013-waterproofing-service.md): Construction & Trades template for waterproofing service - [Asphalt Paving](https://lindo.ai/docs/templates/construction-trades/014-asphalt-paving.md): Construction & Trades template for asphalt paving - [Welding Services](https://lindo.ai/docs/templates/construction-trades/015-welding-services.md): Construction & Trades template for welding services - [Structural Steel](https://lindo.ai/docs/templates/construction-trades/016-structural-steel.md): Construction & Trades template for structural steel - [Glass Glazing](https://lindo.ai/docs/templates/construction-trades/017-glass-glazing.md): Construction & Trades template for glass glazing - [Elevator Service](https://lindo.ai/docs/templates/construction-trades/018-elevator-service.md): Construction & Trades template for elevator service - [Fire Sprinkler](https://lindo.ai/docs/templates/construction-trades/019-fire-sprinkler.md): Construction & Trades template for fire sprinkler - [Scaffolding Rental](https://lindo.ai/docs/templates/construction-trades/020-scaffolding-rental.md): Construction & Trades template for scaffolding rental - [Crane Service](https://lindo.ai/docs/templates/construction-trades/021-crane-service.md): Construction & Trades template for crane service - [Land Surveying](https://lindo.ai/docs/templates/construction-trades/022-land-surveying.md): Construction & Trades template for land surveying - [Environmental Remediation](https://lindo.ai/docs/templates/construction-trades/023-environmental-remediation.md): Construction & Trades template for environmental remediation - [Asbestos Lead Removal](https://lindo.ai/docs/templates/construction-trades/024-asbestos-lead-removal.md): Construction & Trades template for asbestos lead removal - [Historic Restoration](https://lindo.ai/docs/templates/construction-trades/025-historic-restoration.md): Construction & Trades template for historic restoration - [Fashion Boutique](https://lindo.ai/docs/templates/ecommerce-retail/001-fashion-boutique.md): E-commerce & Retail template for fashion boutique - [Luxury Fashion Brand](https://lindo.ai/docs/templates/ecommerce-retail/002-luxury-fashion-brand.md): E-commerce & Retail template for luxury fashion brand - [Streetwear Brand](https://lindo.ai/docs/templates/ecommerce-retail/003-streetwear-brand.md): E-commerce & Retail template for streetwear brand - [Eco Friendly Fashion](https://lindo.ai/docs/templates/ecommerce-retail/004-eco-friendly-fashion.md): E-commerce & Retail template for eco friendly fashion - [Skincare Brand](https://lindo.ai/docs/templates/ecommerce-retail/005-skincare-brand.md): E-commerce & Retail template for skincare brand - [Makeup Brand](https://lindo.ai/docs/templates/ecommerce-retail/006-makeup-brand.md): E-commerce & Retail template for makeup brand - [Hair Products Brand](https://lindo.ai/docs/templates/ecommerce-retail/007-hair-products-brand.md): E-commerce & Retail template for hair products brand - [Tech Gadgets Store](https://lindo.ai/docs/templates/ecommerce-retail/008-tech-gadgets-store.md): E-commerce & Retail template for tech gadgets store - [Audio Equipment Store](https://lindo.ai/docs/templates/ecommerce-retail/009-audio-equipment-store.md): E-commerce & Retail template for audio equipment store - [Furniture Store](https://lindo.ai/docs/templates/ecommerce-retail/010-furniture-store.md): E-commerce & Retail template for furniture store - [Home Decor Store](https://lindo.ai/docs/templates/ecommerce-retail/011-home-decor-store.md): E-commerce & Retail template for home decor store - [Kitchenware Store](https://lindo.ai/docs/templates/ecommerce-retail/012-kitchenware-store.md): E-commerce & Retail template for kitchenware store - [Gourmet Food Store](https://lindo.ai/docs/templates/ecommerce-retail/013-gourmet-food-store.md): E-commerce & Retail template for gourmet food store - [Coffee Brand](https://lindo.ai/docs/templates/ecommerce-retail/014-coffee-brand.md): E-commerce & Retail template for coffee brand - [Organic Food Store](https://lindo.ai/docs/templates/ecommerce-retail/015-organic-food-store.md): E-commerce & Retail template for organic food store - [Jewelry Brand](https://lindo.ai/docs/templates/ecommerce-retail/016-jewelry-brand.md): E-commerce & Retail template for jewelry brand - [Watch Brand](https://lindo.ai/docs/templates/ecommerce-retail/017-watch-brand.md): E-commerce & Retail template for watch brand - [Sportswear Brand](https://lindo.ai/docs/templates/ecommerce-retail/018-sportswear-brand.md): E-commerce & Retail template for sportswear brand - [Sports Equipment Store](https://lindo.ai/docs/templates/ecommerce-retail/019-sports-equipment-store.md): E-commerce & Retail template for sports equipment store - [Toy Store](https://lindo.ai/docs/templates/ecommerce-retail/020-toy-store.md): E-commerce & Retail template for toy store - [Kids Clothing Store](https://lindo.ai/docs/templates/ecommerce-retail/021-kids-clothing-store.md): E-commerce & Retail template for kids clothing store - [Pet Supplies Store](https://lindo.ai/docs/templates/ecommerce-retail/022-pet-supplies-store.md): E-commerce & Retail template for pet supplies store - [Pet Food Brand](https://lindo.ai/docs/templates/ecommerce-retail/023-pet-food-brand.md): E-commerce & Retail template for pet food brand - [Outdoor Gear Store](https://lindo.ai/docs/templates/ecommerce-retail/024-outdoor-gear-store.md): E-commerce & Retail template for outdoor gear store - [Garden Supplies Store](https://lindo.ai/docs/templates/ecommerce-retail/025-garden-supplies-store.md): E-commerce & Retail template for garden supplies store - [Subscription Box Service](https://lindo.ai/docs/templates/ecommerce-retail/026-subscription-box-service.md): E-commerce & Retail template for subscription box service - [Meal Kit Delivery](https://lindo.ai/docs/templates/ecommerce-retail/027-meal-kit-delivery.md): E-commerce & Retail template for meal kit delivery - [Handmade Marketplace](https://lindo.ai/docs/templates/ecommerce-retail/028-handmade-marketplace.md): E-commerce & Retail template for handmade marketplace - [Vintage Marketplace](https://lindo.ai/docs/templates/ecommerce-retail/029-vintage-marketplace.md): E-commerce & Retail template for vintage marketplace - [Digital Products Store](https://lindo.ai/docs/templates/ecommerce-retail/030-digital-products-store.md): E-commerce & Retail template for digital products store - [Design Templates Store](https://lindo.ai/docs/templates/ecommerce-retail/031-design-templates-store.md): E-commerce & Retail template for design templates store - [Supplements Brand](https://lindo.ai/docs/templates/ecommerce-retail/032-supplements-brand.md): E-commerce & Retail template for supplements brand - [Cbd Products Store](https://lindo.ai/docs/templates/ecommerce-retail/033-cbd-products-store.md): E-commerce & Retail template for cbd products store - [Auto Parts Store](https://lindo.ai/docs/templates/ecommerce-retail/034-auto-parts-store.md): E-commerce & Retail template for auto parts store - [Car Accessories Store](https://lindo.ai/docs/templates/ecommerce-retail/035-car-accessories-store.md): E-commerce & Retail template for car accessories store - [Online Bookstore](https://lindo.ai/docs/templates/ecommerce-retail/036-online-bookstore.md): E-commerce & Retail template for online bookstore - [Art Prints Store](https://lindo.ai/docs/templates/ecommerce-retail/037-art-prints-store.md): E-commerce & Retail template for art prints store - [Gift Shop](https://lindo.ai/docs/templates/ecommerce-retail/038-gift-shop.md): E-commerce & Retail template for gift shop - [Custom Gifts Store](https://lindo.ai/docs/templates/ecommerce-retail/039-custom-gifts-store.md): E-commerce & Retail template for custom gifts store - [Luxury Goods Store](https://lindo.ai/docs/templates/ecommerce-retail/040-luxury-goods-store.md): E-commerce & Retail template for luxury goods store - [Private School](https://lindo.ai/docs/templates/education-training/001-private-school.md): Education & Training template for private school - [Charter School](https://lindo.ai/docs/templates/education-training/002-charter-school.md): Education & Training template for charter school - [Montessori School](https://lindo.ai/docs/templates/education-training/003-montessori-school.md): Education & Training template for montessori school - [International School](https://lindo.ai/docs/templates/education-training/004-international-school.md): Education & Training template for international school - [Preschool Daycare](https://lindo.ai/docs/templates/education-training/005-preschool-daycare.md): Education & Training template for preschool daycare - [Montessori Preschool](https://lindo.ai/docs/templates/education-training/006-montessori-preschool.md): Education & Training template for montessori preschool - [Tutoring Center](https://lindo.ai/docs/templates/education-training/007-tutoring-center.md): Education & Training template for tutoring center - [Math Tutoring](https://lindo.ai/docs/templates/education-training/008-math-tutoring.md): Education & Training template for math tutoring - [Reading Writing Tutoring](https://lindo.ai/docs/templates/education-training/009-reading-writing-tutoring.md): Education & Training template for reading writing tutoring - [Special Needs Tutoring](https://lindo.ai/docs/templates/education-training/010-special-needs-tutoring.md): Education & Training template for special needs tutoring - [Sat Act Prep](https://lindo.ai/docs/templates/education-training/011-sat-act-prep.md): Education & Training template for sat act prep - [College Counseling](https://lindo.ai/docs/templates/education-training/012-college-counseling.md): Education & Training template for college counseling - [Language School](https://lindo.ai/docs/templates/education-training/013-language-school.md): Education & Training template for language school - [Esl School](https://lindo.ai/docs/templates/education-training/014-esl-school.md): Education & Training template for esl school - [Music School](https://lindo.ai/docs/templates/education-training/015-music-school.md): Education & Training template for music school - [Music Lessons](https://lindo.ai/docs/templates/education-training/016-music-lessons.md): Education & Training template for music lessons - [Art School](https://lindo.ai/docs/templates/education-training/017-art-school.md): Education & Training template for art school - [Art Classes](https://lindo.ai/docs/templates/education-training/018-art-classes.md): Education & Training template for art classes - [Coding Bootcamp](https://lindo.ai/docs/templates/education-training/019-coding-bootcamp.md): Education & Training template for coding bootcamp - [Coding For Kids](https://lindo.ai/docs/templates/education-training/020-coding-for-kids.md): Education & Training template for coding for kids - [Stem Education](https://lindo.ai/docs/templates/education-training/021-stem-education.md): Education & Training template for stem education - [E Learning Platform](https://lindo.ai/docs/templates/education-training/022-e-learning-platform.md): Education & Training template for e learning platform - [Course Sales Page](https://lindo.ai/docs/templates/education-training/023-course-sales-page.md): Education & Training template for course sales page - [Membership Site](https://lindo.ai/docs/templates/education-training/024-membership-site.md): Education & Training template for membership site - [Corporate Training](https://lindo.ai/docs/templates/education-training/025-corporate-training.md): Education & Training template for corporate training - [Certification Program](https://lindo.ai/docs/templates/education-training/026-certification-program.md): Education & Training template for certification program - [Trade Vocational School](https://lindo.ai/docs/templates/education-training/027-trade-vocational-school.md): Education & Training template for trade vocational school - [Cdl Training](https://lindo.ai/docs/templates/education-training/028-cdl-training.md): Education & Training template for cdl training - [Summer Camp](https://lindo.ai/docs/templates/education-training/029-summer-camp.md): Education & Training template for summer camp - [After School Program](https://lindo.ai/docs/templates/education-training/030-after-school-program.md): Education & Training template for after school program - [Wedding Planner](https://lindo.ai/docs/templates/events-entertainment/001-wedding-planner.md): Events & Entertainment template for wedding planner - [Event Planner](https://lindo.ai/docs/templates/events-entertainment/002-event-planner.md): Events & Entertainment template for event planner - [Corporate Event Planner](https://lindo.ai/docs/templates/events-entertainment/003-corporate-event-planner.md): Events & Entertainment template for corporate event planner - [Kids Party Planner](https://lindo.ai/docs/templates/events-entertainment/004-kids-party-planner.md): Events & Entertainment template for kids party planner - [Dj Service](https://lindo.ai/docs/templates/events-entertainment/005-dj-service.md): Events & Entertainment template for dj service - [Live Band Musician](https://lindo.ai/docs/templates/events-entertainment/006-live-band-musician.md): Events & Entertainment template for live band musician - [Event Catering](https://lindo.ai/docs/templates/events-entertainment/007-event-catering.md): Events & Entertainment template for event catering - [Photo Booth Rental](https://lindo.ai/docs/templates/events-entertainment/008-photo-booth-rental.md): Events & Entertainment template for photo booth rental - [Kids Entertainer](https://lindo.ai/docs/templates/events-entertainment/009-kids-entertainer.md): Events & Entertainment template for kids entertainer - [Event Venue Rental](https://lindo.ai/docs/templates/events-entertainment/010-event-venue-rental.md): Events & Entertainment template for event venue rental - [Fitness Center](https://lindo.ai/docs/templates/fitness-sports/001-fitness-center.md): Fitness & Sports template for fitness center - [Crossfit Box](https://lindo.ai/docs/templates/fitness-sports/002-crossfit-box.md): Fitness & Sports template for crossfit box - [Boutique Gym](https://lindo.ai/docs/templates/fitness-sports/003-boutique-gym.md): Fitness & Sports template for boutique gym - [Yoga Studio](https://lindo.ai/docs/templates/fitness-sports/004-yoga-studio.md): Fitness & Sports template for yoga studio - [Hot Yoga Studio](https://lindo.ai/docs/templates/fitness-sports/005-hot-yoga-studio.md): Fitness & Sports template for hot yoga studio - [Pilates Studio](https://lindo.ai/docs/templates/fitness-sports/006-pilates-studio.md): Fitness & Sports template for pilates studio - [Reformer Pilates](https://lindo.ai/docs/templates/fitness-sports/007-reformer-pilates.md): Fitness & Sports template for reformer pilates - [Dance Studio](https://lindo.ai/docs/templates/fitness-sports/008-dance-studio.md): Fitness & Sports template for dance studio - [Ballet School](https://lindo.ai/docs/templates/fitness-sports/009-ballet-school.md): Fitness & Sports template for ballet school - [Hip Hop Dance](https://lindo.ai/docs/templates/fitness-sports/010-hip-hop-dance.md): Fitness & Sports template for hip hop dance - [Martial Arts Studio](https://lindo.ai/docs/templates/fitness-sports/011-martial-arts-studio.md): Fitness & Sports template for martial arts studio - [Mma Gym](https://lindo.ai/docs/templates/fitness-sports/012-mma-gym.md): Fitness & Sports template for mma gym - [Boxing Gym](https://lindo.ai/docs/templates/fitness-sports/013-boxing-gym.md): Fitness & Sports template for boxing gym - [Karate Dojo](https://lindo.ai/docs/templates/fitness-sports/014-karate-dojo.md): Fitness & Sports template for karate dojo - [Jiu Jitsu Academy](https://lindo.ai/docs/templates/fitness-sports/015-jiu-jitsu-academy.md): Fitness & Sports template for jiu jitsu academy - [Personal Trainer](https://lindo.ai/docs/templates/fitness-sports/016-personal-trainer.md): Fitness & Sports template for personal trainer - [Online Fitness Coach](https://lindo.ai/docs/templates/fitness-sports/017-online-fitness-coach.md): Fitness & Sports template for online fitness coach - [Strength Coach](https://lindo.ai/docs/templates/fitness-sports/018-strength-coach.md): Fitness & Sports template for strength coach - [Swimming Pool Aquatics](https://lindo.ai/docs/templates/fitness-sports/019-swimming-pool-aquatics.md): Fitness & Sports template for swimming pool aquatics - [Swim School](https://lindo.ai/docs/templates/fitness-sports/020-swim-school.md): Fitness & Sports template for swim school - [Tennis Club](https://lindo.ai/docs/templates/fitness-sports/021-tennis-club.md): Fitness & Sports template for tennis club - [Tennis Instructor](https://lindo.ai/docs/templates/fitness-sports/022-tennis-instructor.md): Fitness & Sports template for tennis instructor - [Golf Course](https://lindo.ai/docs/templates/fitness-sports/023-golf-course.md): Fitness & Sports template for golf course - [Golf Instructor](https://lindo.ai/docs/templates/fitness-sports/024-golf-instructor.md): Fitness & Sports template for golf instructor - [Rock Climbing Gym](https://lindo.ai/docs/templates/fitness-sports/025-rock-climbing-gym.md): Fitness & Sports template for rock climbing gym - [Spin Cycling Studio](https://lindo.ai/docs/templates/fitness-sports/026-spin-cycling-studio.md): Fitness & Sports template for spin cycling studio - [Bike Shop](https://lindo.ai/docs/templates/fitness-sports/027-bike-shop.md): Fitness & Sports template for bike shop - [Running Club](https://lindo.ai/docs/templates/fitness-sports/028-running-club.md): Fitness & Sports template for running club - [Running Store](https://lindo.ai/docs/templates/fitness-sports/029-running-store.md): Fitness & Sports template for running store - [Youth Sports League](https://lindo.ai/docs/templates/fitness-sports/030-youth-sports-league.md): Fitness & Sports template for youth sports league - [Adult Sports League](https://lindo.ai/docs/templates/fitness-sports/031-adult-sports-league.md): Fitness & Sports template for adult sports league - [Adventure Outfitter](https://lindo.ai/docs/templates/fitness-sports/032-adventure-outfitter.md): Fitness & Sports template for adventure outfitter - [Kayak Paddleboard Rental](https://lindo.ai/docs/templates/fitness-sports/033-kayak-paddleboard-rental.md): Fitness & Sports template for kayak paddleboard rental - [Ski School](https://lindo.ai/docs/templates/fitness-sports/034-ski-school.md): Fitness & Sports template for ski school - [Surf School](https://lindo.ai/docs/templates/fitness-sports/035-surf-school.md): Fitness & Sports template for surf school - [Horse Riding Lessons](https://lindo.ai/docs/templates/fitness-sports/036-horse-riding-lessons.md): Fitness & Sports template for horse riding lessons - [Horse Boarding](https://lindo.ai/docs/templates/fitness-sports/037-horse-boarding.md): Fitness & Sports template for horse boarding - [Shooting Range](https://lindo.ai/docs/templates/fitness-sports/038-shooting-range.md): Fitness & Sports template for shooting range - [Trampoline Park](https://lindo.ai/docs/templates/fitness-sports/039-trampoline-park.md): Fitness & Sports template for trampoline park - [Children S Play Center](https://lindo.ai/docs/templates/fitness-sports/040-children-s-play-center.md): Fitness & Sports template for children s play center - [Fine Dining Restaurant](https://lindo.ai/docs/templates/food-hospitality/001-fine-dining-restaurant.md): Food & Hospitality template for fine dining restaurant - [Casual Restaurant](https://lindo.ai/docs/templates/food-hospitality/002-casual-restaurant.md): Food & Hospitality template for casual restaurant - [Italian Restaurant](https://lindo.ai/docs/templates/food-hospitality/003-italian-restaurant.md): Food & Hospitality template for italian restaurant - [Japanese Restaurant](https://lindo.ai/docs/templates/food-hospitality/004-japanese-restaurant.md): Food & Hospitality template for japanese restaurant - [Mexican Restaurant](https://lindo.ai/docs/templates/food-hospitality/005-mexican-restaurant.md): Food & Hospitality template for mexican restaurant - [Indian Restaurant](https://lindo.ai/docs/templates/food-hospitality/006-indian-restaurant.md): Food & Hospitality template for indian restaurant - [Thai Restaurant](https://lindo.ai/docs/templates/food-hospitality/007-thai-restaurant.md): Food & Hospitality template for thai restaurant - [Steakhouse](https://lindo.ai/docs/templates/food-hospitality/008-steakhouse.md): Food & Hospitality template for steakhouse - [Seafood Restaurant](https://lindo.ai/docs/templates/food-hospitality/009-seafood-restaurant.md): Food & Hospitality template for seafood restaurant - [Vegan Restaurant](https://lindo.ai/docs/templates/food-hospitality/010-vegan-restaurant.md): Food & Hospitality template for vegan restaurant - [Burger Joint](https://lindo.ai/docs/templates/food-hospitality/011-burger-joint.md): Food & Hospitality template for burger joint - [Pizza Restaurant](https://lindo.ai/docs/templates/food-hospitality/012-pizza-restaurant.md): Food & Hospitality template for pizza restaurant - [Taco Shop](https://lindo.ai/docs/templates/food-hospitality/013-taco-shop.md): Food & Hospitality template for taco shop - [Coffee Shop](https://lindo.ai/docs/templates/food-hospitality/014-coffee-shop.md): Food & Hospitality template for coffee shop - [Bakery Cafe](https://lindo.ai/docs/templates/food-hospitality/015-bakery-cafe.md): Food & Hospitality template for bakery cafe - [Tea House](https://lindo.ai/docs/templates/food-hospitality/016-tea-house.md): Food & Hospitality template for tea house - [Dessert Cafe](https://lindo.ai/docs/templates/food-hospitality/017-dessert-cafe.md): Food & Hospitality template for dessert cafe - [Cocktail Bar](https://lindo.ai/docs/templates/food-hospitality/018-cocktail-bar.md): Food & Hospitality template for cocktail bar - [Wine Bar](https://lindo.ai/docs/templates/food-hospitality/019-wine-bar.md): Food & Hospitality template for wine bar - [Sports Bar](https://lindo.ai/docs/templates/food-hospitality/020-sports-bar.md): Food & Hospitality template for sports bar - [Craft Brewery](https://lindo.ai/docs/templates/food-hospitality/021-craft-brewery.md): Food & Hospitality template for craft brewery - [Luxury Hotel](https://lindo.ai/docs/templates/food-hospitality/022-luxury-hotel.md): Food & Hospitality template for luxury hotel - [Boutique Hotel](https://lindo.ai/docs/templates/food-hospitality/023-boutique-hotel.md): Food & Hospitality template for boutique hotel - [Beach Resort](https://lindo.ai/docs/templates/food-hospitality/024-beach-resort.md): Food & Hospitality template for beach resort - [Bed And Breakfast](https://lindo.ai/docs/templates/food-hospitality/025-bed-and-breakfast.md): Food & Hospitality template for bed and breakfast - [Hostel](https://lindo.ai/docs/templates/food-hospitality/026-hostel.md): Food & Hospitality template for hostel - [Motel](https://lindo.ai/docs/templates/food-hospitality/027-motel.md): Food & Hospitality template for motel - [Event Catering](https://lindo.ai/docs/templates/food-hospitality/028-event-catering.md): Food & Hospitality template for event catering - [Corporate Catering](https://lindo.ai/docs/templates/food-hospitality/029-corporate-catering.md): Food & Hospitality template for corporate catering - [Wedding Catering](https://lindo.ai/docs/templates/food-hospitality/030-wedding-catering.md): Food & Hospitality template for wedding catering - [Food Truck](https://lindo.ai/docs/templates/food-hospitality/031-food-truck.md): Food & Hospitality template for food truck - [Gourmet Food Truck](https://lindo.ai/docs/templates/food-hospitality/032-gourmet-food-truck.md): Food & Hospitality template for gourmet food truck - [Meal Prep Service](https://lindo.ai/docs/templates/food-hospitality/033-meal-prep-service.md): Food & Hospitality template for meal prep service - [Fitness Meal Prep](https://lindo.ai/docs/templates/food-hospitality/034-fitness-meal-prep.md): Food & Hospitality template for fitness meal prep - [Juice Bar](https://lindo.ai/docs/templates/food-hospitality/035-juice-bar.md): Food & Hospitality template for juice bar - [Ice Cream Shop](https://lindo.ai/docs/templates/food-hospitality/036-ice-cream-shop.md): Food & Hospitality template for ice cream shop - [Deli Sandwich Shop](https://lindo.ai/docs/templates/food-hospitality/037-deli-sandwich-shop.md): Food & Hospitality template for deli sandwich shop - [Winery](https://lindo.ai/docs/templates/food-hospitality/038-winery.md): Food & Hospitality template for winery - [Distillery](https://lindo.ai/docs/templates/food-hospitality/039-distillery.md): Food & Hospitality template for distillery - [Nightclub](https://lindo.ai/docs/templates/food-hospitality/040-nightclub.md): Food & Hospitality template for nightclub - [Wedding Venue](https://lindo.ai/docs/templates/food-hospitality/041-wedding-venue.md): Food & Hospitality template for wedding venue - [Conference Center](https://lindo.ai/docs/templates/food-hospitality/042-conference-center.md): Food & Hospitality template for conference center - [Banquet Hall](https://lindo.ai/docs/templates/food-hospitality/043-banquet-hall.md): Food & Hospitality template for banquet hall - [Food Delivery Service](https://lindo.ai/docs/templates/food-hospitality/044-food-delivery-service.md): Food & Hospitality template for food delivery service - [Grocery Store](https://lindo.ai/docs/templates/food-hospitality/045-grocery-store.md): Food & Hospitality template for grocery store - [Organic Grocery](https://lindo.ai/docs/templates/food-hospitality/046-organic-grocery.md): Food & Hospitality template for organic grocery - [Butcher Shop](https://lindo.ai/docs/templates/food-hospitality/047-butcher-shop.md): Food & Hospitality template for butcher shop - [Cheese Shop](https://lindo.ai/docs/templates/food-hospitality/048-cheese-shop.md): Food & Hospitality template for cheese shop - [Seafood Market](https://lindo.ai/docs/templates/food-hospitality/049-seafood-market.md): Food & Hospitality template for seafood market - [Farmers Market](https://lindo.ai/docs/templates/food-hospitality/050-farmers-market.md): Food & Hospitality template for farmers market - [Family Doctor Clinic](https://lindo.ai/docs/templates/healthcare-wellness/001-family-doctor-clinic.md): Healthcare & Wellness template for family doctor clinic - [Walk In Clinic](https://lindo.ai/docs/templates/healthcare-wellness/002-walk-in-clinic.md): Healthcare & Wellness template for walk in clinic - [Pediatric Clinic](https://lindo.ai/docs/templates/healthcare-wellness/003-pediatric-clinic.md): Healthcare & Wellness template for pediatric clinic - [Dental Clinic](https://lindo.ai/docs/templates/healthcare-wellness/004-dental-clinic.md): Healthcare & Wellness template for dental clinic - [Orthodontics Practice](https://lindo.ai/docs/templates/healthcare-wellness/005-orthodontics-practice.md): Healthcare & Wellness template for orthodontics practice - [Cosmetic Dentistry](https://lindo.ai/docs/templates/healthcare-wellness/006-cosmetic-dentistry.md): Healthcare & Wellness template for cosmetic dentistry - [Kids Dentist](https://lindo.ai/docs/templates/healthcare-wellness/007-kids-dentist.md): Healthcare & Wellness template for kids dentist - [Dermatology Clinic](https://lindo.ai/docs/templates/healthcare-wellness/008-dermatology-clinic.md): Healthcare & Wellness template for dermatology clinic - [Cosmetic Dermatology](https://lindo.ai/docs/templates/healthcare-wellness/009-cosmetic-dermatology.md): Healthcare & Wellness template for cosmetic dermatology - [Plastic Surgery](https://lindo.ai/docs/templates/healthcare-wellness/010-plastic-surgery.md): Healthcare & Wellness template for plastic surgery - [Cosmetic Surgery](https://lindo.ai/docs/templates/healthcare-wellness/011-cosmetic-surgery.md): Healthcare & Wellness template for cosmetic surgery - [Eye Doctor](https://lindo.ai/docs/templates/healthcare-wellness/012-eye-doctor.md): Healthcare & Wellness template for eye doctor - [Lasik Center](https://lindo.ai/docs/templates/healthcare-wellness/013-lasik-center.md): Healthcare & Wellness template for lasik center - [Cardiology Practice](https://lindo.ai/docs/templates/healthcare-wellness/014-cardiology-practice.md): Healthcare & Wellness template for cardiology practice - [Orthopedic Clinic](https://lindo.ai/docs/templates/healthcare-wellness/015-orthopedic-clinic.md): Healthcare & Wellness template for orthopedic clinic - [Sports Medicine](https://lindo.ai/docs/templates/healthcare-wellness/016-sports-medicine.md): Healthcare & Wellness template for sports medicine - [Physical Therapy](https://lindo.ai/docs/templates/healthcare-wellness/017-physical-therapy.md): Healthcare & Wellness template for physical therapy - [Sports Rehab](https://lindo.ai/docs/templates/healthcare-wellness/018-sports-rehab.md): Healthcare & Wellness template for sports rehab - [Chiropractor](https://lindo.ai/docs/templates/healthcare-wellness/019-chiropractor.md): Healthcare & Wellness template for chiropractor - [Therapist Counselor](https://lindo.ai/docs/templates/healthcare-wellness/020-therapist-counselor.md): Healthcare & Wellness template for therapist counselor - [Psychiatrist](https://lindo.ai/docs/templates/healthcare-wellness/021-psychiatrist.md): Healthcare & Wellness template for psychiatrist - [Psychologist](https://lindo.ai/docs/templates/healthcare-wellness/022-psychologist.md): Healthcare & Wellness template for psychologist - [Marriage Counseling](https://lindo.ai/docs/templates/healthcare-wellness/023-marriage-counseling.md): Healthcare & Wellness template for marriage counseling - [Child Psychologist](https://lindo.ai/docs/templates/healthcare-wellness/024-child-psychologist.md): Healthcare & Wellness template for child psychologist - [Addiction Treatment](https://lindo.ai/docs/templates/healthcare-wellness/025-addiction-treatment.md): Healthcare & Wellness template for addiction treatment - [Ob Gyn Practice](https://lindo.ai/docs/templates/healthcare-wellness/026-ob-gyn-practice.md): Healthcare & Wellness template for ob gyn practice - [Fertility Clinic](https://lindo.ai/docs/templates/healthcare-wellness/027-fertility-clinic.md): Healthcare & Wellness template for fertility clinic - [Holistic Health Center](https://lindo.ai/docs/templates/healthcare-wellness/028-holistic-health-center.md): Healthcare & Wellness template for holistic health center - [Naturopathic Doctor](https://lindo.ai/docs/templates/healthcare-wellness/029-naturopathic-doctor.md): Healthcare & Wellness template for naturopathic doctor - [Acupuncture Clinic](https://lindo.ai/docs/templates/healthcare-wellness/030-acupuncture-clinic.md): Healthcare & Wellness template for acupuncture clinic - [Massage Therapy](https://lindo.ai/docs/templates/healthcare-wellness/031-massage-therapy.md): Healthcare & Wellness template for massage therapy - [Medical Spa](https://lindo.ai/docs/templates/healthcare-wellness/032-medical-spa.md): Healthcare & Wellness template for medical spa - [Botox Fillers Clinic](https://lindo.ai/docs/templates/healthcare-wellness/033-botox-fillers-clinic.md): Healthcare & Wellness template for botox fillers clinic - [Laser Treatment Center](https://lindo.ai/docs/templates/healthcare-wellness/034-laser-treatment-center.md): Healthcare & Wellness template for laser treatment center - [Nutrition Counseling](https://lindo.ai/docs/templates/healthcare-wellness/035-nutrition-counseling.md): Healthcare & Wellness template for nutrition counseling - [Weight Loss Clinic](https://lindo.ai/docs/templates/healthcare-wellness/036-weight-loss-clinic.md): Healthcare & Wellness template for weight loss clinic - [Home Healthcare](https://lindo.ai/docs/templates/healthcare-wellness/037-home-healthcare.md): Healthcare & Wellness template for home healthcare - [Senior Home Care](https://lindo.ai/docs/templates/healthcare-wellness/038-senior-home-care.md): Healthcare & Wellness template for senior home care - [Veterinary Clinic](https://lindo.ai/docs/templates/healthcare-wellness/039-veterinary-clinic.md): Healthcare & Wellness template for veterinary clinic - [Pet Emergency Hospital](https://lindo.ai/docs/templates/healthcare-wellness/040-pet-emergency-hospital.md): Healthcare & Wellness template for pet emergency hospital - [Specialty Vet](https://lindo.ai/docs/templates/healthcare-wellness/041-specialty-vet.md): Healthcare & Wellness template for specialty vet - [Hair Salon](https://lindo.ai/docs/templates/healthcare-wellness/042-hair-salon.md): Healthcare & Wellness template for hair salon - [Barbershop](https://lindo.ai/docs/templates/healthcare-wellness/043-barbershop.md): Healthcare & Wellness template for barbershop - [Nail Salon](https://lindo.ai/docs/templates/healthcare-wellness/044-nail-salon.md): Healthcare & Wellness template for nail salon - [Day Spa](https://lindo.ai/docs/templates/healthcare-wellness/045-day-spa.md): Healthcare & Wellness template for day spa - [Wellness Spa](https://lindo.ai/docs/templates/healthcare-wellness/046-wellness-spa.md): Healthcare & Wellness template for wellness spa - [Lash Extensions](https://lindo.ai/docs/templates/healthcare-wellness/047-lash-extensions.md): Healthcare & Wellness template for lash extensions - [Brow Microblading](https://lindo.ai/docs/templates/healthcare-wellness/048-brow-microblading.md): Healthcare & Wellness template for brow microblading - [Makeup Artist](https://lindo.ai/docs/templates/healthcare-wellness/049-makeup-artist.md): Healthcare & Wellness template for makeup artist - [Esthetician Facial Studio](https://lindo.ai/docs/templates/healthcare-wellness/050-esthetician-facial-studio.md): Healthcare & Wellness template for esthetician facial studio - [Plumber](https://lindo.ai/docs/templates/home-services/001-plumber.md): Home Services template for plumber - [Emergency Plumber](https://lindo.ai/docs/templates/home-services/002-emergency-plumber.md): Home Services template for emergency plumber - [Drain Cleaning](https://lindo.ai/docs/templates/home-services/003-drain-cleaning.md): Home Services template for drain cleaning - [Electrician](https://lindo.ai/docs/templates/home-services/004-electrician.md): Home Services template for electrician - [Residential Electrical](https://lindo.ai/docs/templates/home-services/005-residential-electrical.md): Home Services template for residential electrical - [Commercial Electrical](https://lindo.ai/docs/templates/home-services/006-commercial-electrical.md): Home Services template for commercial electrical - [Hvac Company](https://lindo.ai/docs/templates/home-services/007-hvac-company.md): Home Services template for hvac company - [Ac Repair Install](https://lindo.ai/docs/templates/home-services/008-ac-repair-install.md): Home Services template for ac repair install - [Heating Service](https://lindo.ai/docs/templates/home-services/009-heating-service.md): Home Services template for heating service - [Roofing Company](https://lindo.ai/docs/templates/home-services/010-roofing-company.md): Home Services template for roofing company - [Residential Roofing](https://lindo.ai/docs/templates/home-services/011-residential-roofing.md): Home Services template for residential roofing - [Commercial Roofing](https://lindo.ai/docs/templates/home-services/012-commercial-roofing.md): Home Services template for commercial roofing - [General Contractor](https://lindo.ai/docs/templates/home-services/013-general-contractor.md): Home Services template for general contractor - [Remodeling Contractor](https://lindo.ai/docs/templates/home-services/014-remodeling-contractor.md): Home Services template for remodeling contractor - [Interior Painting](https://lindo.ai/docs/templates/home-services/015-interior-painting.md): Home Services template for interior painting - [Exterior Painting](https://lindo.ai/docs/templates/home-services/016-exterior-painting.md): Home Services template for exterior painting - [Flooring Company](https://lindo.ai/docs/templates/home-services/017-flooring-company.md): Home Services template for flooring company - [Hardwood Flooring](https://lindo.ai/docs/templates/home-services/018-hardwood-flooring.md): Home Services template for hardwood flooring - [Tile Installation](https://lindo.ai/docs/templates/home-services/019-tile-installation.md): Home Services template for tile installation - [Window Installation](https://lindo.ai/docs/templates/home-services/020-window-installation.md): Home Services template for window installation - [Window Replacement](https://lindo.ai/docs/templates/home-services/021-window-replacement.md): Home Services template for window replacement - [Door Installation](https://lindo.ai/docs/templates/home-services/022-door-installation.md): Home Services template for door installation - [Garage Door Service](https://lindo.ai/docs/templates/home-services/023-garage-door-service.md): Home Services template for garage door service - [Fence Company](https://lindo.ai/docs/templates/home-services/024-fence-company.md): Home Services template for fence company - [Deck Builder](https://lindo.ai/docs/templates/home-services/025-deck-builder.md): Home Services template for deck builder - [Concrete Contractor](https://lindo.ai/docs/templates/home-services/026-concrete-contractor.md): Home Services template for concrete contractor - [Masonry Stonework](https://lindo.ai/docs/templates/home-services/027-masonry-stonework.md): Home Services template for masonry stonework - [Handyman Service](https://lindo.ai/docs/templates/home-services/028-handyman-service.md): Home Services template for handyman service - [Landscaping Company](https://lindo.ai/docs/templates/home-services/029-landscaping-company.md): Home Services template for landscaping company - [Landscape Design](https://lindo.ai/docs/templates/home-services/030-landscape-design.md): Home Services template for landscape design - [Lawn Care Service](https://lindo.ai/docs/templates/home-services/031-lawn-care-service.md): Home Services template for lawn care service - [Tree Service](https://lindo.ai/docs/templates/home-services/032-tree-service.md): Home Services template for tree service - [Tree Removal](https://lindo.ai/docs/templates/home-services/033-tree-removal.md): Home Services template for tree removal - [Sprinkler Irrigation](https://lindo.ai/docs/templates/home-services/034-sprinkler-irrigation.md): Home Services template for sprinkler irrigation - [Pool Builder](https://lindo.ai/docs/templates/home-services/035-pool-builder.md): Home Services template for pool builder - [Pool Maintenance](https://lindo.ai/docs/templates/home-services/036-pool-maintenance.md): Home Services template for pool maintenance - [Pest Control](https://lindo.ai/docs/templates/home-services/037-pest-control.md): Home Services template for pest control - [Termite Control](https://lindo.ai/docs/templates/home-services/038-termite-control.md): Home Services template for termite control - [House Cleaning](https://lindo.ai/docs/templates/home-services/039-house-cleaning.md): Home Services template for house cleaning - [Commercial Cleaning](https://lindo.ai/docs/templates/home-services/040-commercial-cleaning.md): Home Services template for commercial cleaning - [Deep Cleaning Service](https://lindo.ai/docs/templates/home-services/041-deep-cleaning-service.md): Home Services template for deep cleaning service - [Move In Out Cleaning](https://lindo.ai/docs/templates/home-services/042-move-in-out-cleaning.md): Home Services template for move in out cleaning - [Carpet Cleaning](https://lindo.ai/docs/templates/home-services/043-carpet-cleaning.md): Home Services template for carpet cleaning - [Window Cleaning](https://lindo.ai/docs/templates/home-services/044-window-cleaning.md): Home Services template for window cleaning - [Pressure Washing](https://lindo.ai/docs/templates/home-services/045-pressure-washing.md): Home Services template for pressure washing - [Appliance Repair](https://lindo.ai/docs/templates/home-services/046-appliance-repair.md): Home Services template for appliance repair - [Locksmith](https://lindo.ai/docs/templates/home-services/047-locksmith.md): Home Services template for locksmith - [Security System Install](https://lindo.ai/docs/templates/home-services/048-security-system-install.md): Home Services template for security system install - [Smart Home Installation](https://lindo.ai/docs/templates/home-services/049-smart-home-installation.md): Home Services template for smart home installation - [Solar Panel Installation](https://lindo.ai/docs/templates/home-services/050-solar-panel-installation.md): Home Services template for solar panel installation - [Generator Installation](https://lindo.ai/docs/templates/home-services/051-generator-installation.md): Home Services template for generator installation - [Septic Service](https://lindo.ai/docs/templates/home-services/052-septic-service.md): Home Services template for septic service - [Water Softener Filtration](https://lindo.ai/docs/templates/home-services/053-water-softener-filtration.md): Home Services template for water softener filtration - [Junk Removal](https://lindo.ai/docs/templates/home-services/054-junk-removal.md): Home Services template for junk removal - [Dumpster Rental](https://lindo.ai/docs/templates/home-services/055-dumpster-rental.md): Home Services template for dumpster rental - [Professional Organizing](https://lindo.ai/docs/templates/home-services/056-professional-organizing.md): Home Services template for professional organizing - [Closet Organization](https://lindo.ai/docs/templates/home-services/057-closet-organization.md): Home Services template for closet organization - [Water Damage Restoration](https://lindo.ai/docs/templates/home-services/058-water-damage-restoration.md): Home Services template for water damage restoration - [Fire Damage Restoration](https://lindo.ai/docs/templates/home-services/059-fire-damage-restoration.md): Home Services template for fire damage restoration - [Mold Remediation](https://lindo.ai/docs/templates/home-services/060-mold-remediation.md): Home Services template for mold remediation - [Nonprofit Organization](https://lindo.ai/docs/templates/nonprofit-community/001-nonprofit-organization.md): Nonprofit & Community template for nonprofit organization - [Charitable Organization](https://lindo.ai/docs/templates/nonprofit-community/002-charitable-organization.md): Nonprofit & Community template for charitable organization - [Private Foundation](https://lindo.ai/docs/templates/nonprofit-community/003-private-foundation.md): Nonprofit & Community template for private foundation - [Humanitarian Aid](https://lindo.ai/docs/templates/nonprofit-community/004-humanitarian-aid.md): Nonprofit & Community template for humanitarian aid - [Environmental Nonprofit](https://lindo.ai/docs/templates/nonprofit-community/005-environmental-nonprofit.md): Nonprofit & Community template for environmental nonprofit - [Animal Rescue Shelter](https://lindo.ai/docs/templates/nonprofit-community/006-animal-rescue-shelter.md): Nonprofit & Community template for animal rescue shelter - [Health Focused Nonprofit](https://lindo.ai/docs/templates/nonprofit-community/007-health-focused-nonprofit.md): Nonprofit & Community template for health focused nonprofit - [Educational Nonprofit](https://lindo.ai/docs/templates/nonprofit-community/008-educational-nonprofit.md): Nonprofit & Community template for educational nonprofit - [Youth Development](https://lindo.ai/docs/templates/nonprofit-community/009-youth-development.md): Nonprofit & Community template for youth development - [Community Organization](https://lindo.ai/docs/templates/nonprofit-community/010-community-organization.md): Nonprofit & Community template for community organization - [Church Website](https://lindo.ai/docs/templates/nonprofit-community/011-church-website.md): Nonprofit & Community template for church website - [Synagogue](https://lindo.ai/docs/templates/nonprofit-community/012-synagogue.md): Nonprofit & Community template for synagogue - [Islamic Center](https://lindo.ai/docs/templates/nonprofit-community/013-islamic-center.md): Nonprofit & Community template for islamic center - [Buddhist Hindu Temple](https://lindo.ai/docs/templates/nonprofit-community/014-buddhist-hindu-temple.md): Nonprofit & Community template for buddhist hindu temple - [Ministry Outreach](https://lindo.ai/docs/templates/nonprofit-community/015-ministry-outreach.md): Nonprofit & Community template for ministry outreach - [Professional Association](https://lindo.ai/docs/templates/nonprofit-community/016-professional-association.md): Nonprofit & Community template for professional association - [Community Club Rotary Lions](https://lindo.ai/docs/templates/nonprofit-community/017-community-club-rotary-lions.md): Nonprofit & Community template for community club rotary lions - [Advocacy Organization](https://lindo.ai/docs/templates/nonprofit-community/018-advocacy-organization.md): Nonprofit & Community template for advocacy organization - [Political Campaign](https://lindo.ai/docs/templates/nonprofit-community/019-political-campaign.md): Nonprofit & Community template for political campaign - [Political Fundraising](https://lindo.ai/docs/templates/nonprofit-community/020-political-fundraising.md): Nonprofit & Community template for political fundraising - [Overview](https://lindo.ai/docs/templates/overview.md): 640+ professionally designed templates across 19 industries—ready to customize with AI - [Pet Supply Store](https://lindo.ai/docs/templates/pet-services/001-pet-supply-store.md): Pet Services template for pet supply store - [Specialty Pet Store](https://lindo.ai/docs/templates/pet-services/002-specialty-pet-store.md): Pet Services template for specialty pet store - [Dog Grooming](https://lindo.ai/docs/templates/pet-services/003-dog-grooming.md): Pet Services template for dog grooming - [Cat Grooming](https://lindo.ai/docs/templates/pet-services/004-cat-grooming.md): Pet Services template for cat grooming - [Mobile Pet Grooming](https://lindo.ai/docs/templates/pet-services/005-mobile-pet-grooming.md): Pet Services template for mobile pet grooming - [Dog Boarding Kennel](https://lindo.ai/docs/templates/pet-services/006-dog-boarding-kennel.md): Pet Services template for dog boarding kennel - [Cat Boarding](https://lindo.ai/docs/templates/pet-services/007-cat-boarding.md): Pet Services template for cat boarding - [Luxury Pet Hotel](https://lindo.ai/docs/templates/pet-services/008-luxury-pet-hotel.md): Pet Services template for luxury pet hotel - [Dog Daycare](https://lindo.ai/docs/templates/pet-services/009-dog-daycare.md): Pet Services template for dog daycare - [Pet Sitting Service](https://lindo.ai/docs/templates/pet-services/010-pet-sitting-service.md): Pet Services template for pet sitting service - [Dog Walking Service](https://lindo.ai/docs/templates/pet-services/011-dog-walking-service.md): Pet Services template for dog walking service - [Dog Training](https://lindo.ai/docs/templates/pet-services/012-dog-training.md): Pet Services template for dog training - [Puppy Training](https://lindo.ai/docs/templates/pet-services/013-puppy-training.md): Pet Services template for puppy training - [Obedience School](https://lindo.ai/docs/templates/pet-services/014-obedience-school.md): Pet Services template for obedience school - [Service Dog Training](https://lindo.ai/docs/templates/pet-services/015-service-dog-training.md): Pet Services template for service dog training - [Pet Photographer](https://lindo.ai/docs/templates/pet-services/016-pet-photographer.md): Pet Services template for pet photographer - [Animal Rescue](https://lindo.ai/docs/templates/pet-services/017-animal-rescue.md): Pet Services template for animal rescue - [Animal Shelter](https://lindo.ai/docs/templates/pet-services/018-animal-shelter.md): Pet Services template for animal shelter - [Pet Cremation Memorial](https://lindo.ai/docs/templates/pet-services/019-pet-cremation-memorial.md): Pet Services template for pet cremation memorial - [Pet Insurance](https://lindo.ai/docs/templates/pet-services/020-pet-insurance.md): Pet Services template for pet insurance - [Creative Portfolio](https://lindo.ai/docs/templates/portfolio-creative/001-creative-portfolio.md): Portfolio & Creative template for creative portfolio - [Minimal Portfolio](https://lindo.ai/docs/templates/portfolio-creative/002-minimal-portfolio.md): Portfolio & Creative template for minimal portfolio - [Dark Portfolio](https://lindo.ai/docs/templates/portfolio-creative/003-dark-portfolio.md): Portfolio & Creative template for dark portfolio - [Bold Portfolio](https://lindo.ai/docs/templates/portfolio-creative/004-bold-portfolio.md): Portfolio & Creative template for bold portfolio - [Gallery Focused Portfolio](https://lindo.ai/docs/templates/portfolio-creative/005-gallery-focused-portfolio.md): Portfolio & Creative template for gallery focused portfolio - [Photographer Portfolio](https://lindo.ai/docs/templates/portfolio-creative/006-photographer-portfolio.md): Portfolio & Creative template for photographer portfolio - [Wedding Photographer](https://lindo.ai/docs/templates/portfolio-creative/007-wedding-photographer.md): Portfolio & Creative template for wedding photographer - [Portrait Photographer](https://lindo.ai/docs/templates/portfolio-creative/008-portrait-photographer.md): Portfolio & Creative template for portrait photographer - [Commercial Photographer](https://lindo.ai/docs/templates/portfolio-creative/009-commercial-photographer.md): Portfolio & Creative template for commercial photographer - [Real Estate Photographer](https://lindo.ai/docs/templates/portfolio-creative/010-real-estate-photographer.md): Portfolio & Creative template for real estate photographer - [Videographer Portfolio](https://lindo.ai/docs/templates/portfolio-creative/011-videographer-portfolio.md): Portfolio & Creative template for videographer portfolio - [Wedding Videographer](https://lindo.ai/docs/templates/portfolio-creative/012-wedding-videographer.md): Portfolio & Creative template for wedding videographer - [Commercial Video Production](https://lindo.ai/docs/templates/portfolio-creative/013-commercial-video-production.md): Portfolio & Creative template for commercial video production - [Graphic Designer Portfolio](https://lindo.ai/docs/templates/portfolio-creative/014-graphic-designer-portfolio.md): Portfolio & Creative template for graphic designer portfolio - [Web Designer Portfolio](https://lindo.ai/docs/templates/portfolio-creative/015-web-designer-portfolio.md): Portfolio & Creative template for web designer portfolio - [Product Designer Portfolio](https://lindo.ai/docs/templates/portfolio-creative/016-product-designer-portfolio.md): Portfolio & Creative template for product designer portfolio - [Illustrator Portfolio](https://lindo.ai/docs/templates/portfolio-creative/017-illustrator-portfolio.md): Portfolio & Creative template for illustrator portfolio - [Motion Designer Portfolio](https://lindo.ai/docs/templates/portfolio-creative/018-motion-designer-portfolio.md): Portfolio & Creative template for motion designer portfolio - [Artist Portfolio](https://lindo.ai/docs/templates/portfolio-creative/019-artist-portfolio.md): Portfolio & Creative template for artist portfolio - [Digital Artist](https://lindo.ai/docs/templates/portfolio-creative/020-digital-artist.md): Portfolio & Creative template for digital artist - [Nft Artist](https://lindo.ai/docs/templates/portfolio-creative/021-nft-artist.md): Portfolio & Creative template for nft artist - [Music Artist Epk](https://lindo.ai/docs/templates/portfolio-creative/022-music-artist-epk.md): Portfolio & Creative template for music artist epk - [Music Producer](https://lindo.ai/docs/templates/portfolio-creative/023-music-producer.md): Portfolio & Creative template for music producer - [Dj Portfolio](https://lindo.ai/docs/templates/portfolio-creative/024-dj-portfolio.md): Portfolio & Creative template for dj portfolio - [Author Website](https://lindo.ai/docs/templates/portfolio-creative/025-author-website.md): Portfolio & Creative template for author website - [Copywriter Portfolio](https://lindo.ai/docs/templates/portfolio-creative/026-copywriter-portfolio.md): Portfolio & Creative template for copywriter portfolio - [Journalist Portfolio](https://lindo.ai/docs/templates/portfolio-creative/027-journalist-portfolio.md): Portfolio & Creative template for journalist portfolio - [Professional Blogger](https://lindo.ai/docs/templates/portfolio-creative/028-professional-blogger.md): Portfolio & Creative template for professional blogger - [Film Director](https://lindo.ai/docs/templates/portfolio-creative/029-film-director.md): Portfolio & Creative template for film director - [Actor Portfolio](https://lindo.ai/docs/templates/portfolio-creative/030-actor-portfolio.md): Portfolio & Creative template for actor portfolio - [Architecture Portfolio](https://lindo.ai/docs/templates/portfolio-creative/031-architecture-portfolio.md): Portfolio & Creative template for architecture portfolio - [Interior Designer](https://lindo.ai/docs/templates/portfolio-creative/032-interior-designer.md): Portfolio & Creative template for interior designer - [Fashion Designer](https://lindo.ai/docs/templates/portfolio-creative/033-fashion-designer.md): Portfolio & Creative template for fashion designer - [Model Portfolio](https://lindo.ai/docs/templates/portfolio-creative/034-model-portfolio.md): Portfolio & Creative template for model portfolio - [Personal Bio Page](https://lindo.ai/docs/templates/portfolio-creative/035-personal-bio-page.md): Portfolio & Creative template for personal bio page - [Online Resume](https://lindo.ai/docs/templates/portfolio-creative/036-online-resume.md): Portfolio & Creative template for online resume - [Public Speaker](https://lindo.ai/docs/templates/portfolio-creative/037-public-speaker.md): Portfolio & Creative template for public speaker - [Content Creator](https://lindo.ai/docs/templates/portfolio-creative/038-content-creator.md): Portfolio & Creative template for content creator - [Podcast Host](https://lindo.ai/docs/templates/portfolio-creative/039-podcast-host.md): Portfolio & Creative template for podcast host - [Youtube Creator](https://lindo.ai/docs/templates/portfolio-creative/040-youtube-creator.md): Portfolio & Creative template for youtube creator - [Law Firm](https://lindo.ai/docs/templates/professional-services/001-law-firm.md): Professional Services template for law firm - [Personal Injury Lawyer](https://lindo.ai/docs/templates/professional-services/002-personal-injury-lawyer.md): Professional Services template for personal injury lawyer - [Criminal Defense Attorney](https://lindo.ai/docs/templates/professional-services/003-criminal-defense-attorney.md): Professional Services template for criminal defense attorney - [Family Law Divorce](https://lindo.ai/docs/templates/professional-services/004-family-law-divorce.md): Professional Services template for family law divorce - [Estate Planning Attorney](https://lindo.ai/docs/templates/professional-services/005-estate-planning-attorney.md): Professional Services template for estate planning attorney - [Business Attorney](https://lindo.ai/docs/templates/professional-services/006-business-attorney.md): Professional Services template for business attorney - [Immigration Lawyer](https://lindo.ai/docs/templates/professional-services/007-immigration-lawyer.md): Professional Services template for immigration lawyer - [Bankruptcy Attorney](https://lindo.ai/docs/templates/professional-services/008-bankruptcy-attorney.md): Professional Services template for bankruptcy attorney - [Real Estate Attorney](https://lindo.ai/docs/templates/professional-services/009-real-estate-attorney.md): Professional Services template for real estate attorney - [Employment Lawyer](https://lindo.ai/docs/templates/professional-services/010-employment-lawyer.md): Professional Services template for employment lawyer - [Cpa Firm](https://lindo.ai/docs/templates/professional-services/011-cpa-firm.md): Professional Services template for cpa firm - [Bookkeeping Service](https://lindo.ai/docs/templates/professional-services/012-bookkeeping-service.md): Professional Services template for bookkeeping service - [Tax Preparation](https://lindo.ai/docs/templates/professional-services/013-tax-preparation.md): Professional Services template for tax preparation - [Payroll Service](https://lindo.ai/docs/templates/professional-services/014-payroll-service.md): Professional Services template for payroll service - [Financial Advisor](https://lindo.ai/docs/templates/professional-services/015-financial-advisor.md): Professional Services template for financial advisor - [Wealth Management](https://lindo.ai/docs/templates/professional-services/016-wealth-management.md): Professional Services template for wealth management - [Retirement Planning](https://lindo.ai/docs/templates/professional-services/017-retirement-planning.md): Professional Services template for retirement planning - [Insurance Agency](https://lindo.ai/docs/templates/professional-services/018-insurance-agency.md): Professional Services template for insurance agency - [Life Insurance Agent](https://lindo.ai/docs/templates/professional-services/019-life-insurance-agent.md): Professional Services template for life insurance agent - [Health Insurance Broker](https://lindo.ai/docs/templates/professional-services/020-health-insurance-broker.md): Professional Services template for health insurance broker - [Auto Home Insurance](https://lindo.ai/docs/templates/professional-services/021-auto-home-insurance.md): Professional Services template for auto home insurance - [Business Insurance](https://lindo.ai/docs/templates/professional-services/022-business-insurance.md): Professional Services template for business insurance - [Credit Repair](https://lindo.ai/docs/templates/professional-services/023-credit-repair.md): Professional Services template for credit repair - [Credit Counseling](https://lindo.ai/docs/templates/professional-services/024-credit-counseling.md): Professional Services template for credit counseling - [Notary Public](https://lindo.ai/docs/templates/professional-services/025-notary-public.md): Professional Services template for notary public - [Translation Services](https://lindo.ai/docs/templates/professional-services/026-translation-services.md): Professional Services template for translation services - [Interpretation Services](https://lindo.ai/docs/templates/professional-services/027-interpretation-services.md): Professional Services template for interpretation services - [Private Investigator](https://lindo.ai/docs/templates/professional-services/028-private-investigator.md): Professional Services template for private investigator - [Security Guard Service](https://lindo.ai/docs/templates/professional-services/029-security-guard-service.md): Professional Services template for security guard service - [Answering Service](https://lindo.ai/docs/templates/professional-services/030-answering-service.md): Professional Services template for answering service - [Virtual Assistant](https://lindo.ai/docs/templates/professional-services/031-virtual-assistant.md): Professional Services template for virtual assistant - [Print Shop](https://lindo.ai/docs/templates/professional-services/032-print-shop.md): Professional Services template for print shop - [Shipping Mailbox Store](https://lindo.ai/docs/templates/professional-services/033-shipping-mailbox-store.md): Professional Services template for shipping mailbox store - [Staffing Agency](https://lindo.ai/docs/templates/professional-services/034-staffing-agency.md): Professional Services template for staffing agency - [Temp Agency](https://lindo.ai/docs/templates/professional-services/035-temp-agency.md): Professional Services template for temp agency - [Background Check Service](https://lindo.ai/docs/templates/professional-services/036-background-check-service.md): Professional Services template for background check service - [Drug Testing Service](https://lindo.ai/docs/templates/professional-services/037-drug-testing-service.md): Professional Services template for drug testing service - [Process Server](https://lindo.ai/docs/templates/professional-services/038-process-server.md): Professional Services template for process server - [Court Reporter](https://lindo.ai/docs/templates/professional-services/039-court-reporter.md): Professional Services template for court reporter - [Mediation Services](https://lindo.ai/docs/templates/professional-services/040-mediation-services.md): Professional Services template for mediation services - [Real Estate Agency](https://lindo.ai/docs/templates/real-estate-property/001-real-estate-agency.md): Real Estate & Property template for real estate agency - [Individual Realtor](https://lindo.ai/docs/templates/real-estate-property/002-individual-realtor.md): Real Estate & Property template for individual realtor - [Luxury Real Estate](https://lindo.ai/docs/templates/real-estate-property/003-luxury-real-estate.md): Real Estate & Property template for luxury real estate - [Commercial Real Estate](https://lindo.ai/docs/templates/real-estate-property/004-commercial-real-estate.md): Real Estate & Property template for commercial real estate - [Real Estate Investment](https://lindo.ai/docs/templates/real-estate-property/005-real-estate-investment.md): Real Estate & Property template for real estate investment - [Property Development](https://lindo.ai/docs/templates/real-estate-property/006-property-development.md): Real Estate & Property template for property development - [New Home Sales](https://lindo.ai/docs/templates/real-estate-property/007-new-home-sales.md): Real Estate & Property template for new home sales - [Condo Sales](https://lindo.ai/docs/templates/real-estate-property/008-condo-sales.md): Real Estate & Property template for condo sales - [Land Broker](https://lindo.ai/docs/templates/real-estate-property/009-land-broker.md): Real Estate & Property template for land broker - [Farm Ranch](https://lindo.ai/docs/templates/real-estate-property/010-farm-ranch.md): Real Estate & Property template for farm ranch - [Property Showcase](https://lindo.ai/docs/templates/real-estate-property/011-property-showcase.md): Real Estate & Property template for property showcase - [For Sale By Owner](https://lindo.ai/docs/templates/real-estate-property/012-for-sale-by-owner.md): Real Estate & Property template for for sale by owner - [Luxury Property Listing](https://lindo.ai/docs/templates/real-estate-property/013-luxury-property-listing.md): Real Estate & Property template for luxury property listing - [Luxury Apartment](https://lindo.ai/docs/templates/real-estate-property/014-luxury-apartment.md): Real Estate & Property template for luxury apartment - [Property Management](https://lindo.ai/docs/templates/real-estate-property/015-property-management.md): Real Estate & Property template for property management - [Apartment Complex](https://lindo.ai/docs/templates/real-estate-property/016-apartment-complex.md): Real Estate & Property template for apartment complex - [Rooms For Rent](https://lindo.ai/docs/templates/real-estate-property/017-rooms-for-rent.md): Real Estate & Property template for rooms for rent - [Student Housing](https://lindo.ai/docs/templates/real-estate-property/018-student-housing.md): Real Estate & Property template for student housing - [Senior Living Community](https://lindo.ai/docs/templates/real-estate-property/019-senior-living-community.md): Real Estate & Property template for senior living community - [Mortgage Broker](https://lindo.ai/docs/templates/real-estate-property/020-mortgage-broker.md): Real Estate & Property template for mortgage broker - [Mortgage Lender](https://lindo.ai/docs/templates/real-estate-property/021-mortgage-lender.md): Real Estate & Property template for mortgage lender - [Refinance Specialist](https://lindo.ai/docs/templates/real-estate-property/022-refinance-specialist.md): Real Estate & Property template for refinance specialist - [Title Company](https://lindo.ai/docs/templates/real-estate-property/023-title-company.md): Real Estate & Property template for title company - [Real Estate Appraisal](https://lindo.ai/docs/templates/real-estate-property/024-real-estate-appraisal.md): Real Estate & Property template for real estate appraisal - [Home Inspection](https://lindo.ai/docs/templates/real-estate-property/025-home-inspection.md): Real Estate & Property template for home inspection - [Home Staging](https://lindo.ai/docs/templates/real-estate-property/026-home-staging.md): Real Estate & Property template for home staging - [Moving Company](https://lindo.ai/docs/templates/real-estate-property/027-moving-company.md): Real Estate & Property template for moving company - [Storage Facility](https://lindo.ai/docs/templates/real-estate-property/028-storage-facility.md): Real Estate & Property template for storage facility - [Residential Interior Design](https://lindo.ai/docs/templates/real-estate-property/029-residential-interior-design.md): Real Estate & Property template for residential interior design - [Commercial Interior Design](https://lindo.ai/docs/templates/real-estate-property/030-commercial-interior-design.md): Real Estate & Property template for commercial interior design - [Residential Architect](https://lindo.ai/docs/templates/real-estate-property/031-residential-architect.md): Real Estate & Property template for residential architect - [Commercial Architect](https://lindo.ai/docs/templates/real-estate-property/032-commercial-architect.md): Real Estate & Property template for commercial architect - [Custom Home Builder](https://lindo.ai/docs/templates/real-estate-property/033-custom-home-builder.md): Real Estate & Property template for custom home builder - [Production Builder](https://lindo.ai/docs/templates/real-estate-property/034-production-builder.md): Real Estate & Property template for production builder - [Home Remodeling](https://lindo.ai/docs/templates/real-estate-property/035-home-remodeling.md): Real Estate & Property template for home remodeling - [Kitchen Remodeling](https://lindo.ai/docs/templates/real-estate-property/036-kitchen-remodeling.md): Real Estate & Property template for kitchen remodeling - [Bathroom Remodeling](https://lindo.ai/docs/templates/real-estate-property/037-bathroom-remodeling.md): Real Estate & Property template for bathroom remodeling - [Basement Finishing](https://lindo.ai/docs/templates/real-estate-property/038-basement-finishing.md): Real Estate & Property template for basement finishing - [Adu Guest House Builder](https://lindo.ai/docs/templates/real-estate-property/039-adu-guest-house-builder.md): Real Estate & Property template for adu guest house builder - [Tiny Home Builder](https://lindo.ai/docs/templates/real-estate-property/040-tiny-home-builder.md): Real Estate & Property template for tiny home builder - [Independent Living](https://lindo.ai/docs/templates/senior-services/001-independent-living.md): Senior Services template for independent living - [Assisted Living](https://lindo.ai/docs/templates/senior-services/002-assisted-living.md): Senior Services template for assisted living - [Memory Care Facility](https://lindo.ai/docs/templates/senior-services/003-memory-care-facility.md): Senior Services template for memory care facility - [Nursing Home](https://lindo.ai/docs/templates/senior-services/004-nursing-home.md): Senior Services template for nursing home - [Continuing Care Community](https://lindo.ai/docs/templates/senior-services/005-continuing-care-community.md): Senior Services template for continuing care community - [Home Care Agency](https://lindo.ai/docs/templates/senior-services/006-home-care-agency.md): Senior Services template for home care agency - [Companion Care](https://lindo.ai/docs/templates/senior-services/007-companion-care.md): Senior Services template for companion care - [Personal Care Aide](https://lindo.ai/docs/templates/senior-services/008-personal-care-aide.md): Senior Services template for personal care aide - [Skilled Nursing Home](https://lindo.ai/docs/templates/senior-services/009-skilled-nursing-home.md): Senior Services template for skilled nursing home - [Hospice Care](https://lindo.ai/docs/templates/senior-services/010-hospice-care.md): Senior Services template for hospice care - [Palliative Care](https://lindo.ai/docs/templates/senior-services/011-palliative-care.md): Senior Services template for palliative care - [Adult Day Care](https://lindo.ai/docs/templates/senior-services/012-adult-day-care.md): Senior Services template for adult day care - [Senior Transportation](https://lindo.ai/docs/templates/senior-services/013-senior-transportation.md): Senior Services template for senior transportation - [Senior Meal Delivery](https://lindo.ai/docs/templates/senior-services/014-senior-meal-delivery.md): Senior Services template for senior meal delivery - [Geriatric Care Manager](https://lindo.ai/docs/templates/senior-services/015-geriatric-care-manager.md): Senior Services template for geriatric care manager - [Senior Move Manager](https://lindo.ai/docs/templates/senior-services/016-senior-move-manager.md): Senior Services template for senior move manager - [Funeral Home](https://lindo.ai/docs/templates/senior-services/017-funeral-home.md): Senior Services template for funeral home - [Cremation Service](https://lindo.ai/docs/templates/senior-services/018-cremation-service.md): Senior Services template for cremation service - [Cemetery](https://lindo.ai/docs/templates/senior-services/019-cemetery.md): Senior Services template for cemetery - [Memorial Planning](https://lindo.ai/docs/templates/senior-services/020-memorial-planning.md): Senior Services template for memorial planning - [Hero Focused Conversion Page](https://lindo.ai/docs/templates/technology-saas/001-hero-focused-conversion.md): SaaS product landing template with minimal design and emerald accents - [Feature Rich Multi Section](https://lindo.ai/docs/templates/technology-saas/002-feature-rich-multi-section.md): SaaS product landing with modern dark theme and sky color palette - [Dark Theme Modern](https://lindo.ai/docs/templates/technology-saas/003-dark-theme-modern.md): SaaS product landing with minimal violet theme and dark mode - [Minimal Clean](https://lindo.ai/docs/templates/technology-saas/004-minimal-clean.md): SaaS product landing with modern emerald theme and light mode - [Bold Creative](https://lindo.ai/docs/templates/technology-saas/005-bold-creative.md): SaaS product landing with minimal violet theme and bold typography - [AI Assistant Chatbot](https://lindo.ai/docs/templates/technology-saas/006-ai-assistant-chatbot.md): AI tool landing with modern cyan theme and dark mode - [AI Writing Tool](https://lindo.ai/docs/templates/technology-saas/007-ai-writing-tool.md): AI tool landing with minimal emerald theme and light mode - [AI Image Generator](https://lindo.ai/docs/templates/technology-saas/008-ai-image-generator.md): AI tool landing with sharp blue theme and dark mode - [Team Collaboration Tool](https://lindo.ai/docs/templates/technology-saas/009-team-collaboration.md): Project management landing with modern cyan theme and light mode - [Task Management App](https://lindo.ai/docs/templates/technology-saas/010-task-management.md): Project management landing with minimal violet theme and dark mode - [Sales CRM Platform](https://lindo.ai/docs/templates/technology-saas/011-sales-crm-platform.md): CRM software landing with modern design and professional styling - [Customer Support Platform](https://lindo.ai/docs/templates/technology-saas/012-customer-support-platform.md): Help desk software landing with modern design and support-focused features - [Business Intelligence Dashboard](https://lindo.ai/docs/templates/technology-saas/013-business-intelligence-dashboard.md): BI analytics platform landing with data visualization focus - [Marketing Analytics](https://lindo.ai/docs/templates/technology-saas/014-marketing-analytics.md): Marketing analytics platform landing with campaign tracking focus - [Email Automation Platform](https://lindo.ai/docs/templates/technology-saas/015-email-automation-platform.md): Email marketing platform landing with automation workflow focus - [Newsletter Platform](https://lindo.ai/docs/templates/technology-saas/016-newsletter-platform.md): Newsletter and subscriber management platform landing page - [Video Conferencing](https://lindo.ai/docs/templates/technology-saas/017-video-conferencing.md): Video meeting platform landing with collaboration focus - [Team Chat Messaging](https://lindo.ai/docs/templates/technology-saas/018-team-chat-messaging.md): Team messaging platform landing with Slack-style design - [Workflow Automation](https://lindo.ai/docs/templates/technology-saas/019-workflow-automation.md): Workflow automation platform landing with process builder focus - [Zapier Style Integration](https://lindo.ai/docs/templates/technology-saas/020-zapier-style-integration.md): Integration platform landing with app connector focus - [Password Manager](https://lindo.ai/docs/templates/technology-saas/021-password-manager.md): Password management platform landing with security focus - [VPN Service](https://lindo.ai/docs/templates/technology-saas/022-vpn-service.md): VPN service landing with privacy and security focus - [Cybersecurity Platform](https://lindo.ai/docs/templates/technology-saas/023-cybersecurity-platform.md): Enterprise cybersecurity platform landing with threat protection focus - [API Platform](https://lindo.ai/docs/templates/technology-saas/024-api-platform.md): API management platform landing with developer focus - [Code Editor IDE](https://lindo.ai/docs/templates/technology-saas/025-code-editor-ide.md): Code editor and IDE platform landing with developer focus - [CI/CD Platform](https://lindo.ai/docs/templates/technology-saas/026-ci-cd-platform.md): Continuous integration and deployment platform landing - [Website Builder](https://lindo.ai/docs/templates/technology-saas/027-website-builder.md): Website builder platform landing with drag-and-drop focus - [App Builder](https://lindo.ai/docs/templates/technology-saas/028-app-builder.md): No-code app builder platform landing page - [Form Builder](https://lindo.ai/docs/templates/technology-saas/029-form-builder.md): Form builder platform landing with survey and data collection focus - [Accounting Software](https://lindo.ai/docs/templates/technology-saas/030-accounting-software.md): Accounting platform landing with financial management focus - [Invoicing Platform](https://lindo.ai/docs/templates/technology-saas/031-invoicing-platform.md): Invoice management platform landing with billing focus - [Expense Management](https://lindo.ai/docs/templates/technology-saas/032-expense-management.md): Expense tracking platform landing with receipt management focus - [HR Management System](https://lindo.ai/docs/templates/technology-saas/033-hr-management-system.md): HR platform landing with employee management focus - [Applicant Tracking](https://lindo.ai/docs/templates/technology-saas/034-applicant-tracking.md): ATS platform landing with recruitment focus - [Employee Engagement](https://lindo.ai/docs/templates/technology-saas/035-employee-engagement.md): Employee engagement platform landing with culture focus - [Shopify Alternative](https://lindo.ai/docs/templates/technology-saas/036-shopify-alternative.md): E-commerce platform landing with store builder focus - [Inventory Management](https://lindo.ai/docs/templates/technology-saas/037-inventory-management.md): Inventory platform landing with stock tracking focus - [Design Collaboration Tool](https://lindo.ai/docs/templates/technology-saas/038-design-collaboration-tool.md): Design platform landing with team collaboration focus - [Prototyping Tool](https://lindo.ai/docs/templates/technology-saas/039-prototyping-tool.md): Prototyping platform landing with interactive design focus - [Cloud Storage](https://lindo.ai/docs/templates/technology-saas/040-cloud-storage.md): Cloud storage platform landing with file management focus - [File Sharing Platform](https://lindo.ai/docs/templates/technology-saas/041-file-sharing-platform.md): File sharing platform landing with collaboration focus - [App Store Landing](https://lindo.ai/docs/templates/technology-saas/042-app-store-landing.md): iOS app landing page with App Store download focus - [Play Store Landing](https://lindo.ai/docs/templates/technology-saas/043-play-store-landing.md): Android app landing page with Play Store download focus - [Universal App Landing](https://lindo.ai/docs/templates/technology-saas/044-universal-app-landing.md): Cross-platform app landing page for iOS and Android - [FutureTools Style](https://lindo.ai/docs/templates/technology-saas/045-futuretools-style.md): AI tools directory landing page with catalog focus - [Job Listing Platform](https://lindo.ai/docs/templates/technology-saas/046-job-listing-platform.md): Job board platform landing with recruitment focus - [NFT Platform](https://lindo.ai/docs/templates/technology-saas/047-nft-platform.md): NFT marketplace landing with Web3 aesthetic - [Crypto Trading Platform](https://lindo.ai/docs/templates/technology-saas/048-crypto-trading-platform.md): Cryptocurrency exchange landing with trading focus - [Token Launch Page](https://lindo.ai/docs/templates/technology-saas/049-token-launch-page.md): Cryptocurrency token launch landing with ICO focus - [Dev Agency Landing](https://lindo.ai/docs/templates/technology-saas/050-dev-agency-landing.md): Software development agency landing with portfolio focus - [Travel Agency](https://lindo.ai/docs/templates/travel-tourism/001-travel-agency.md): Travel & Tourism template for travel agency - [Luxury Travel Agency](https://lindo.ai/docs/templates/travel-tourism/002-luxury-travel-agency.md): Travel & Tourism template for luxury travel agency - [Adventure Travel](https://lindo.ai/docs/templates/travel-tourism/003-adventure-travel.md): Travel & Tourism template for adventure travel - [Corporate Travel](https://lindo.ai/docs/templates/travel-tourism/004-corporate-travel.md): Travel & Tourism template for corporate travel - [Honeymoon Planning](https://lindo.ai/docs/templates/travel-tourism/005-honeymoon-planning.md): Travel & Tourism template for honeymoon planning - [Tour Operator](https://lindo.ai/docs/templates/travel-tourism/006-tour-operator.md): Travel & Tourism template for tour operator - [City Tour Company](https://lindo.ai/docs/templates/travel-tourism/007-city-tour-company.md): Travel & Tourism template for city tour company - [Food Tour Company](https://lindo.ai/docs/templates/travel-tourism/008-food-tour-company.md): Travel & Tourism template for food tour company - [Wine Tour Operator](https://lindo.ai/docs/templates/travel-tourism/009-wine-tour-operator.md): Travel & Tourism template for wine tour operator - [Adventure Tours](https://lindo.ai/docs/templates/travel-tourism/010-adventure-tours.md): Travel & Tourism template for adventure tours - [Safari Operator](https://lindo.ai/docs/templates/travel-tourism/011-safari-operator.md): Travel & Tourism template for safari operator - [Hiking Trekking Tours](https://lindo.ai/docs/templates/travel-tourism/012-hiking-trekking-tours.md): Travel & Tourism template for hiking trekking tours - [Scuba Diving Tours](https://lindo.ai/docs/templates/travel-tourism/013-scuba-diving-tours.md): Travel & Tourism template for scuba diving tours - [Fishing Charter](https://lindo.ai/docs/templates/travel-tourism/014-fishing-charter.md): Travel & Tourism template for fishing charter - [Boat Tours Cruises](https://lindo.ai/docs/templates/travel-tourism/015-boat-tours-cruises.md): Travel & Tourism template for boat tours cruises - [Boutique Hotel](https://lindo.ai/docs/templates/travel-tourism/016-boutique-hotel.md): Travel & Tourism template for boutique hotel - [Beach Resort](https://lindo.ai/docs/templates/travel-tourism/017-beach-resort.md): Travel & Tourism template for beach resort - [Bed And Breakfast](https://lindo.ai/docs/templates/travel-tourism/018-bed-and-breakfast.md): Travel & Tourism template for bed and breakfast - [Vacation Rental](https://lindo.ai/docs/templates/travel-tourism/019-vacation-rental.md): Travel & Tourism template for vacation rental - [Hostel](https://lindo.ai/docs/templates/travel-tourism/020-hostel.md): Travel & Tourism template for hostel - [Glamping Site](https://lindo.ai/docs/templates/travel-tourism/021-glamping-site.md): Travel & Tourism template for glamping site - [Campground Rv Park](https://lindo.ai/docs/templates/travel-tourism/022-campground-rv-park.md): Travel & Tourism template for campground rv park - [Car Rental](https://lindo.ai/docs/templates/travel-tourism/023-car-rental.md): Travel & Tourism template for car rental - [Airport Transfer](https://lindo.ai/docs/templates/travel-tourism/024-airport-transfer.md): Travel & Tourism template for airport transfer - [Limousine Service](https://lindo.ai/docs/templates/travel-tourism/025-limousine-service.md): Travel & Tourism template for limousine service - [Charter Bus Company](https://lindo.ai/docs/templates/travel-tourism/026-charter-bus-company.md): Travel & Tourism template for charter bus company - [Bike Rental](https://lindo.ai/docs/templates/travel-tourism/027-bike-rental.md): Travel & Tourism template for bike rental - [Boat Yacht Rental](https://lindo.ai/docs/templates/travel-tourism/028-boat-yacht-rental.md): Travel & Tourism template for boat yacht rental - [Visa Service](https://lindo.ai/docs/templates/travel-tourism/029-visa-service.md): Travel & Tourism template for visa service - [Travel Insurance](https://lindo.ai/docs/templates/travel-tourism/030-travel-insurance.md): Travel & Tourism template for travel insurance - [API Integration Guide](https://lindo.ai/docs/tutorials/api-integration-guide.md): Programmatically access your Lindo.ai workspace using the API - [Build an Agency Website](https://lindo.ai/docs/tutorials/build-agency-website.md): Multi-page agency site - [Build a Blog Website](https://lindo.ai/docs/tutorials/build-blog-website.md): Create a professional blog with categories and engaging content layout - [Build a Coming Soon Page](https://lindo.ai/docs/tutorials/build-coming-soon-page.md): Create an engaging launch countdown page to build anticipation - [Build an E-commerce Store](https://lindo.ai/docs/tutorials/build-ecommerce-store.md): Product pages and checkout - [Build a Fitness Studio Website](https://lindo.ai/docs/tutorials/build-fitness-website.md): Create a gym or fitness studio website with class schedules and membership info - [Build a Personal Website](https://lindo.ai/docs/tutorials/build-personal-website.md): Create a professional personal website to showcase yourself - [Build a Portfolio Website](https://lindo.ai/docs/tutorials/build-portfolio-website.md): Creative portfolio showcase - [Build a Real Estate Website](https://lindo.ai/docs/tutorials/build-real-estate-website.md): Create a professional property listing website with Lindo.ai - [Build a Restaurant Website](https://lindo.ai/docs/tutorials/build-restaurant-website.md): Restaurant with menu and booking - [Build a SaaS Landing Page](https://lindo.ai/docs/tutorials/build-saas-landing-page.md): Create a professional SaaS product landing page from scratch - [Creating a Blog Pipeline](https://lindo.ai/docs/tutorials/creating-blog-pipeline.md): Generate multiple blog posts automatically using workflows - [Creating a Product Catalog](https://lindo.ai/docs/tutorials/creating-product-catalog.md): Set up e-commerce products with pricing and checkout - [Custom Code Injection](https://lindo.ai/docs/tutorials/custom-code-injection.md): Add custom scripts and tracking codes to your websites - [Embedding Your Workspace](https://lindo.ai/docs/tutorials/embedding-workspace.md): Embed your Lindo workspace into external websites using iframe - [Exporting and Hosting Elsewhere](https://lindo.ai/docs/tutorials/exporting-website.md): Download your website and deploy it to external hosting - [Managing Multiple Clients](https://lindo.ai/docs/tutorials/managing-multiple-clients.md): Efficiently manage multiple agency clients with Workspace CRM - [Optimizing for SEO](https://lindo.ai/docs/tutorials/optimizing-for-seo.md): Complete guide to schema markup, sitemap, and robots.txt configuration - [Overview](https://lindo.ai/docs/tutorials/overview.md): Step-by-step guides to build websites and master every Lindo.ai feature - [Setting Up Analytics Tracking](https://lindo.ai/docs/tutorials/setting-up-analytics.md): GA, GTM, Clarity - [Setting Up Client Billing](https://lindo.ai/docs/tutorials/setting-up-client-billing.md): Complete guide to Stripe, invoices, and subscriptions for client billing - [Setting Up Custom Domain](https://lindo.ai/docs/tutorials/setting-up-custom-domain.md): DNS configuration walkthrough - [Setting Up Team Collaboration](https://lindo.ai/docs/tutorials/team-collaboration-setup.md): Invite team members and manage permissions for collaborative work - [Webhook Integration Guide](https://lindo.ai/docs/tutorials/webhook-integration-guide.md): Receive real-time notifications from your Lindo.ai workspace - [Setting Up White Label Platform](https://lindo.ai/docs/tutorials/white-label-setup.md): Configure custom branding for your agency - [Automating with Workflows](https://lindo.ai/docs/tutorials/workflow-automation.md): Use workflows to automate bulk website and content creation - [Lindo.ai for Businesses](https://lindo.ai/docs/use-cases/businesses.md): Create your business website with AI—no design skills required - [For Clients: Using Your Agency's Platform](https://lindo.ai/docs/use-cases/client-role.md): How to use Lindo.ai when your agency or freelancer has given you access - [Lindo.ai for Coaches & Consultants](https://lindo.ai/docs/use-cases/coaches-consultants.md): Professional websites that establish authority and generate leads - [Lindo.ai for Digital Agencies](https://lindo.ai/docs/use-cases/digital-agencies.md): Scale website production 10x while keeping quality high and clients happy - [Lindo.ai for E-commerce](https://lindo.ai/docs/use-cases/ecommerce.md): Product landing pages and brand websites for online stores - [Lindo.ai for Educators](https://lindo.ai/docs/use-cases/educators.md): Course landing pages, school websites, and educational platforms - [Lindo.ai for Event Planners](https://lindo.ai/docs/use-cases/event-planners.md): Event websites, landing pages, and portfolio sites for event professionals - [Lindo.ai for Freelancers](https://lindo.ai/docs/use-cases/freelancers.md): Deliver client websites in hours, build recurring revenue, scale without hiring - [Lindo.ai for Marketing Teams](https://lindo.ai/docs/use-cases/marketing-teams.md): Launch landing pages and campaign sites without waiting for developers - [Lindo.ai for Media & Publishing](https://lindo.ai/docs/use-cases/media-companies.md): Launch microsites, campaign pages, and client portals at scale - [Lindo.ai for Nonprofits](https://lindo.ai/docs/use-cases/non-profits.md): Impactful websites for organizations making a difference - [Overview](https://lindo.ai/docs/use-cases/overview.md): The white-label AI website builder for agencies, SaaS platforms, and entrepreneurs - [Lindo.ai for Photographers](https://lindo.ai/docs/use-cases/photographers.md): Portfolio websites that showcase your work beautifully - [Lindo.ai for Real Estate](https://lindo.ai/docs/use-cases/real-estate.md): Professional websites for agents, brokers, and property managers - [Lindo.ai for Resellers & Entrepreneurs](https://lindo.ai/docs/use-cases/resellers.md): Build your own website builder business with full white-label platform - [Lindo.ai for Restaurants](https://lindo.ai/docs/use-cases/restaurants.md): Beautiful restaurant websites with menus, reservations, and online ordering - [Lindo.ai for SaaS & Platforms](https://lindo.ai/docs/use-cases/saas-platforms.md): Embed AI website building into your product as a feature or revenue stream - [Lindo.ai for Small Businesses](https://lindo.ai/docs/use-cases/small-businesses.md): Professional websites for local businesses—created in minutes with AI - [Lindo.ai for Startups](https://lindo.ai/docs/use-cases/startups.md): Launch your startup website fast—landing pages, product sites, and more - [Lindo.ai for Web Hosting Companies](https://lindo.ai/docs/use-cases/web-hosting.md): Add AI website creation to your hosting packages and stand out from competitors - [How to Add a Customer](https://lindo.ai/docs/website-editor/crm/how-to-add-customer.md): Create a new customer in Website CRM - [How to Copy Payment Link](https://lindo.ai/docs/website-editor/crm/how-to-copy-payment-link.md): Getting the payment link to send to customers - [How to Send Invoice to Customer](https://lindo.ai/docs/website-editor/crm/how-to-send-customer-invoice.md): Create and send invoices to website customers - [How to Set Invoice Currency](https://lindo.ai/docs/website-editor/crm/how-to-set-invoice-currency.md): Choosing the currency for customer invoices - [How to Set Invoice Frequency](https://lindo.ai/docs/website-editor/crm/how-to-set-invoice-frequency.md): Choosing one-time vs recurring billing - [How to Set Invoice Price](https://lindo.ai/docs/website-editor/crm/how-to-set-invoice-price.md): Setting the invoice amount for customers - [How to Set Invoice Service Name](https://lindo.ai/docs/website-editor/crm/how-to-set-invoice-service-name.md): Configuring the service description on invoices - [How to View All Website Invoices](https://lindo.ai/docs/website-editor/crm/how-to-view-all-invoices.md): Using the Billing tab to see all invoices - [How to View Customer Details](https://lindo.ai/docs/website-editor/crm/how-to-view-customer-details.md): Opening the customer modal to see full information - [How to View Invoice Details](https://lindo.ai/docs/website-editor/crm/how-to-view-invoice-details.md): Checking invoice number, amount, and status - [What is Customer Details Modal](https://lindo.ai/docs/website-editor/crm/what-is-customer-details.md): Overview of the customer information modal in Website CRM - [How to Access the Website Editor](https://lindo.ai/docs/website-editor/how-to-access-editor.md): Opening a website from the workspace to edit it - [How to Create a New Page](https://lindo.ai/docs/website-editor/how-to-add-new-page.md): Adding a new page to your website - [How to Add New Sections](https://lindo.ai/docs/website-editor/how-to-add-sections.md): Adding content blocks to your pages - [How to Change Page Status](https://lindo.ai/docs/website-editor/how-to-change-page-status.md): Switching between published/draft - [How to Change Page URL](https://lindo.ai/docs/website-editor/how-to-change-page-url.md): Editing the page path - [How to Change Theme Settings](https://lindo.ai/docs/website-editor/how-to-change-theme.md): Customizing colors, fonts, and buttons - [How to Check Credit Balance in Editor](https://lindo.ai/docs/website-editor/how-to-check-credits-editor.md): View your available credits while editing - [How to Add Custom Domain](https://lindo.ai/docs/website-editor/how-to-connect-custom-domain.md): Connect your own domain to your website - [How to Connect Website Integrations](https://lindo.ai/docs/website-editor/how-to-connect-integrations.md): Adding third-party services to your website - [How to Create a Blog Post](https://lindo.ai/docs/website-editor/how-to-create-blog-post.md): Adding a new blog to your website - [How to Create a Product](https://lindo.ai/docs/website-editor/how-to-create-product.md): Add a product to sell on your website - [How to Delete a Page](https://lindo.ai/docs/website-editor/how-to-delete-page.md): Removing a page permanently - [How to Duplicate a Page](https://lindo.ai/docs/website-editor/how-to-duplicate-page.md): Copying an existing page - [How to Edit Blocks with AI](https://lindo.ai/docs/website-editor/how-to-edit-blocks-ai.md): Modify sections using AI commands - [How to Edit Elements with AI](https://lindo.ai/docs/website-editor/how-to-edit-elements-ai.md): Fine-tuning individual elements - [How to Edit a Page](https://lindo.ai/docs/website-editor/how-to-edit-page.md): Opening page in editor - [How to Edit Page SEO](https://lindo.ai/docs/website-editor/how-to-edit-page-seo.md): Accessing SEO settings for page - [How to Edit Product Settings](https://lindo.ai/docs/website-editor/how-to-edit-product-settings.md): Configuring product details - [How to Edit Text with AI](https://lindo.ai/docs/website-editor/how-to-edit-text-ai.md): Selecting text and requesting changes - [How to Enhance Your Prompt](https://lindo.ai/docs/website-editor/how-to-enhance-prompt.md): Using the enhance button - [How to Enter Fullscreen Preview](https://lindo.ai/docs/website-editor/how-to-enter-fullscreen.md): Expanding preview area - [How to Exit Fullscreen Preview](https://lindo.ai/docs/website-editor/how-to-exit-fullscreen.md): Returning to normal view - [How to Import Blog Content](https://lindo.ai/docs/website-editor/how-to-import-blog-content.md): Importing markdown content - [How to Lock/Unlock Page](https://lindo.ai/docs/website-editor/how-to-lock-page.md): Setting page authentication - [How to Navigate Between Tabs](https://lindo.ai/docs/website-editor/how-to-navigate-tabs.md): Switching between Design, Pages, Insights, CRM, Settings - [How to Open Layers Panel](https://lindo.ai/docs/website-editor/how-to-open-layers.md): Viewing page structure - [How to Open Page Settings Panel](https://lindo.ai/docs/website-editor/how-to-open-page-settings.md): Accessing page settings - [How to Open Theme Panel](https://lindo.ai/docs/website-editor/how-to-open-theme.md): Accessing design settings - [How to Preview on Desktop](https://lindo.ai/docs/website-editor/how-to-preview-desktop.md): Viewing desktop layout - [How to Preview on Mobile](https://lindo.ai/docs/website-editor/how-to-preview-mobile.md): Viewing mobile layout - [How to Preview on Tablet](https://lindo.ai/docs/website-editor/how-to-preview-tablet.md): Viewing tablet layout - [How to Publish Page](https://lindo.ai/docs/website-editor/how-to-publish-page.md): Make your page visible to the public - [How to Restore Previous Version](https://lindo.ai/docs/website-editor/how-to-restore-version.md): Rolling back to earlier version - [How to Return to Workspace](https://lindo.ai/docs/website-editor/how-to-return-workspace.md): Using the back button in website dropdown - [How to Save Draft](https://lindo.ai/docs/website-editor/how-to-save-draft.md): Saving changes without publishing - [How to Search Pages](https://lindo.ai/docs/website-editor/how-to-search-pages.md): Filtering pages by name - [How to Send a Message to AI](https://lindo.ai/docs/website-editor/how-to-send-message.md): Typing and submitting prompts - [How to Set Product Frequency](https://lindo.ai/docs/website-editor/how-to-set-product-frequency.md): One-time vs recurring - [How to Set Product Price](https://lindo.ai/docs/website-editor/how-to-set-product-price.md): Configuring pricing - [How to Set Thank You Message](https://lindo.ai/docs/website-editor/how-to-set-thank-you-message.md): Post-purchase message - [How to Edit Page SEO](https://lindo.ai/docs/website-editor/how-to-setup-seo.md): Configuring SEO settings for pages - [How to Stop AI Generation](https://lindo.ai/docs/website-editor/how-to-stop-generation.md): Canceling ongoing AI operations - [How to Switch AI Agents](https://lindo.ai/docs/website-editor/how-to-switch-agents.md): Changing between different agents - [How to Switch Editor Modes](https://lindo.ai/docs/website-editor/how-to-switch-modes.md): Changing between Editor, Select, and Preview modes - [How to Toggle the Chat Panel](https://lindo.ai/docs/website-editor/how-to-toggle-chat-panel.md): Show or hide the AI chat sidebar - [How to Undo and Redo Changes](https://lindo.ai/docs/website-editor/how-to-undo-redo.md): Reverting and restoring changes - [How to Unpublish a Page](https://lindo.ai/docs/website-editor/how-to-unpublish-page.md): Removing page from live site - [How to Upload Digital File](https://lindo.ai/docs/website-editor/how-to-upload-digital-file.md): Adding downloadable file - [How to Upload Product Image](https://lindo.ai/docs/website-editor/how-to-upload-product-image.md): Adding product thumbnail - [How to Upload Reference Images](https://lindo.ai/docs/website-editor/how-to-upload-reference-images.md): Attaching images to AI prompts - [How to View All Pages](https://lindo.ai/docs/website-editor/how-to-view-all-pages.md): Accessing the Pages tab - [How to View All Products](https://lindo.ai/docs/website-editor/how-to-view-all-products.md): Accessing products section - [How to View Page History](https://lindo.ai/docs/website-editor/how-to-view-page-history.md): Accessing version history for pages - [How to Analyze Website Traffic Sources](https://lindo.ai/docs/website-editor/insights/how-to-analyze-traffic-sources.md): Using referrers and UTM data to understand where visitors come from - [How to Check Device Distribution](https://lindo.ai/docs/website-editor/insights/how-to-check-device-distribution.md): Understanding what devices your visitors use - [How to Check Geographic Distribution](https://lindo.ai/docs/website-editor/insights/how-to-check-geographic-distribution.md): Understanding where your visitors are located - [How to Identify Top Pages](https://lindo.ai/docs/website-editor/insights/how-to-identify-top-pages.md): Finding your best performing pages - [How to Read Website Traffic Chart](https://lindo.ai/docs/website-editor/insights/how-to-read-traffic-chart.md): Interpreting page views vs visitors over time - [How to Refresh Website Analytics](https://lindo.ai/docs/website-editor/insights/how-to-refresh-analytics.md): Update analytics with the latest data - [How to Set Website Date Range](https://lindo.ai/docs/website-editor/insights/how-to-set-date-range.md): Filter analytics by specific time periods - [How to View Website Analytics](https://lindo.ai/docs/website-editor/insights/how-to-view-analytics.md): Access and navigate the Insights tab - [What is Website Analytics](https://lindo.ai/docs/website-editor/insights/what-is-website-analytics.md): Overview of the Insights tab for website analytics - [How to Collect Shipping Address](https://lindo.ai/docs/website-editor/products/how-to-collect-address.md): Enable address collection for physical products - [How to Collect Customer Phone](https://lindo.ai/docs/website-editor/products/how-to-collect-phone.md): Enable phone number collection at checkout - [How to Delete a Product](https://lindo.ai/docs/website-editor/products/how-to-delete-product.md): Remove a product from your website - [How to Duplicate a Product](https://lindo.ai/docs/website-editor/products/how-to-duplicate-product.md): Copy an existing product to create a similar one - [How to Enable Discount Codes](https://lindo.ai/docs/website-editor/products/how-to-enable-discount-codes.md): Allow customers to use promo codes at checkout - [How to Enable Adjustable Quantity](https://lindo.ai/docs/website-editor/products/how-to-enable-quantity.md): Let customers change product quantity at checkout - [How to Import Products from CSV](https://lindo.ai/docs/website-editor/products/how-to-import-products-csv.md): Bulk importing products using a CSV file - [How to Show Product in Preview](https://lindo.ai/docs/website-editor/products/how-to-show-product-preview.md): Previewing how a product appears on your website - [How to Add Custom Domain](https://lindo.ai/docs/website-editor/settings/how-to-add-custom-domain.md): Connecting your own domain name to your website - [How to Change Colors](https://lindo.ai/docs/website-editor/settings/how-to-change-colors.md): Customize your website's color scheme - [How to Change Fonts](https://lindo.ai/docs/website-editor/settings/how-to-change-fonts.md): Customize heading and body fonts in theme settings - [How to Change Subdomain](https://lindo.ai/docs/website-editor/settings/how-to-change-subdomain.md): Edit your website's default subdomain - [How to Check Website DNS Status](https://lindo.ai/docs/website-editor/settings/how-to-check-dns-status.md): Verifying your domain connection status - [How to Configure Age Gate](https://lindo.ai/docs/website-editor/settings/how-to-configure-age-gate.md): Setting age limit and verification text - [How to Configure Blog Settings](https://lindo.ai/docs/website-editor/settings/how-to-configure-blog.md): Set up your blog list page configuration - [How to Configure Cookie Banner](https://lindo.ai/docs/website-editor/settings/how-to-configure-cookie-banner.md): Setting policy URL, text, and button for cookie consent - [How to Copy DNS Records](https://lindo.ai/docs/website-editor/settings/how-to-copy-dns-records.md): Copying DNS record name and value for your registrar - [How to Crop Logo](https://lindo.ai/docs/website-editor/settings/how-to-crop-logo.md): Using the crop tool when uploading your logo - [How to Delete Custom Domain](https://lindo.ai/docs/website-editor/settings/how-to-delete-custom-domain.md): Removing a custom domain from your website - [How to Disconnect Website Integration](https://lindo.ai/docs/website-editor/settings/how-to-disconnect-integration.md): Removing a third-party integration from your website - [How to Enable Age Gate](https://lindo.ai/docs/website-editor/settings/how-to-enable-age-gate.md): Add age verification to your website - [How to Enable Cookie Consent](https://lindo.ai/docs/website-editor/settings/how-to-enable-cookie-consent.md): Add a GDPR-compliant cookie consent banner - [How to Manage TXT Files](https://lindo.ai/docs/website-editor/settings/how-to-manage-txt-files.md): Create and manage custom text files for your website - [How to Set Blog Canonical URL](https://lindo.ai/docs/website-editor/settings/how-to-set-blog-canonical.md): Setting the canonical URL for your blog page - [How to Set Blog Heading](https://lindo.ai/docs/website-editor/settings/how-to-set-blog-heading.md): Configuring the page title for your blog - [How to Set Blog Menu Links](https://lindo.ai/docs/website-editor/settings/how-to-set-blog-menu-links.md): Adding navigation links to your blog page - [How to Set Blog Sub Heading](https://lindo.ai/docs/website-editor/settings/how-to-set-blog-subheading.md): Configuring the description for your blog page - [How to Set Business Address](https://lindo.ai/docs/website-editor/settings/how-to-set-business-address.md): Adding your physical address to your website - [How to Set Social Links](https://lindo.ai/docs/website-editor/settings/how-to-set-social-links.md): Configure social media links for your website - [How to Set Support Email](https://lindo.ai/docs/website-editor/settings/how-to-set-support-email.md): Adding a contact email to your website - [How to Style Buttons](https://lindo.ai/docs/website-editor/settings/how-to-style-buttons.md): Customize button appearance in theme settings - [How to View Integration Status](https://lindo.ai/docs/website-editor/settings/how-to-view-integration-status.md): Checking which integrations are connected - [What is Website Settings](https://lindo.ai/docs/website-editor/settings/what-is-website-settings.md): Overview of the website settings modal - [How to Create Shipping Rates](https://lindo.ai/docs/website-editor/shop/how-to-create-shipping-rates.md): Create Stripe shipping rates for physical-product checkout - [How to Enable Shop](https://lindo.ai/docs/website-editor/shop/how-to-enable-shop.md): Turn on Shop in website settings - [How to Manage Coupons](https://lindo.ai/docs/website-editor/shop/how-to-manage-coupons.md): Create coupons in Stripe and use them in Lindo checkout - [How to Manage Inventory](https://lindo.ai/docs/website-editor/shop/how-to-manage-inventory.md): Track product inventory with Stripe-compatible apps - [What is Shop](https://lindo.ai/docs/website-editor/shop/what-is-shop.md): Enable Shop on your website and connect Stripe-powered commerce features - [How to Invite Website Team Member](https://lindo.ai/docs/website-editor/team/how-to-invite-member.md): Add collaborators to your website - [How to Resend Website Invitation](https://lindo.ai/docs/website-editor/team/how-to-resend-invitation.md): Re-sending an invitation email to a team member - [How to Revoke Website Access](https://lindo.ai/docs/website-editor/team/how-to-revoke-access.md): Removing a team member's access to your website - [Understanding the Address Bar](https://lindo.ai/docs/website-editor/understanding-address-bar.md): Domain, URL, and controls - [Understanding AI Agents](https://lindo.ai/docs/website-editor/understanding-ai-agents.md): Page, Block, Element, Blog, Product agents - [What is the AI Chat](https://lindo.ai/docs/website-editor/understanding-ai-chat.md): Edit websites using natural language commands - [Understanding AI Tools in Editor](https://lindo.ai/docs/website-editor/understanding-ai-tools-editor.md): Language, Mode, Color Palette, Website URL tools - [Understanding Chat Messages](https://lindo.ai/docs/website-editor/understanding-chat-messages.md): User messages vs agent responses - [Understanding Checkout Options](https://lindo.ai/docs/website-editor/understanding-checkout-options.md): Discount codes, phone, address, quantity - [Understanding Device Preview](https://lindo.ai/docs/website-editor/understanding-device-preview.md): Desktop, tablet, mobile views - [Understanding the Editor Header](https://lindo.ai/docs/website-editor/understanding-editor-header.md): Header components: logo, tabs, website dropdown - [Understanding Editor Mode](https://lindo.ai/docs/website-editor/understanding-editor-mode.md): Full editing capabilities in the editor - [Understanding Editor Modes](https://lindo.ai/docs/website-editor/understanding-editor-modes.md): Editor, Select, and Preview modes explained - [Understanding Select Mode](https://lindo.ai/docs/website-editor/understanding-editor-select-mode.md): Element selection only mode in the editor - [Understanding Page Actions](https://lindo.ai/docs/website-editor/understanding-page-actions.md): Edit, Duplicate, Delete, etc. - [Understanding Page Status](https://lindo.ai/docs/website-editor/understanding-page-status.md): Published vs Draft - [Understanding Page Types](https://lindo.ai/docs/website-editor/understanding-page-types.md): Pages, Blogs, Products - [Understanding the Preview Area](https://lindo.ai/docs/website-editor/understanding-preview-area.md): Right panel with live website preview - [Understanding Preview Mode](https://lindo.ai/docs/website-editor/understanding-preview-mode.md): Read-only preview mode in the editor - [Understanding Product Card](https://lindo.ai/docs/website-editor/understanding-product-card.md): Product display in grid - [Understanding Product Pricing](https://lindo.ai/docs/website-editor/understanding-product-pricing.md): One-time, monthly, yearly, weekly - [What are Products](https://lindo.ai/docs/website-editor/what-are-products.md): E-commerce product management - [What is Fullscreen Preview](https://lindo.ai/docs/website-editor/what-is-fullscreen-preview.md): Expanded preview mode - [What is the Layers Panel](https://lindo.ai/docs/website-editor/what-is-layers-panel.md): Layer management for page elements - [What is the Page Card](https://lindo.ai/docs/website-editor/what-is-page-card.md): Page thumbnail and info display - [What is Page History](https://lindo.ai/docs/website-editor/what-is-page-history.md): Version history for pages - [What is the Page Settings Panel](https://lindo.ai/docs/website-editor/what-is-page-settings-panel.md): Page-specific settings - [What is the Pages Tab](https://lindo.ai/docs/website-editor/what-is-pages-tab.md): Overview of page management - [What is the Preview Header](https://lindo.ai/docs/website-editor/what-is-preview-header.md): Toolbar with editor controls - [What is Product Settings Modal](https://lindo.ai/docs/website-editor/what-is-product-settings-modal.md): Full product configuration - [What is Prompt Enhancement](https://lindo.ai/docs/website-editor/what-is-prompt-enhancement.md): AI-powered prompt improvement - [What is Stream Preview](https://lindo.ai/docs/website-editor/what-is-stream-preview.md): Real-time generation preview - [What is the Theme Panel](https://lindo.ai/docs/website-editor/what-is-theme-panel.md): Design customization panel - [What is Website Analytics](https://lindo.ai/docs/website-editor/what-is-website-analytics.md): Overview of the insights dashboard for a single website - [What is Website CRM](https://lindo.ai/docs/website-editor/what-is-website-crm.md): Customer management for website visitors and buyers - [What is the Website Editor](https://lindo.ai/docs/website-editor/what-is-website-editor.md): Edit, customize, and manage individual websites - [How to Create Blog Workflow](https://lindo.ai/docs/website-editor/workflows/how-to-create-blog-workflow.md): Start a blog pipeline to generate multiple posts - [How to Create Page Workflow](https://lindo.ai/docs/website-editor/workflows/how-to-create-page-workflow.md): Starting a background page creation workflow - [How to Enable Workflow Email Notifications](https://lindo.ai/docs/website-editor/workflows/how-to-enable-notifications.md): Getting notified when workflows complete - [How to Monitor Website Workflow Progress](https://lindo.ai/docs/website-editor/workflows/how-to-monitor-workflow.md): Checking the status of your workflows - [What is Blog Pipeline Workflow](https://lindo.ai/docs/website-editor/workflows/what-is-blog-pipeline.md): Bulk blog post creation using workflows - [What's New](https://lindo.ai/docs/whats-new.md): Latest updates, features, and improvements in Lindo - [How to Add a New Client](https://lindo.ai/docs/workspace/how-to-add-client.md): Create a client account in your Workspace CRM - [How to Allocate Credits to Client](https://lindo.ai/docs/workspace/how-to-allocate-credits.md): Adding one-time credits to a client - [How to Analyze Traffic Sources](https://lindo.ai/docs/workspace/how-to-analyze-traffic-sources.md): Understand where your visitors come from - [How to Upload CSV for Batch Import](https://lindo.ai/docs/workspace/how-to-batch-import.md): Importing multiple workflows from CSV - [How to Cancel a Subscription](https://lindo.ai/docs/workspace/how-to-cancel-subscription.md): Stopping recurring billing - [How to Check Your Credit Balance](https://lindo.ai/docs/workspace/how-to-check-credit-balance.md): Viewing available credits in toolbar - [How to Clone a Website](https://lindo.ai/docs/workspace/how-to-clone-website.md): Duplicating a website - [How to Compare Plans](https://lindo.ai/docs/workspace/how-to-compare-plans.md): Using the plan comparison table - [How to Connect Clarity](https://lindo.ai/docs/workspace/how-to-connect-clarity.md): Adding Microsoft Clarity analytics - [How to Connect Crisp](https://lindo.ai/docs/workspace/how-to-connect-crisp.md): Adding live chat support - [How to Connect Google Analytics](https://lindo.ai/docs/workspace/how-to-connect-ga.md): Adding GA tracking - [How to Connect Google Tag Manager](https://lindo.ai/docs/workspace/how-to-connect-gtm.md): Adding GTM integration - [How to Connect HubSpot Chat](https://lindo.ai/docs/workspace/how-to-connect-hubspot.md): Adding HubSpot CRM chat - [How to Connect Intercom](https://lindo.ai/docs/workspace/how-to-connect-intercom.md): Adding customer messaging - [How to Connect Stripe](https://lindo.ai/docs/workspace/how-to-connect-stripe.md): Set up payment processing to bill clients through your workspace - [How to Create an Invoice](https://lindo.ai/docs/workspace/how-to-create-invoice.md): Sending one-time invoice to client - [How to Create a Multi-Page Website](https://lindo.ai/docs/workspace/how-to-create-multi-page.md): Generating websites with multiple pages - [How to Create Reseller Website](https://lindo.ai/docs/workspace/how-to-create-reseller-website.md): Setting up your reseller landing page - [How to Create a Single-Page Website](https://lindo.ai/docs/workspace/how-to-create-single-page.md): Generating one-page websites - [How to Create a Subscription](https://lindo.ai/docs/workspace/how-to-create-subscription.md): Setting up recurring billing - [How to Create a Website with AI](https://lindo.ai/docs/workspace/how-to-create-website-ai.md): Generate a complete website from a text description - [How to Create a Workflow](https://lindo.ai/docs/workspace/how-to-create-workflow.md): Starting single website workflow - [How to Delete a Client](https://lindo.ai/docs/workspace/how-to-delete-client.md): Removing client from workspace - [How to Delete a Website](https://lindo.ai/docs/workspace/how-to-delete-website.md): Removing a website permanently - [How to Downgrade Your Plan](https://lindo.ai/docs/workspace/how-to-downgrade-plan.md): Changing to a lower tier - [How to Downgrade a Website](https://lindo.ai/docs/workspace/how-to-downgrade-website.md): Reverting to free tier - [How to Download Sample CSV](https://lindo.ai/docs/workspace/how-to-download-sample-csv.md): Getting template for batch import - [How to Embed Your Workspace](https://lindo.ai/docs/workspace/how-to-embed-workspace.md): Using iframe to embed in other sites - [How to Enable Email Notifications](https://lindo.ai/docs/workspace/how-to-enable-workflow-notifications.md): Getting notified when workflow completes - [How to Enable Workspace Embed](https://lindo.ai/docs/workspace/how-to-enable-workspace-embed.md): Turning on embed functionality - [How to Export a Website](https://lindo.ai/docs/workspace/how-to-export-website.md): Downloading website as ZIP file - [How to Generate API Key](https://lindo.ai/docs/workspace/how-to-generate-api-key.md): Creating new API key - [How to Get Support](https://lindo.ai/docs/workspace/how-to-get-support.md): Accessing help via user menu, support ticket, and community - [How to Invite Team Members](https://lindo.ai/docs/workspace/how-to-invite-team-members.md): Add collaborators to your workspace - [How to Join the Community](https://lindo.ai/docs/workspace/how-to-join-community.md): Accessing the Slack community from the user menu - [How to Monitor Workflow Progress](https://lindo.ai/docs/workspace/how-to-monitor-workflow.md): Checking workflow status - [How to Open Analytics](https://lindo.ai/docs/workspace/how-to-open-analytics.md): Accessing the analytics modal - [How to Open Workspace CRM](https://lindo.ai/docs/workspace/how-to-open-crm.md): Accessing the CRM modal for client management - [How to Open a Website](https://lindo.ai/docs/workspace/how-to-open-website.md): Clicking to edit a website - [How to Open Workflows](https://lindo.ai/docs/workspace/how-to-open-workflows.md): Accessing the workflows modal - [How to Purchase Credits](https://lindo.ai/docs/workspace/how-to-purchase-credits.md): Buying additional credits - [How to Read Traffic Chart](https://lindo.ai/docs/workspace/how-to-read-traffic-chart.md): Interpret page views and visitors over time - [How to Refund an Invoice](https://lindo.ai/docs/workspace/how-to-refund-invoice.md): Processing refund for client - [How to Rename a Website](https://lindo.ai/docs/workspace/how-to-rename-website.md): Changing website name - [How to Resend Invitation](https://lindo.ai/docs/workspace/how-to-resend-invitation.md): Re-sending invitation email - [How to Revoke Access](https://lindo.ai/docs/workspace/how-to-revoke-access.md): Removing team member access - [How to Save Webhook URL](https://lindo.ai/docs/workspace/how-to-save-webhook-url.md): Configuring webhook endpoint - [How to Search Clients](https://lindo.ai/docs/workspace/how-to-search-clients.md): Filtering client list - [How to Search Websites](https://lindo.ai/docs/workspace/how-to-search-websites.md): Using the search input to filter websites - [How to Send Invoice](https://lindo.ai/docs/workspace/how-to-send-invoice.md): Configuring service name, price, currency - [How to Set Date Range](https://lindo.ai/docs/workspace/how-to-set-date-range.md): Filtering analytics by date - [How to Set Monthly Credit Limit](https://lindo.ai/docs/workspace/how-to-set-monthly-credits.md): Configuring credit allocation - [How to Set Website Limit](https://lindo.ai/docs/workspace/how-to-set-website-limit.md): Configuring max websites for client - [How to Set Up Credit Packages](https://lindo.ai/docs/workspace/how-to-setup-credit-packages.md): Step-by-step guide to creating one-time credit packages for your clients - [How to Set Up Reseller Tiers](https://lindo.ai/docs/workspace/how-to-setup-reseller-tiers.md): Step-by-step guide to creating subscription tiers for your clients - [How to Setup White Label Domain](https://lindo.ai/docs/workspace/how-to-setup-white-label-domain.md): Complete domain setup wizard walkthrough - [How to Submit Feedback](https://lindo.ai/docs/workspace/how-to-submit-feedback.md): Using the feedback form to share suggestions and ideas - [How to Update Client Info](https://lindo.ai/docs/workspace/how-to-update-client-info.md): Editing name, email, company, notes - [How to Upgrade Your Plan](https://lindo.ai/docs/workspace/how-to-upgrade-plan.md): Changing to a higher tier - [How to Upgrade a Website](https://lindo.ai/docs/workspace/how-to-upgrade-website.md): Upgrading to premium features - [How to Upload CSV for Batch Import](https://lindo.ai/docs/workspace/how-to-upload-csv.md): Importing multiple workflows - [How to Upload Favicon](https://lindo.ai/docs/workspace/how-to-upload-favicon.md): Adding square logo for browser tab (32x32px) - [How to Upload Login Background](https://lindo.ai/docs/workspace/how-to-upload-login-background.md): Customizing login page background (1920x1080px) - [How to Upload Full Logo](https://lindo.ai/docs/workspace/how-to-upload-logo.md): Adding your brand logo (200x50px) - [How to Use the Add Tools Menu](https://lindo.ai/docs/workspace/how-to-use-add-tools.md): Opening and selecting tools from the (+) menu - [How to Use the Prompt Builder](https://lindo.ai/docs/workspace/how-to-use-prompt-builder.md): Building prompts with sample prompts, sections, and styles - [How to View Billing History](https://lindo.ai/docs/workspace/how-to-view-billing-history.md): Checking all issued invoices - [How to View Client Details](https://lindo.ai/docs/workspace/how-to-view-client-details.md): Selecting a client to see their full information - [How to View Purchase History](https://lindo.ai/docs/workspace/how-to-view-purchase-history.md): Checking past credit purchases - [Understanding API Authorization](https://lindo.ai/docs/workspace/understanding-api-authorization.md): Bearer token authentication - [Understanding the Appearance Tab](https://lindo.ai/docs/workspace/understanding-appearance-tab.md): Theme mode, logo, favicon, login background customization - [Understanding the Billing Tab](https://lindo.ai/docs/workspace/understanding-billing-tab.md): All invoices across clients - [Understanding Browsers](https://lindo.ai/docs/workspace/understanding-browsers.md): Visitor browser breakdown - [Understanding Business Plan](https://lindo.ai/docs/workspace/understanding-business-plan.md): Features, limits, pricing for Business - [Understanding Client Credits](https://lindo.ai/docs/workspace/understanding-client-credits.md): How client credit allocation works - [Understanding Client Details](https://lindo.ai/docs/workspace/understanding-client-details.md): Info, Websites, Credits, Billing, Subscriptions tabs - [Understanding the Clients Tab](https://lindo.ai/docs/workspace/understanding-clients-tab.md): Client list and management - [Understanding Credit Reset](https://lindo.ai/docs/workspace/understanding-credit-reset.md): When credits refresh each month - [Understanding the Custom Code Tab](https://lindo.ai/docs/workspace/understanding-custom-code-tab.md): Header and body code injection - [Understanding Design Styles](https://lindo.ai/docs/workspace/understanding-design-styles.md): Modern, Minimal, Brutalist, Glass, Playful, Elegant - [Understanding Devices](https://lindo.ai/docs/workspace/understanding-devices.md): Desktop, mobile, bot breakdown - [Understanding DNS Records](https://lindo.ai/docs/workspace/understanding-dns-records.md): CNAME, TXT records for domain verification - [Understanding the Domain Tab](https://lindo.ai/docs/workspace/understanding-domain-tab.md): Custom domain setup wizard - [Understanding Elite Plan](https://lindo.ai/docs/workspace/understanding-elite-plan.md): Features, limits, pricing for Elite - [Understanding Estimated Usage](https://lindo.ai/docs/workspace/understanding-estimated-usage.md): Monthly consumption tracking - [Understanding the Header](https://lindo.ai/docs/workspace/understanding-header.md): Header components: logo, workspace selector, language, user menu - [Understanding the Integrations Tab](https://lindo.ai/docs/workspace/understanding-integrations-tab.md): External service connections - [Understanding Invoicing](https://lindo.ai/docs/workspace/understanding-invoicing.md): How billing and invoices work - [Understanding Member Roles](https://lindo.ai/docs/workspace/understanding-member-roles.md): Team member permissions and access - [Understanding Operating Systems](https://lindo.ai/docs/workspace/understanding-operating-systems.md): Visitor OS breakdown - [Understanding Plan Limits](https://lindo.ai/docs/workspace/understanding-plan-limits.md): Active websites, pages, visits, etc. - [Understanding Pro Plan](https://lindo.ai/docs/workspace/understanding-pro-plan.md): Features, limits, pricing for Pro - [Understanding Referrers](https://lindo.ai/docs/workspace/understanding-referrers.md): Traffic sources - [Understanding Reseller Plan](https://lindo.ai/docs/workspace/understanding-reseller-plan.md): Features, limits, pricing for Reseller - [Understanding Sample Prompts](https://lindo.ai/docs/workspace/understanding-sample-prompts.md): Pre-built templates: Agency, SaaS, Restaurant, etc. - [Understanding Sample Sections](https://lindo.ai/docs/workspace/understanding-sample-sections.md): Page sections: Hero, Features, About, Testimonials, etc. - [Understanding the Sidebar](https://lindo.ai/docs/workspace/understanding-sidebar.md): Navigation to key workspace features - [Understanding Statistics Cards](https://lindo.ai/docs/workspace/understanding-statistics-cards.md): Visitors, views, response time, pages, blogs - [Understanding the Toolbar](https://lindo.ai/docs/workspace/understanding-toolbar.md): All toolbar icons and their functions - [Understanding Top Countries](https://lindo.ai/docs/workspace/understanding-top-countries.md): Geographic visitor distribution - [Understanding Top Websites](https://lindo.ai/docs/workspace/understanding-top-websites.md): Most visited websites ranking - [Understanding Traffic Chart](https://lindo.ai/docs/workspace/understanding-traffic-chart.md): Page views and visitors over time - [Understanding User Roles](https://lindo.ai/docs/workspace/understanding-user-roles.md): Owner, Admin, Editor, Viewer, Client - permissions and access levels - [Understanding UTM Campaigns](https://lindo.ai/docs/workspace/understanding-utm-campaigns.md): Marketing campaign tracking - [Understanding Website Cards](https://lindo.ai/docs/workspace/understanding-website-cards.md): Thumbnail, name, status badge components - [Understanding Website Status](https://lindo.ai/docs/workspace/understanding-website-status.md): Published vs Draft indicators - [Understanding Workflow Statistics](https://lindo.ai/docs/workspace/understanding-workflow-statistics.md): Total, running, completed, errored counts - [Understanding Workflow Status](https://lindo.ai/docs/workspace/understanding-workflow-status.md): Running, completed, error states - [Understanding the Workspace Tab](https://lindo.ai/docs/workspace/understanding-workspace-tab.md): Workspace name, domains, email, client settings - [What are Add-ons](https://lindo.ai/docs/workspace/what-are-addons.md): Additional features like Embed Webapp - [What are AI Credits](https://lindo.ai/docs/workspace/what-are-ai-credits.md): How credits work for AI generation - [What are API Keys](https://lindo.ai/docs/workspace/what-are-api-keys.md): Programmatic access to your workspace - [What are Credit Packages](https://lindo.ai/docs/workspace/what-are-credit-packages.md): Sell one-time credit packages to your clients so they can purchase additional AI credits - [What are Reseller Tiers](https://lindo.ai/docs/workspace/what-are-reseller-tiers.md): Create subscription plans for your clients with custom pricing, website limits, and monthly credits - [What are Subscriptions](https://lindo.ai/docs/workspace/what-are-subscriptions.md): Recurring billing explained - [What are Workflows](https://lindo.ai/docs/workspace/what-are-workflows.md): Background automation for bulk website creation - [What is Agentic Mode](https://lindo.ai/docs/workspace/what-is-agentic-mode.md): New AI-powered interface vs legacy builder - [What is the AI Prompt Builder](https://lindo.ai/docs/workspace/what-is-ai-prompt-builder.md): Overview of the central input area for creating websites - [What is Batch Import](https://lindo.ai/docs/workspace/what-is-batch-import.md): Creating multiple workflows from CSV - [What is Client Register](https://lindo.ai/docs/workspace/what-is-client-register.md): Self-registration for clients - [What is the Color Palette Tool](https://lindo.ai/docs/workspace/what-is-color-palette.md): Defining custom color schemes for websites - [What is the Language Tool](https://lindo.ai/docs/workspace/what-is-language-tool.md): Setting content language and localization preferences - [What is the Mode Tool](https://lindo.ai/docs/workspace/what-is-mode-tool.md): Dark/Light theme selection for generated websites - [What is the Prompt Builder Modal](https://lindo.ai/docs/workspace/what-is-prompt-builder-modal.md): Full-screen prompt building interface - [What is Reseller Program](https://lindo.ai/docs/workspace/what-is-reseller-program.md): Overview of reselling Lindo.ai services - [What is Reseller Website](https://lindo.ai/docs/workspace/what-is-reseller-website.md): Your branded reseller landing page - [What is Team Members](https://lindo.ai/docs/workspace/what-is-team-members.md): Overview of team collaboration features - [What is Webhook](https://lindo.ai/docs/workspace/what-is-webhook.md): Receiving events from your workspace - [What is Website Actions Menu](https://lindo.ai/docs/workspace/what-is-website-actions-menu.md): All available actions on hover - [Understanding Website Builder Mode](https://lindo.ai/docs/workspace/what-is-website-builder-mode.md): Full website generation mode explained - [What is the Website URL Tool](https://lindo.ai/docs/workspace/what-is-website-url-tool.md): Using existing websites as design references - [What is the Websites Grid](https://lindo.ai/docs/workspace/what-is-websites-grid.md): Overview of the website cards display - [What is White Label](https://lindo.ai/docs/workspace/what-is-white-label.md): Brand Lindo.ai as your own platform - [What is the Workspace](https://lindo.ai/docs/workspace/what-is-workspace.md): Your central dashboard for creating websites and managing clients - [What is Workspace Analytics](https://lindo.ai/docs/workspace/what-is-workspace-analytics.md): Aggregated data from all websites - [What is Workspace CRM](https://lindo.ai/docs/workspace/what-is-workspace-crm.md): Overview of agency client relationship management - [What is Workspace Embed](https://lindo.ai/docs/workspace/what-is-workspace-embed.md): Embedding workspace in external websites - [Workspace Plans Overview](https://lindo.ai/docs/workspace/workspace-plans-overview.md): Pro, Business, Elite, Reseller - features and limits comparison ## OpenAPI Specs - [openapi](https://lindo.ai/docs/api-reference/openapi.json)