# Application in Franklin AI

Franklin AI employs MPT to:

* **Generate Optimized Portfolios:**
  * It calculates expected returns, risks, and correlations using historical and real-time data.
  * Constructs portfolios along the efficient frontier to balance risk and return.
* **Diversify Assets:**
  * Reduces risk by analyzing correlations among meme coins, blue chips, and other assets.
* **Improve User Decision-Making:**
  * Provides visualizations like efficient frontier plots, helping users understand risk-return trade-offs.


---

# 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.frnx.ai/explainer-modern-portfolio-theory-mpt/application-in-franklin-ai.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.
