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

# Welcome

<div
  style={{
maxWidth: "1500px",
margin: "0 auto",
height: "280px",
display: "flex",
alignItems: "center",
justifyContent: "center",
flexDirection: "column",
textAlign: "center",
padding: "20px" // Add some padding for spacing
}}
>
  <div>
    <span style={{ fontSize: "2.5em", fontWeight: "bold", display: "block", lineHeight: "1.2", marginBottom: "0.5em" }}>
      Welcome to ReinforceUI Studio
    </span>

    <span style={{ fontSize: "1.2em", display: "block", marginTop: "1em", lineHeight: "1.5", marginBottom: "0.5em" }}>
      Everything you need to learn, train and analyze your RL models is right here
    </span>
  </div>
</div>

<div style={{ maxWidth: "1000px", margin: "0 auto", textAlign: "center", marginTop: "50px" }}>
  <span style={{ fontSize: "1.5em", fontWeight: "bold", display: "block" }}>
    Get started with tools and guides
  </span>
</div>

<div class="card-group-container" style={{ maxWidth: "1000px", margin: "20px auto 0", }}>
  <CardGroup cols={3}>
    <Card title="Get Started" icon="play" href={"/user_guides/overview"}>
      Learn how to get started with ReinforceUI Studio
    </Card>

    <Card title="Learn About RL" icon="graduation-cap" href={"/concepts/introduction"}>
      Learn about Reinforcement Learning, concepts and definitions
    </Card>

    <Card title="Add your Algorithm" icon="puzzle-piece" href={"/algorithms/algorithm_criteria"}>
      Learn how to add your algorithm to ReinforceUI Studio
    </Card>
  </CardGroup>
</div>
