# Large Language Models

In the AI page we provide the possibility to enhance the chatbot with the power of a Large Language Model (LLM) that is trained on vast datasets and is able to generate human-like text.

A LLM-powered chatbots excel at handling complex, open-ended conversations, providing detailed, context-aware responses. These chatbots can go beyond predefined intents or scripts, offering flexibility, creativity, and a deeper understanding of nuanced queries to deliver a more dynamic and engaging user experience.


---

# 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.mylinkconnect.com/artificial-intelligence/large-language-models.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.
