{"id":69918,"date":"2025-06-27T19:25:51","date_gmt":"2025-06-28T02:25:51","guid":{"rendered":"https:\/\/slowtwitch.com\/?page_id=69918"},"modified":"2026-04-01T08:05:34","modified_gmt":"2026-04-01T15:05:34","slug":"welcome-to-slowtwitch","status":"publish","type":"page","link":"https:\/\/www.slowtwitch.com\/welcome-to-slowtwitch\/","title":{"rendered":"Slowtwitch How-to Guide"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Welcome to Slowtwitch<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@500;600;700&#038;family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    background: #ffffff;\n    color: #333;\n    font-family: 'Source Sans 3', sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n  .hero {\n    position: relative;\n    padding: 80px 24px 60px;\n    text-align: center;\n    background: linear-gradient(135deg, #1e2a38 0%, #1a2332 50%, #0d1520 100%);\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -40px;\n    width: 280px; height: 280px;\n    background: radial-gradient(circle, rgba(58,143,212,0.12) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .hero-badge {\n    display: inline-block;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 13px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #3a8fd4;\n    border: 1px solid rgba(58,143,212,0.3);\n    padding: 6px 18px;\n    border-radius: 2px;\n    margin-bottom: 24px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: clamp(42px, 7vw, 68px);\n    line-height: 1.05;\n    color: #ffffff;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    margin-bottom: 16px;\n  }\n  .hero h1 span { color: #3a8fd4; }\n  .hero p {\n    max-width: 580px;\n    margin: 0 auto;\n    font-size: 18px;\n    color: #8aa8c0;\n    line-height: 1.6;\n  }\n  .guide-container {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n  .quick-nav {\n    margin-top: 48px;\n    padding: 28px 32px;\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n  }\n  .quick-nav-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #3a8fd4;\n    margin-bottom: 14px;\n  }\n  .quick-nav a {\n    display: inline-block;\n    color: #3a8fd4;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 15px;\n    padding: 4px 0;\n    margin-right: 24px;\n    border-bottom: 1px solid transparent;\n    transition: border-color 0.2s;\n  }\n  .quick-nav a:hover { border-bottom-color: #3a8fd4; }\n  .section { margin-top: 56px; }\n  .section-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 20px;\n  }\n  .section-number {\n    flex-shrink: 0;\n    width: 48px; height: 48px;\n    background: #3a8fd4;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 22px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 2px;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 28px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: #1a1a1a;\n  }\n  .section-body {\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    padding: 32px;\n  }\n  .section-body p { margin-bottom: 16px; color: #555; }\n  .section-body p:last-child { margin-bottom: 0; }\n  .section-body strong { color: #1a1a1a; }\n  .section-body a {\n    color: #3a8fd4;\n    text-decoration: none;\n    border-bottom: 1px solid rgba(58,143,212,0.3);\n  }\n  .section-body a:hover { border-bottom-color: #3a8fd4; }\n  .sub-heading {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 20px;\n    text-transform: uppercase;\n    color: #2e7ab8;\n    letter-spacing: 0.5px;\n    margin: 28px 0 10px;\n    padding-top: 20px;\n    border-top: 1px solid rgba(0,0,0,0.08);\n  }\n  .sub-heading:first-child { margin-top: 0; border-top: none; padding-top: 0; }\n  .section-body ul {\n    list-style: none;\n    padding: 0;\n    margin: 16px 0;\n  }\n  .section-body ul li {\n    position: relative;\n    padding: 6px 0 6px 24px;\n    color: #555;\n  }\n  .section-body ul li::before {\n    content: '';\n    position: absolute;\n    left: 4px; top: 14px;\n    width: 8px; height: 8px;\n    background: #3a8fd4;\n    border-radius: 1px;\n    transform: rotate(45deg);\n  }\n  .illus-panel {\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    margin: 24px 0;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n  }\n  .illus-panel svg { flex-shrink: 0; }\n  .illus-panel .illus-text { font-size: 15px; color: #555; line-height: 1.55; }\n  .illus-panel .illus-text strong { color: #1a1a1a; }\n  .illus-panel .illus-text a { color: #3a8fd4; text-decoration: none; border-bottom: 1px solid rgba(58,143,212,0.3); }\n  @media (max-width: 600px) {\n    .illus-panel { flex-direction: column; text-align: center; }\n  }\n  .feature-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 24px 0 8px;\n  }\n  @media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }\n  .feature-card {\n    background: #ffffff;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n    padding: 24px;\n    transition: border-color 0.25s;\n  }\n  .feature-card:hover { border-color: rgba(58,143,212,0.4); }\n  .feature-card h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 16px;\n    text-transform: uppercase;\n    color: #3a8fd4;\n    margin-bottom: 6px;\n  }\n  .feature-card p { color: #666; font-size: 15px; line-height: 1.5; margin-bottom: 0; }\n  .feature-card a {\n    display: inline-block;\n    margin-top: 10px;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: #3a8fd4;\n    text-decoration: none;\n    border-bottom: 1px solid rgba(58,143,212,0.3);\n  }\n  .help-section {\n    margin-top: 56px;\n    text-align: center;\n    padding: 40px 32px;\n    background: #f7f8fa;\n    border: 1px solid #e2e4e8;\n    border-radius: 4px;\n  }\n  .help-section h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 26px;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    margin-bottom: 12px;\n  }\n  .help-section p { color: #666; max-width: 500px; margin: 0 auto; }\n  .help-section a {\n    color: #3a8fd4;\n    text-decoration: none;\n    font-weight: 600;\n    border-bottom: 1px solid rgba(58,143,212,0.3);\n  }\n  .page-footer {\n    text-align: center;\n    padding: 40px 24px;\n    font-size: 13px;\n    color: #999;\n    border-top: 1px solid #e2e4e8;\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"hero\">\n  <div class=\"hero-badge\">Getting Started<\/div>\n  <h1>Welcome to <span>Slowtwitch<\/span><\/h1>\n  <p>Your hub for triathlon, gravel, running, and endurance sports. Here&#8217;s everything you need to know to get the most out of the site, the forums, and the community.<\/p>\n<\/div>\n\n<div class=\"guide-container\">\n\n  <div class=\"quick-nav\">\n    <div class=\"quick-nav-title\">Jump To<\/div>\n    <a href=\"#explore\">Explore the Site<\/a>\n    <a href=\"#plus\">Slowtwitch+<\/a>\n    <a href=\"#forums\">The Forums<\/a>\n    <a href=\"#posting\">Posting &#038; Replying<\/a>\n    <a href=\"#flagging\">Flagging Content<\/a>\n    <a href=\"#customize\">Customize Your Experience<\/a>\n  <\/div>\n\n  <!-- 01 \u2014 EXPLORE -->\n  <div class=\"section\" id=\"explore\">\n    <div class=\"section-header\">\n      <div class=\"section-number\">01<\/div>\n      <div class=\"section-title\">Explore Slowtwitch.com<\/div>\n    <\/div>\n    <div class=\"section-body\">\n      <p>Sometimes referred to as &#8220;the front page,&#8221; Slowtwitch.com is where you&#8217;ll find all of the content that our team of editors, writers, and contributors produce. Just type <a href=\"https:\/\/slowtwitch.com\">slowtwitch.com<\/a> into your browser.<\/p>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"4\" y=\"10\" width=\"64\" height=\"44\" rx=\"4\" stroke=\"#3a8fd4\" stroke-width=\"2\" fill=\"none\"\/>\n          <rect x=\"4\" y=\"10\" width=\"64\" height=\"12\" rx=\"4\" fill=\"#3a8fd4\" opacity=\"0.1\"\/>\n          <line x1=\"12\" y1=\"16\" x2=\"28\" y2=\"16\" stroke=\"#3a8fd4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n          <rect x=\"10\" y=\"28\" width=\"24\" height=\"20\" rx=\"2\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"38\" y=\"28\" width=\"24\" height=\"9\" rx=\"2\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"38\" y=\"39\" width=\"24\" height=\"9\" rx=\"2\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Our <strong>home page<\/strong> leads with the latest content. Below that, stories are organized by category. Click any category label to dive deeper \u2014 and bookmark your favorites.<\/div>\n      <\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"8\" y=\"18\" width=\"16\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.15\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"28\" y=\"18\" width=\"16\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.15\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"48\" y=\"18\" width=\"16\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.15\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"8\" y=\"30\" width=\"16\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.1\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"28\" y=\"30\" width=\"16\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.1\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"48\" y=\"30\" width=\"16\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.1\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n        <\/svg>\n        <div class=\"illus-text\"><strong>Categories<\/strong> include Triathlon, Cycling, Running, Swimming, Gravel, Industry, and more. Each one is bookmarkable so you can jump straight to what you care about.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 02 \u2014 SLOWTWITCH+ -->\n  <div class=\"section\" id=\"plus\">\n    <div class=\"section-header\">\n      <div class=\"section-number\">02<\/div>\n      <div class=\"section-title\">Slowtwitch+<\/div>\n    <\/div>\n    <div class=\"section-body\">\n      <p><strong>Slowtwitch+<\/strong> is our premium subscriber service, which unlocks all of our content \u2014 longest-form articles, interviews, additional product reviews, and more.<\/p>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"12\" y=\"14\" width=\"48\" height=\"44\" rx=\"4\" stroke=\"#3a8fd4\" stroke-width=\"2\" fill=\"none\"\/>\n          <path d=\"M36 28 L42 40 L30 40 Z\" fill=\"#3a8fd4\" opacity=\"0.2\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/>\n          <line x1=\"20\" y1=\"48\" x2=\"52\" y2=\"48\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.3\"\/>\n          <circle cx=\"54\" cy=\"18\" r=\"8\" fill=\"#3a8fd4\"\/>\n          <text x=\"54\" y=\"22\" text-anchor=\"middle\" fill=\"#ffffff\" font-family=\"'Barlow Condensed',sans-serif\" font-weight=\"700\" font-size=\"11\">ST+<\/text>\n        <\/svg>\n        <div class=\"illus-text\">Slowtwitch+ articles are identified by a <strong>ST+ label<\/strong>. Find them under the ST+ logo in the banner by hovering and clicking &#8220;Premium Articles.&#8221;<\/div>\n      <\/div>\n      <p>Signing up is simple. Choose <strong>&#8220;Get Slowtwitch+&#8221;<\/strong>, select monthly or annual, and sign in using your Forum account \u2014 that&#8217;s your key to unlock everything.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- 03 \u2014 FORUMS -->\n  <div class=\"section\" id=\"forums\">\n    <div class=\"section-header\">\n      <div class=\"section-number\">03<\/div>\n      <div class=\"section-title\">The Slowtwitch Forums<\/div>\n    <\/div>\n    <div class=\"section-body\">\n      <p>The Slowtwitch Forum is where the community comes together to share information, opinions, and connect with one another. Think of it like a digital expo, except back when event expos actually had a bunch of vendors and interesting things to do.<\/p>\n\n      <div class=\"sub-heading\">Signing Up<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <circle cx=\"36\" cy=\"24\" r=\"12\" stroke=\"#3a8fd4\" stroke-width=\"2\" fill=\"none\"\/>\n          <circle cx=\"36\" cy=\"22\" r=\"5\" fill=\"#3a8fd4\" opacity=\"0.2\"\/>\n          <path d=\"M24 56 C24 44 48 44 48 56\" stroke=\"#3a8fd4\" stroke-width=\"2\" fill=\"none\"\/>\n          <line x1=\"36\" y1=\"38\" x2=\"36\" y2=\"46\" stroke=\"#3a8fd4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n          <line x1=\"32\" y1=\"42\" x2=\"40\" y2=\"42\" stroke=\"#3a8fd4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Navigate to <a href=\"https:\/\/forum.slowtwitch.com\">forum.slowtwitch.com<\/a> and click <strong>Sign Up<\/strong>. That&#8217;s it \u2014 you&#8217;re in. Your username also unlocks Slowtwitch+ if you subscribe.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Forum Categories<\/div>\n      <p>Our default view organizes content by category:<\/p>\n      <ul>\n        <li>Triathlon Forum<\/li>\n        <li>Calendar of Events<\/li>\n        <li>Road Cycling<\/li>\n        <li>Running<\/li>\n        <li>Swimming<\/li>\n        <li>Gravel Cycling<\/li>\n        <li>Classifieds<\/li>\n        <li>The Coffee Shop (everything non-endurance sports, minus politics)<\/li>\n      <\/ul>\n\n      <div class=\"sub-heading\">Latest View<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"8\" y=\"14\" width=\"56\" height=\"10\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"8\" y=\"28\" width=\"56\" height=\"10\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.05\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"8\" y=\"42\" width=\"56\" height=\"10\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <circle cx=\"16\" cy=\"19\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/>\n          <line x1=\"22\" y1=\"19\" x2=\"48\" y2=\"19\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.4\"\/>\n          <circle cx=\"16\" cy=\"33\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/>\n          <line x1=\"22\" y1=\"33\" x2=\"44\" y2=\"33\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.4\"\/>\n          <circle cx=\"16\" cy=\"47\" r=\"3\" fill=\"#3a8fd4\" opacity=\"0.3\"\/>\n          <line x1=\"22\" y1=\"47\" x2=\"52\" y2=\"47\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.4\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Click the <strong>Latest<\/strong> tag at the top of the Forum to see all topics across all categories, sorted by most recent.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 04 \u2014 POSTING -->\n  <div class=\"section\" id=\"posting\">\n    <div class=\"section-header\">\n      <div class=\"section-number\">04<\/div>\n      <div class=\"section-title\">Posting, Replying &#038; Messaging<\/div>\n    <\/div>\n    <div class=\"section-body\">\n\n      <div class=\"sub-heading\">Reply to a Specific Post<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"8\" y=\"12\" width=\"56\" height=\"24\" rx=\"4\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"#3a8fd4\" opacity=\"0.04\"\/>\n          <line x1=\"16\" y1=\"20\" x2=\"48\" y2=\"20\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.3\"\/>\n          <line x1=\"16\" y1=\"26\" x2=\"40\" y2=\"26\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <path d=\"M14 44 L8 52 L22 52 Z\" fill=\"#3a8fd4\" opacity=\"0.15\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/>\n          <rect x=\"26\" y=\"42\" width=\"36\" height=\"14\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.1\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <line x1=\"32\" y1=\"49\" x2=\"54\" y2=\"49\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.3\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Hit <strong>Reply<\/strong> at the bottom of any individual post to respond directly. Like what someone said? Click the <strong>heart icon<\/strong> to favorite it.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Post to the Thread Generally<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"8\" y=\"10\" width=\"56\" height=\"32\" rx=\"4\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <line x1=\"16\" y1=\"20\" x2=\"48\" y2=\"20\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"16\" y1=\"26\" x2=\"44\" y2=\"26\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"16\" y1=\"32\" x2=\"40\" y2=\"32\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <rect x=\"22\" y=\"50\" width=\"28\" height=\"12\" rx=\"4\" fill=\"#3a8fd4\"\/>\n          <text x=\"36\" y=\"59\" text-anchor=\"middle\" fill=\"#ffffff\" font-family=\"'Barlow Condensed',sans-serif\" font-weight=\"600\" font-size=\"9\">REPLY<\/text>\n        <\/svg>\n        <div class=\"illus-text\">At the very bottom of the thread, click the <strong>Reply<\/strong> button to post a general response to the entire thread.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Start a New Thread<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"8\" y=\"14\" width=\"56\" height=\"44\" rx=\"4\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <rect x=\"14\" y=\"20\" width=\"44\" height=\"10\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <line x1=\"20\" y1=\"25\" x2=\"44\" y2=\"25\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.3\"\/>\n          <line x1=\"36\" y1=\"38\" x2=\"36\" y2=\"50\" stroke=\"#3a8fd4\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n          <line x1=\"30\" y1=\"44\" x2=\"42\" y2=\"44\" stroke=\"#3a8fd4\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Navigate to the category you want, then click <strong>New Topic<\/strong>. Give it a title, write your post, and publish.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Direct Message a User<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <circle cx=\"28\" cy=\"28\" r=\"12\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"#3a8fd4\" opacity=\"0.06\"\/>\n          <circle cx=\"28\" cy=\"26\" r=\"4\" fill=\"#3a8fd4\" opacity=\"0.2\"\/>\n          <path d=\"M20 40 C20 34 36 34 36 40\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <rect x=\"34\" y=\"36\" width=\"28\" height=\"20\" rx=\"4\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <line x1=\"40\" y1=\"44\" x2=\"56\" y2=\"44\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.3\"\/>\n          <line x1=\"40\" y1=\"49\" x2=\"52\" y2=\"49\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Click on a user&#8217;s profile icon to open their card, then hit <strong>Message<\/strong>. Type away and send.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 05 \u2014 FLAGGING -->\n  <div class=\"section\" id=\"flagging\">\n    <div class=\"section-header\">\n      <div class=\"section-number\">05<\/div>\n      <div class=\"section-title\">Flagging Content<\/div>\n    <\/div>\n    <div class=\"section-body\">\n      <p>Sometimes posts don&#8217;t belong in the right category, or someone is being antagonistic. Although we have a deep team of moderators, we don&#8217;t see every single post. That&#8217;s where content flags come in.<\/p>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <line x1=\"16\" y1=\"16\" x2=\"16\" y2=\"58\" stroke=\"#3a8fd4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n          <path d=\"M16 16 L54 16 L46 28 L54 40 L16 40\" fill=\"#3a8fd4\" opacity=\"0.12\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Click the <strong>three dots<\/strong> at the bottom of any post, then click the <strong>flag icon<\/strong>. Choose the reason \u2014 off-topic, inappropriate, or something else \u2014 and our moderators will review it.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- 06 \u2014 CUSTOMIZE -->\n  <div class=\"section\" id=\"customize\">\n    <div class=\"section-header\">\n      <div class=\"section-number\">06<\/div>\n      <div class=\"section-title\">Customize Your Experience<\/div>\n    <\/div>\n    <div class=\"section-body\">\n      <p>The Slowtwitch Forums offer a high degree of customization. To access settings, click your <strong>profile picture<\/strong> in the upper right corner, then click the <strong>person icon<\/strong> to open Preferences.<\/p>\n\n      <div class=\"sub-heading\">Your Profile<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <circle cx=\"36\" cy=\"24\" r=\"12\" stroke=\"#3a8fd4\" stroke-width=\"2\" fill=\"#3a8fd4\" opacity=\"0.06\"\/>\n          <circle cx=\"36\" cy=\"22\" r=\"5\" fill=\"#3a8fd4\" opacity=\"0.2\"\/>\n          <path d=\"M24 48 C24 38 48 38 48 48\" stroke=\"#3a8fd4\" stroke-width=\"2\" fill=\"none\"\/>\n          <line x1=\"22\" y1=\"54\" x2=\"50\" y2=\"54\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"26\" y1=\"58\" x2=\"46\" y2=\"58\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.15\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Update your profile picture, email address, and account details under the <strong>Account<\/strong> tab in preferences.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Enable a Signature<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"10\" y=\"14\" width=\"52\" height=\"32\" rx=\"4\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <line x1=\"18\" y1=\"24\" x2=\"48\" y2=\"24\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"18\" y1=\"30\" x2=\"42\" y2=\"30\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"18\" y1=\"36\" x2=\"38\" y2=\"36\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"10\" y1=\"50\" x2=\"62\" y2=\"50\" stroke=\"#3a8fd4\" stroke-width=\"1\" stroke-dasharray=\"3 2\" opacity=\"0.3\"\/>\n          <path d=\"M18 56 Q24 52 30 56 Q36 60 42 56\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Click <strong>Profile<\/strong>, scroll to the bottom, and check the box to enable signatures. Your signature appears below every post you make.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Display Settings<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"6\" y=\"16\" width=\"28\" height=\"40\" rx=\"4\" fill=\"#f0f0f0\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <line x1=\"12\" y1=\"24\" x2=\"28\" y2=\"24\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.2\"\/>\n          <line x1=\"12\" y1=\"30\" x2=\"24\" y2=\"30\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.15\"\/>\n          <rect x=\"38\" y=\"16\" width=\"28\" height=\"40\" rx=\"4\" fill=\"#1a2332\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <line x1=\"44\" y1=\"24\" x2=\"60\" y2=\"24\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.4\"\/>\n          <line x1=\"44\" y1=\"30\" x2=\"56\" y2=\"30\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\" opacity=\"0.3\"\/>\n          <path d=\"M34 36 L38 32 L38 40 Z\" fill=\"#3a8fd4\" opacity=\"0.4\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Want <strong>Dark Mode<\/strong>? Click <strong>Interface<\/strong> and choose your color palette. You can also set your default home page and other display options here.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Ignore or Mute a User<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <circle cx=\"28\" cy=\"30\" r=\"10\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"#3a8fd4\" opacity=\"0.06\"\/>\n          <circle cx=\"28\" cy=\"28\" r=\"4\" fill=\"#3a8fd4\" opacity=\"0.15\"\/>\n          <path d=\"M20 42 C20 36 36 36 36 42\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <line x1=\"42\" y1=\"24\" x2=\"58\" y2=\"40\" stroke=\"#d44a4a\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n          <line x1=\"58\" y1=\"24\" x2=\"42\" y2=\"40\" stroke=\"#d44a4a\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\n          <circle cx=\"50\" cy=\"52\" r=\"8\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" fill=\"none\"\/>\n          <line x1=\"44\" y1=\"52\" x2=\"56\" y2=\"52\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n        <\/svg>\n        <div class=\"illus-text\"><strong>Ignore<\/strong> hides all posts, DMs, and chats from a user. <strong>Mute<\/strong> suppresses notifications but still shows their posts. Manage both under the <strong>Users<\/strong> tab.<\/div>\n      <\/div>\n\n      <div class=\"sub-heading\">Curate Your Categories<\/div>\n      <div class=\"illus-panel\">\n        <svg width=\"72\" height=\"72\" viewBox=\"0 0 72 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <rect x=\"8\" y=\"14\" width=\"18\" height=\"18\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.12\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"30\" y=\"14\" width=\"18\" height=\"18\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.08\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"52\" y=\"14\" width=\"12\" height=\"18\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.04\" stroke=\"#3a8fd4\" stroke-width=\"1.5\" stroke-dasharray=\"3 2\"\/>\n          <polyline points=\"13,22 16,26 24,18\" stroke=\"#3a8fd4\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <polyline points=\"35,22 38,26 46,18\" stroke=\"#3a8fd4\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <rect x=\"8\" y=\"40\" width=\"56\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.06\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n          <rect x=\"8\" y=\"52\" width=\"56\" height=\"8\" rx=\"3\" fill=\"#3a8fd4\" opacity=\"0.06\" stroke=\"#3a8fd4\" stroke-width=\"1.5\"\/>\n        <\/svg>\n        <div class=\"illus-text\">Under the <strong>Tracking<\/strong> tab, you can watch, track, or mute any category. Get notified about everything in Triathlon, or mute categories you don&#8217;t follow.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- EXPLORE MORE -->\n  <div class=\"section\">\n    <div class=\"section-header\">\n      <div class=\"section-title\" style=\"margin-left:0;\">Explore More<\/div>\n    <\/div>\n    <div class=\"feature-grid\">\n      <div class=\"feature-card\">\n        <h4>Slowtwitch News<\/h4>\n        <p>The latest in triathlon, cycling, running, and endurance sports.<\/p>\n        <a href=\"https:\/\/slowtwitch.com\/news\/\">Browse Articles \u2192<\/a>\n      <\/div>\n      <div class=\"feature-card\">\n        <h4>Classifieds<\/h4>\n        <p>Buy and sell bikes, wheels, components, and gear from the community.<\/p>\n        <a href=\"https:\/\/slowtwitch.com\/all-listings\/\">Browse Listings \u2192<\/a>\n      <\/div>\n      <div class=\"feature-card\">\n        <h4>Slowtwitch Shop<\/h4>\n        <p>Official gear, apparel, and products from Slowtwitch and our partners.<\/p>\n        <a href=\"https:\/\/shop.slowtwitch.com\">Visit Shop \u2192<\/a>\n      <\/div>\n      <div class=\"feature-card\">\n        <h4>Podcasts<\/h4>\n        <p>Long-form conversations on racing, training, and the sport we love.<\/p>\n        <a href=\"https:\/\/castopod.slowtwitch.com\/\">Listen Now \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"help-section\">\n    <h3>Need Help?<\/h3>\n    <p>If you run into any issues, reach out at <a href=\"mailto:support@slowtwitch.com\">support@slowtwitch.com<\/a> or post in the forum. We&#8217;re glad to have you here.<\/p>\n  <\/div>\n\n<\/div>\n\n<div class=\"page-footer\">\n  &copy; Slowtwitch. All rights reserved.\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to Slowtwitch Getting Started Welcome to Slowtwitch Your hub for triathlon, gravel, running, and endurance sports. Here&#8217;s everything you need to know to get the most out of the&#8230;<\/p>\n","protected":false},"author":263,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-no-title.php","meta":{"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","footnotes":""},"class_list":["post-69918","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/69918","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/users\/263"}],"replies":[{"embeddable":true,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/comments?post=69918"}],"version-history":[{"count":15,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/69918\/revisions"}],"predecessor-version":[{"id":79287,"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/pages\/69918\/revisions\/79287"}],"wp:attachment":[{"href":"https:\/\/www.slowtwitch.com\/wp-json\/wp\/v2\/media?parent=69918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}