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

# Introduction

The endpoint URL is: [https://cashboard-f5x2.onrender.com/user](https://cashboard-f5x2.onrender.com/user)

<CardGroup cols={2}>
  <Card title="Create a User" icon="user-plus" href="/api-reference/user/create-a-new-user">
    Endpoint that creates a new user
  </Card>

  <Card title="Get User Details" icon="user" href="/api-reference/user/user-details">
    Endpoint that fetches the specified user
  </Card>

  <Card title="Update an user" icon="user-pen" href="/api-reference/user/update-user">
    Endpoint that updates a user
  </Card>
</CardGroup>
