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

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

  <Card title="Get Saving" icon="piggy-bank" href="/api-reference/savings/saving">
    Endpoint that fetches the specific saving
  </Card>

  <Card title="Update a Saving" icon="coins" href="/api-reference/savings/update-saving">
    Endpoint that updates a saving
  </Card>

  <Card title="Delete a Saving" icon="sack-xmark" href="/api-reference/savings/delete-saving">
    Endpoint that deletes a saving
  </Card>
</CardGroup>
