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

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

  <Card title="Get Investment" icon="money-bill-trend-up" href="/api-reference/investments/investment">
    Endpoint that fetches the specific investment
  </Card>

  <Card title="Update an Investment Account" icon="hand-holding-dollar" href="/api-reference/investments/update-investment">
    Endpoint that updates an investment
  </Card>

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