> ## 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/account](https://cashboard-f5x2.onrender.com/account)

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

  <Card title="Get Account" icon="credit-card" href="/api-reference/account/account">
    Endpoint that fetches the specific account
  </Card>

  <Card title="Update an Account" icon="money-bill-transfer" href="/api-reference/account/update-account">
    Endpoint that updates an Account
  </Card>

  <Card title="Delete an Account" icon="sack-xmark" href="/api-reference/account/delete-account">
    Endpoint that deletes an account
  </Card>
</CardGroup>
