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

# Home Menu View

The home menu view is the main ussd view and the start point for end users to interact with pipevest system.

<Frame>
  <img className="block dark:hidden" height="400" width="400" src="https://mintcdn.com/pipevest/l6kPGYU9W55pgekc/images/ussd-home.png?fit=max&auto=format&n=l6kPGYU9W55pgekc&q=85&s=10e5dbbc023db7cfc9b30dadf79ec86e" data-path="images/ussd-home.png" />

  <img className="hidden dark:block" height="400" width="400" src="https://mintcdn.com/pipevest/l6kPGYU9W55pgekc/images/ussd-home-dark.png?fit=max&auto=format&n=l6kPGYU9W55pgekc&q=85&s=a9815c22c4c755e12745f82503b34f6c" data-path="images/ussd-home-dark.png" />
</Frame>

### Accessing the Home View

<Tip>This is the menu that is displayed once a customer session is created. From here the customer can choose to view stocks or their portfolio.</Tip>

**Example Response**

```json theme={null}
{
    "message": "USSD session created successfully",
    "data": {
        "sessionId": "ussd_5310deea137a9cd999b02ae68a7bbbec",
        "currentState": "HOME",
        "menu": {
            "state": "HOME",
            "text": "Select an investment option:",
            "options": [
                {
                    "key": "1",
                    "label": "Stocks",
                    "nextState": "STOCKS"
                },
                {
                    "key": "2",
                    "label": "My Portfolio",
                    "nextState": "MY_PORTFOLIO"
                }
            ],
            "isEndState": false
        },
        "ussdText": "Select an investment option:\n\n1. Stocks\n2. My Portfolio",
        "expiresAt": "2025-11-06T14:58:33.942Z"
    }
}
```

### Home View Example

<Card title="USSD Home View" icon="house" href="https://www.figma.com/proto/xkSZwzsNTpYDNQiG0QGRlu/Zamtel-USSD-Flow?node-id=108-267&t=7ty9x1l3kywQhWlB-0&scaling=min-zoom&content-scaling=fixed&page-id=72%3A258&starting-point-node-id=108%3A69&show-proto-sidebar=1" horizontal>
  Check out an example of the ussd home view
</Card>
