# Recommendation Display Flow

**Components of Each Recommendation**

Each recommendation includes:

1. **The Action**: What the AI suggests (buy, sell, hold).
2. **Reasoning**: Why the AI thinks it’s a good idea.
3. **Risk Level**: A reminder of the color-coded risk status.
4. **Supporting Market Data**: Numbers to back up the suggestion.
5. **Potential Portfolio Impact**: How this action might affect you.
6. **Quick Action Buttons**: Easy access to implement if you decide to go with the suggestion.

**UI Tips for Following Recommendations**

Our tips include interpreting recommendations carefully. Remember: **DYOR** — even the smartest AI can’t replace your judgment.


---

# 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://invicto-ai.gitbook.io/docs/basics/integrations.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.
