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

# Knowledge Base

export const HomeWrapper = ({children}) => {
  return <div className="max-w-[1440px] mx-auto w-full">{children}</div>;
};

export const Banner = ({title, subtitle}) => {
  return <div className="bg-black text-white text-center px-8 py-12 mb-8">
      <h1 className="text-4xl font-bold mb-3">{title}</h1>
      <p className="text-lg m-0">{subtitle}</p>
    </div>;
};

<Banner
  title="
Knowledge Base"
  subtitle="Search for answers, how-tos, and examples on a variety of topics."
/>

<HomeWrapper>
  <CardGroup className="homecards_container" cols={2}>
    <Card title="Fluids" href="/help-articles/knowledge-base/fluids/how-to-run-a-conjugate-heat-transfer-cht-analysis" cta="See All">
      nTop Fluids is a computational fluid dynamics (CFD) toolset
    </Card>

    <Card title="Lattices" href="/help-articles/knowledge-base/lattices/how-to-build-a-custom-lattice-unit-cell" cta="See All">
      Find answers and how-to's regarding periodic structures.
    </Card>

    <Card title="Meshing Workflows" href="/help-articles/knowledge-base/meshing-workflows/what-are-surface-meshing-best-practices" cta="See All">
      Get solutions and best practices for creating surface and volume meshes.
    </Card>

    <Card title="Structures" href="/help-articles/knowledge-base/structures/how-to-import-and-use-superelements" cta="See All">
      Explore knowledge regarding FE analysis.
    </Card>

    <Card title="Implicit Modeling" href="/help-articles/knowledge-base/implicit-modeling/how-to-variable-loft" cta="See All">
      Get answers and how-to's regarding core modeling capability.
    </Card>

    <Card title="Rib Design" href="/help-articles/knowledge-base/rib-design/guide-to-rib-design" cta="See All" />

    <Card title="Optimization" href="/help-articles/knowledge-base/optimization/how-to-set-up-a-parameter-optimization" cta="See All">
      Explore specific knowledge concerning optimization.
    </Card>

    <Card title="Textures" href="/help-articles/knowledge-base/textures/how-to-create-equidistant-planes-on-a-curve" cta="See All">
      Find answers and how-to's about textures.
    </Card>

    <Card title="User Interface" href="/help-articles/knowledge-base/user-interface/adding-markdown-and-images-to-ntop-notebooks" cta="See All">
      Find answers regarding Notebooks and the user interface.
    </Card>

    <Card title="nTop Connect" href="/help-articles/knowledge-base/ntop-connect/how-to-create-and-enable-a-connector-for-ntop" cta="See All" />

    <Card title="Interop" href="/help-articles/knowledge-base/interop/advanced-aircraft-design-with-suave-integration" cta="See All">
      Find answers regarding the interoperability of CAD, CAE, and CAM data.
    </Card>

    <Card title="nTop Automate" href="/help-articles/knowledge-base/ntop-automate/how-to-track-progress-and-log-output-in-ntop-automate" cta="See All">
      Find specific content regarding nTop's command-line interface.
    </Card>

    <Card title="Additive Manufacturing Preparation" href="/help-articles/knowledge-base/additive-manufacturing-preparation/how-to-visualize-overhang-and-draft-angles" cta="See All">
      Learn how to slice your parts and get them prepared for additive manufacturing
    </Card>

    <Card title="FDM Fixture Generator" href="/help-articles/knowledge-base/fdm-fixture-generator/fdm-fixture-generator-video-walkthrough" cta="See All">
      Create and automate custom jigs and fixtures, with workflows specifically developed for FDM 3D printing in collaboration with Stratasys.
    </Card>
  </CardGroup>
</HomeWrapper>
