/* global React, AylaRouter, PostBreadcrumb, AylaPosts, PostByline, ReadNext, ArticleTools */

window.POST_CONTENT = window.POST_CONTENT || {};

window.POST_CONTENT['why-your-period-tracker-isnt-telling-you-the-full-story'] = function PostPeriodTracker({ setRoute, progress }) {
  return (
    <>
      <div className="shell">
        <div className="article-shell">
          <aside>
            <ArticleTools slug="why-your-period-tracker-isnt-telling-you-the-full-story" progress={progress} />
          </aside>

          <article className="article">
            <PostBreadcrumb slug="why-your-period-tracker-isnt-telling-you-the-full-story" setRoute={setRoute} />

            <h1>
              Why Your Period Tracker Isn't Telling You the <span className="it">Full Story</span>
            </h1>

            <PostByline slug="why-your-period-tracker-isnt-telling-you-the-full-story" />

            <figure className="figure reveal">
              <img src="/assets/why-your-period-tracker-isnt-telling-you-header.jpeg" alt="Hands holding a phone beside a journal and tea, suggesting thoughtful cycle tracking beyond a calendar app" />
            </figure>

            <p className="lede-p">
              What if your period is trying to tell you something about your health?
            </p>

            <p>
              Most of us think of our menstrual cycle as simply the time between periods. But according to
              leading medical organizations, the menstrual cycle is considered a vital sign, an important
              indicator of overall health, similar to blood pressure, heart rate, or body temperature (1, 2).
            </p>

            <p>
              Yet most period tracking apps focus on just two things: predicting your next period and
              estimating your fertile window.
            </p>

            <p>
              What they often miss are the patterns happening throughout the rest of your cycle: changes in
              energy, mood, sleep, cravings, skin, and symptoms that may provide important clues about your
              overall wellbeing.
            </p>

            <p>
              Your cycle isn't just about bleeding. It's a window into your reproductive, metabolic, and
              overall health.
            </p>

            <h2>Your Hormones Affect More Than Your Period</h2>

            <p>
              Throughout the menstrual cycle, hormones such as estrogen and progesterone rise and fall in
              predictable patterns. These hormonal fluctuations influence much more than your reproductive
              system.
            </p>

            <p>Many women notice changes in:</p>

            <ul>
              <li>Energy levels</li>
              <li>Mood and emotional wellbeing</li>
              <li>Sleep quality</li>
              <li>Appetite and cravings</li>
              <li>Digestive symptoms</li>
              <li>Exercise performance</li>
              <li>Skin health</li>
              <li>Headaches and migraines</li>
              <li>Libido</li>
            </ul>

            <p>
              Research examining millions of observations found that menstrual cycles influence women's mood,
              behaviour, and physiological measures in consistent and measurable ways throughout the month (3).
            </p>

            <p>
              Yet many women are never encouraged to track these changes. Instead, they are often left
              wondering why they feel energized and productive one week, exhausted the next, or why symptoms
              such as anxiety, headaches, or cravings seem to appear on a predictable schedule.
            </p>

            <h2>The Patterns You May Be Missing</h2>

            <p>Imagine that every month:</p>

            <ul>
              <li>You develop migraines a few days before your period.</li>
              <li>Your sleep quality worsens during the week before menstruation.</li>
              <li>You consistently feel fatigued around ovulation.</li>
              <li>You experience recurring acne at the same point in your cycle.</li>
              <li>Your workouts feel harder during certain weeks of the month.</li>
            </ul>

            <p>
              If you're only tracking period dates, these patterns can easily go unnoticed. However, when
              symptoms are tracked alongside cycle data, important trends often emerge. Research using
              self-tracked menstrual health data has shown that symptom patterns vary across the cycle and
              that combining symptom tracking with menstrual data can provide a more complete picture of
              health and wellbeing (4).
            </p>

            <p>
              Understanding these patterns can help you anticipate symptoms, make lifestyle adjustments, and
              better understand what is normal for your body.
            </p>

            <h2>Your Cycle Can Offer Important Health Clues</h2>

            <p>
              The menstrual cycle is often referred to as a "vital sign" because changes in menstrual patterns
              can sometimes indicate underlying health concerns (1, 2).
            </p>

            <p>
              For example, irregular cycles, unusually heavy bleeding, severe menstrual pain, or significant
              changes in cycle length may be associated with:
            </p>

            <ul>
              <li>Polycystic ovary syndrome (PCOS)</li>
              <li>Thyroid disorders</li>
              <li>Endometriosis</li>
              <li>Perimenopause</li>
              <li>Metabolic health concerns</li>
              <li>Chronic stress</li>
              <li>Low energy availability</li>
            </ul>

            <p>
              Research has shown that menstrual cycle characteristics can provide valuable insights throughout
              different stages of a woman's reproductive life, reinforcing the importance of paying attention
              to menstrual health as part of overall wellbeing (5).
            </p>

            <p>
              Of course, not every symptom is a sign of a medical condition. But understanding your personal
              baseline makes it easier to recognize when something changes.
            </p>

            <h2>What Should You Be Tracking?</h2>

            <p>
              Your period start date is important, but it is only one piece of the puzzle. Consider tracking:
            </p>

            <div className="article-table-wrap">
              <table className="article-table">
                <thead>
                  <tr>
                    <th>Category</th>
                    <th>What to Track</th>
                    <th>Questions to Ask Yourself</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td>Cycle Characteristics</td>
                    <td>Period dates, cycle length, flow heaviness, spotting</td>
                    <td>Is my cycle changing over time?</td>
                  </tr>
                  <tr>
                    <td>Physical Symptoms</td>
                    <td>Cramps, bloating, headaches, acne</td>
                    <td>Do these symptoms appear at the same time each month?</td>
                  </tr>
                  <tr>
                    <td>Mood &amp; Mental Wellbeing</td>
                    <td>Mood, anxiety, irritability, motivation</td>
                    <td>When do I feel my best? When do I struggle most?</td>
                  </tr>
                  <tr>
                    <td>Energy &amp; Sleep</td>
                    <td>Energy levels, sleep quality, fatigue</td>
                    <td>Are there times of the month when I consistently feel more tired?</td>
                  </tr>
                  <tr>
                    <td>Nutrition &amp; Cravings</td>
                    <td>Appetite, cravings, hydration</td>
                    <td>Do cravings or hunger patterns follow my cycle?</td>
                  </tr>
                  <tr>
                    <td>Exercise &amp; Movement</td>
                    <td>Performance, recovery, motivation</td>
                    <td>When do workouts feel easier or harder?</td>
                  </tr>
                </tbody>
              </table>
            </div>

            <p>
              The goal isn't to monitor every detail obsessively. Instead, it's about building a clearer
              picture of how your body changes throughout the month and becoming more in tune with its natural
              rhythms.
            </p>

            <h2>Better Tracking Leads to Better Conversations</h2>

            <p>
              One of the biggest benefits of tracking symptoms is being able to provide your healthcare
              provider with more accurate information.
            </p>

            <p>Instead of saying:</p>

            <p><i>"I think my periods are irregular."</i></p>

            <p>You can say:</p>

            <p>
              <i>"My cycle length has increased from 28 to 40 days over the past six months, and I've also
              noticed worsening acne and fatigue."</i>
            </p>

            <p>
              This type of information can help healthcare providers identify patterns, investigate symptoms
              more effectively, and make more informed decisions.
            </p>

            <h2>The Future of Women's Health Tracking</h2>

            <p>
              The next generation of women's health tools is moving beyond simple period prediction.
              Researchers increasingly recognize that understanding menstrual health requires looking at
              multiple signals, including symptoms, mood, sleep, lifestyle factors, and cycle
              characteristics, not just the date of your next period (1–5).
            </p>

            <p>
              As women's health research continues to evolve, there is growing recognition that menstrual
              health data can provide meaningful insights into overall wellbeing, helping women better
              understand their bodies and identify changes that may warrant further attention.
            </p>

            <p>
              Because your cycle isn't simply about when your period starts. It's about understanding how your
              body changes throughout the month, and what those changes might be telling you.
            </p>

            <p>
              At Ayla Wellness, we're building tools that help women understand the full story behind their
              cycles, because your health is more than a single date on a calendar.
            </p>

            <div className="article-references">
              <h2>References</h2>
              <ol>
                <li>
                  American Academy of Pediatrics Committee on Adolescence; American College of Obstetricians and Gynecologists Committee on Adolescent Health Care. Menstruation in girls and adolescents: using the menstrual cycle as a vital sign. <em>Pediatrics.</em> 2006;118(5):2245-2250.
                </li>
                <li>
                  American College of Obstetricians and Gynecologists. Menstruation in girls and adolescents: using the menstrual cycle as a vital sign. Committee Opinion No. 651. <em>Obstet Gynecol.</em> 2015;126(6):e143-e146.
                </li>
                <li>
                  Pierson E, Althoff T, Thomas D, Hillard P, Leskovec J. Daily, weekly, seasonal and menstrual cycles in women's mood, behaviour and vital signs. <em>Nat Hum Behav.</em> 2021;5(6):716-725.
                </li>
                <li>
                  Li K, Urteaga I, Wiggins CH, Druet A, Shea A, Vitzthum VJ, et al. Characterizing physiological and symptomatic variation in menstrual cycles using self-tracked mobile-health data. <em>NPJ Digit Med.</em> 2020;3:79.
                </li>
                <li>
                  Cunningham AC, Pal L, Wickham AP, Prentice C, Goddard FGB, Klepchukova A, et al. Chronicling menstrual cycle patterns across the reproductive lifespan with real-world data. <em>Sci Rep.</em> 2024;14:10172.
                </li>
              </ol>
            </div>
          </article>

          <aside>cycle tracking · vital sign · hormones</aside>
        </div>
      </div>

      <ReadNext slug="why-your-period-tracker-isnt-telling-you-the-full-story" setRoute={setRoute} />
    </>
  );
};
