# AI-Powered Stock Portfolio App

## Case Study

{% embed url="<https://www.buzzy.buzz/post/launching-your-ai-powered-stock-portfolio-app-a-no-code-journey>" %}

This case study demonstrates how to build a no-code **AI-powered stock portfolio app** using Buzzy. While not for real stock decisions, it shows how external AI can enhance functionality.

## **Key Features**

* **AI Wrapper Pattern**: The app uses **OpenAI** for 1, 3, and 5-year stock recommendations based on portfolio data.
* **Fast Creation with Buzzy AI**: **Buzzy AI** quickly generated the stock management app, allowing for rapid development.
* **No-Code Integration**: **Respell** handles AI API calls without coding, enabling easy external system integration.
* **Flexible Integrations**: The method works with any external service, writing results back via Buzzy's REST API.

## **Conclusion**

The AI Stock Portfolio App showcases Buzzy's ability to quickly build and integrate advanced AI features with minimal coding.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buzzy.buzz/working-with-buzzy/buzzy-app-examples/ai-powered-stock-portfolio-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
