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

# Quickstart

export const Banner = () => {
  return <div className="flex not-prose bg-primary-dark" style={{
    borderRadius: '0.5rem'
  }}>
      <div className="flex-1" style={{
    padding: '2rem 2rem'
  }}>
        <h1 className="text-3xl text-white font-bold">Explore</h1>
        <h2 className="mt-1 text-white">Need help navigating or just do not know what you would like to study? Click here!</h2>
        <button className="mt-5 flex items-center space-x-1 font-medium px-4 py-1 bg-white rounded-xl group-hover:opacity-[0.9]" style={{
    color: '#09090B'
  }}>
          <span>Quickstart</span> 
          <svg xmlns="http://www.w3.org/2000/svg" width={20} height={20} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" className="w-3 h-3">
            <path d="m9 18 6-6-6-6" />
          </svg>
        </button>
      </div>
      <div className="hidden sm:flex flex-1">
        <img src="https://chemlord.github.io/reactionrepo/docs/oxidation-reactions/potassium-permanganate-oxidation/potassium-permanganate-oxidation-tutorial/testing.png" />
      </div>
    </div>;
};

export const HeroCard = ({imgLight, imgDark, title, description, href}) => {
  return <a className="border-b pb-8 cursor-pointer border-gray-500 dark:border-gray-800 hover:!border-primary dark:hover:!border-primary-light flex flex-col items-center text-center" href={href}>
      <img src={imgLight} className="w-full dark:hidden" alt={title} />
      <img src={imgDark} className="w-full hidden dark:block" alt={title} />
      <h1 className="mt-4 font-semibold text-gray-900 dark:text-white">{title}</h1>
      <h2 className="mt-1 text-gray-600 dark:text-gray-400 text-sm leading-6">{description}</h2>
    </a>;
};

export const StartButton = ({children = 'Quickstart'}) => {
  return <a className="group" href="/quickstart">
      <button className="flex items-center space-x-1 font-medium px-4 py-1 bg-primary-dark rounded-xl group-hover:opacity-[0.9] text-white group-hover:opacity-[0.9]">
        <span>{children}</span>
        <svg xmlns="http://www.w3.org/2000/svg" width={20} height={20} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" className="w-3 h-3">
          <path d="m9 18 6-6-6-6" />
        </svg>
      </button>
    </a>;
};

<CardGroup>
  <HeroCard imgLight="https://chemlord.github.io/reactionrepo/docs/oxidation-reactions/potassium-permanganate-oxidation/potassium-permanganate-oxidation-tutorial/cardl.png" imgDark="https://chemlord.github.io/reactionrepo/docs/oxidation-reactions/potassium-permanganate-oxidation/potassium-permanganate-oxidation-tutorial/cardd.png" title="Tutorials" description="Everything you need to know about performing the mechanisms for each reaction, from start to finish" href="/your-link" />

  <HeroCard imgLight="https://chemlord.github.io/reactionrepo/docs/oxidation-reactions/dess-martin-oxidation/DMPOverviewLightFix.png" imgDark="https://chemlord.github.io/reactionrepo/docs/oxidation-reactions/dess-martin-oxidation/DMPOverviewDarkFix.png" title="Overviews" description="Explore a variety of Reactions including History, Reagent Preparation, Fun Facts and more..." href="/your-link" />
</CardGroup>

## Content Comparison

<Tabs>
  <Tab title="Tutorials">
    <Tip>Tutorials focus on sections with the intent to teach mechanisms and go over practice problems.</Tip>

    <Frame>
      <img src="https://mintcdn.com/reactionrepo/GEGTOBBuHI9btv-t/images/image.png?fit=max&auto=format&n=GEGTOBBuHI9btv-t&q=85&s=93c3d2a209002e40ba56ae59234682ae" className="block dark:hidden" alt="Light mode image" width="1898" height="870" data-path="images/image.png" />

      <img src="https://mintcdn.com/reactionrepo/GEGTOBBuHI9btv-t/images/img.png?fit=max&auto=format&n=GEGTOBBuHI9btv-t&q=85&s=8aefa6b14bdce6bb617f725e9d36a57d" className="hidden dark:block" alt="Dark mode image" width="1280" height="590" data-path="images/img.png" />
    </Frame>

    Tutorials are designed to provide step-by-step guides to performing reaction mechanisms, making them ideal for students who need a detailed understanding of how to execute and apply specific reactions. They focus on detailed mechanisms and procedural insights, helping learners grasp the intricacies of reaction intermediates, transition states, and stereochemistry (if applicable).
  </Tab>

  <Tab title="Overviews">
    <Tip>Overviews focus on sections with the intent to reaction variations, history and additional facts.</Tip>

    <Frame>
      <img src="https://mintcdn.com/reactionrepo/L3qNoAEFI-GgFIto/images/overviewl.png?fit=max&auto=format&n=L3qNoAEFI-GgFIto&q=85&s=0748e741a6c88333ef69058469aa30f4" className="block dark:hidden" alt="Light mode image" width="1892" height="874" data-path="images/overviewl.png" />

      <img src="https://mintcdn.com/reactionrepo/L3qNoAEFI-GgFIto/images/overviewd.png?fit=max&auto=format&n=L3qNoAEFI-GgFIto&q=85&s=5c4c277d294e22b3b813f0de59513ab8" className="hidden dark:block" alt="Dark mode image" width="1891" height="875" data-path="images/overviewd.png" />
    </Frame>

    Overviews, on the other hand, offer a broader exploration of reactions, delving into their history, reagents, and interesting facts. They emphasize contextual knowledge, reagent preparation, and fun insights, making them perfect for curious learners who want to go beyond the mechanics of reactions and engage with extra details. Topics in overviews often include historical significance, sourcing of reagents, unusual applications, and fascinating trivia.
  </Tab>
</Tabs>

## More Information

<CardGroup cols={3}>
  <Card title="More Resources" icon="book-open">
    Can't find a reaction or need additional help? We've compiled some more resources to assist you.
  </Card>

  <Card title="Chemistry Blog" icon="blog">
    Want to see some applications of some reactions or personal findings in the chemistry community? Check me out!
  </Card>

  <Card title="Have Suggestions?" icon="comment">
    Want a reaction entry to be added or notice any errors? Let us know to have suggestions implemented!
  </Card>
</CardGroup>
