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

# Additional Resources

> Important Tools and Sites for Extra Help

export const ThemeCard = ({title, description, image, href}) => {
  return <div className="flex mt-4 gap-12 group">
      <div className="flex-1">
        <h4 className="mt-0">{title}</h4>
        <div className="prose-sm prose-gray mb-4">{description}</div>
        <a href={href} className="not-prose text-sm font-medium text-gray-500 hover:text-gray-700 dark:hover:text-gray-300">
          See preview
        </a>
      </div>
      <div className="flex-1">
        <a href={href}>
          <img className="mt-0 rounded-xl" src={image} alt={title} style={{
    pointerEvents: 'none'
  }} />
        </a>
      </div>
    </div>;
};

Need more practice or can’t find what you’re looking for? We've compiled some useful sites and tools ranging from Reaction Resources to Research Tools to assist you.

<Tabs>
  <Tab title="Reaction Help">
    <ThemeCard title="MasterOrganicChemistry" description="Used Master Organic Chemistry whenever I needed general information on a topic. It's especially helpful for building baseline knowledge. Unfortunately there are so many microtransactions and memberships involved for additional resources." image="https://mintcdn.com/reactionrepo-bd9a1c17/AqE5enEskAdOSf_C/additional-resources/moc.png?fit=max&auto=format&n=AqE5enEskAdOSf_C&q=85&s=682d367b685d30088d542a2e24bc59a4" href="https://www.masterorganicchemistry.com/" width="1893" height="874" data-path="additional-resources/moc.png" />

    <ThemeCard title="ChemistrySteps" description="Found ChemSteps to be great for 3rd-year reaction oxidation and radical reactions. Unfortunately, alot of material and practice questions are behind a paywall, which is a bit of a downside. Forget about personal tutoring, it's also very expensive." image="https://mintcdn.com/reactionrepo-bd9a1c17/AqE5enEskAdOSf_C/additional-resources/chemstep.png?fit=max&auto=format&n=AqE5enEskAdOSf_C&q=85&s=dae2be422e9d3e608cf0de2e5d881722" href="https://www.chemistrysteps.com/" width="1894" height="872" data-path="additional-resources/chemstep.png" />

    <ThemeCard title="シン反応機構 - Sin Reaction Mechanism" description="Insane find for learning advanced reaction overviews, though it lacks detailed step-by-step explanations and may not be complete. Online version may not always work - the app is in Japanese. Despite these drawbacks, this was a S-tier find and the creator is a really nice guy." image="https://mintcdn.com/reactionrepo-bd9a1c17/AqE5enEskAdOSf_C/additional-resources/chemswi.png?fit=max&auto=format&n=AqE5enEskAdOSf_C&q=85&s=51ea29156629c71b35e3442cbf8aa930" href="https://chemist.swiswiswift.com/" width="1918" height="810" data-path="additional-resources/chemswi.png" />
  </Tab>

  <Tab title="Computation Chemistry Tools">
    <ThemeCard title="PubChem Sketcher" description="I've used PubChem Sketcher in the past because it's free and accessible, even though it's not the highest quality. It can be a bit annoying to use and doesn't support reaction mechanisms, but it's still a handy tool for quickly drawing basic chemical structures without any cost." image="https://mintcdn.com/reactionrepo-bd9a1c17/AqE5enEskAdOSf_C/additional-resources/pubchemsketch.png?fit=max&auto=format&n=AqE5enEskAdOSf_C&q=85&s=81b1325e44b62075a85242dc643de4ad" href="https://pubchem.ncbi.nlm.nih.gov//edit3/index.html" width="1894" height="872" data-path="additional-resources/pubchemsketch.png" />
  </Tab>

  <Tab title="Research Tools">
    <ThemeCard title="Reaxys" description="Probably one of the most important tools you will use. You can search through thousands of patents, substances, and bioactivity. You can also find NMR, IR spectra and Molecular Data. There is also a retrosynthesis tool - pretty good service but it requires a license to use." image="https://mintcdn.com/reactionrepo-bd9a1c17/AqE5enEskAdOSf_C/additional-resources/reaxys.png?fit=max&auto=format&n=AqE5enEskAdOSf_C&q=85&s=07b0b77c68f420323f9be86081534b54" href="https://www.reaxys.com/" width="1900" height="877" data-path="additional-resources/reaxys.png" />
  </Tab>
</Tabs>
