# Chat Bot

**Smart Chat** text generation models, often referred to as generative pre-trained transformers or large language models, have been trained to understand natural language, code, and images. These models generate text output in response to their input, which is also known as "prompts." Designing prompts is essentially how you "program" large language models, typically by providing instructions or examples of how to successfully complete a task.

By utilizing **Smart Chat** text generation models, you can build sophisticated and accurate applications for various purposes, including:

* Drafting documents
* Writing computer code
* Answering knowledge-based questions
* Analyzing text
* Providing natural language interfaces for software
* Offering private tutoring in various subjects
* Translating languages
* Simulating characters for games

With their high intelligence and accuracy, these models offer efficient and effective solutions for a wide range of needs in application and service development.


---

# 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.smartsage.ai/feature/chat-bot.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.
