### Query Documentation with GET Request Source: https://docs.nuvolari.ai/ai-engine/insights Perform an HTTP GET request to query documentation dynamically. Use the 'ask' query parameter with a specific, self-contained question in natural language. ```http GET https://docs.nuvolari.ai/ai-engine/insights.md?ask= ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.nuvolari.ai/execution-engine Perform an HTTP GET request to the current page URL with the 'ask' query parameter to dynamically query the documentation. The question should be specific and in natural language. Use this when the answer is not explicitly present, for clarification, or to retrieve related sections. ```HTTP GET https://docs.nuvolari.ai/execution-engine.md?ask= ``` -------------------------------- ### Query Documentation with GET Request Source: https://docs.nuvolari.ai/execution-engine/agents To get additional information not directly on the page, perform an HTTP GET request to the current page URL with the 'ask' query parameter. The question should be specific and in natural language. Use this for clarifications or to retrieve related documentation. ```http GET https://docs.nuvolari.ai/execution-engine/agents.md?ask= ``` -------------------------------- ### Querying Documentation with GET Request Source: https://docs.nuvolari.ai/account/journal To get information not directly on the page, perform an HTTP GET request to the current page URL with the 'ask' query parameter. The question should be specific and self-contained. Use this for clarifications or retrieving related documentation. ```http GET https://docs.nuvolari.ai/account/journal.md?ask= ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.nuvolari.ai/account/portfolio To get information not directly on the page, perform an HTTP GET request to the current page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.nuvolari.ai/account/portfolio.md?ask= ``` -------------------------------- ### Query AI Engine Documentation via HTTP GET Source: https://docs.nuvolari.ai/ai-engine Perform an HTTP GET request to the current page URL with the 'ask' query parameter to dynamically query the documentation. Use this when the answer is not explicitly present, for clarification, or to retrieve related sections. ```http GET https://docs.nuvolari.ai/ai-engine.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.nuvolari.ai/account Perform an HTTP GET request to the current page URL with the 'ask' query parameter to dynamically query the documentation. Use this when the answer is not explicitly present, for clarification, or to retrieve related sections. ```http GET https://docs.nuvolari.ai/account.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.nuvolari.ai/execution-engine/security Perform an HTTP GET request to query documentation dynamically using the `ask` query parameter. This is useful when information is not explicitly present on the page, requires clarification, or needs related documentation sections. ```http GET https://docs.nuvolari.ai/execution-engine/security.md?ask= ``` -------------------------------- ### Query Documentation Dynamically Source: https://docs.nuvolari.ai/execution-engine/shortcuts To get information not directly on the page, make an HTTP GET request to the current page URL with the 'ask' query parameter. The question should be specific and in natural language. ```http GET https://docs.nuvolari.ai/execution-engine/shortcuts.md?ask= ``` -------------------------------- ### Query Documentation via HTTP GET Source: https://docs.nuvolari.ai/links/legal Use this method to dynamically query the documentation when information is not explicitly present on the page. The question should be specific and in natural language. The response will include a direct answer and relevant excerpts. ```http GET https://docs.nuvolari.ai/links/legal.md?ask= ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.