# Message Template

**Warning: Modify this only if you understand what you are doing.**

Modify the template used whenever a message is sent to ChatGPT.&#x20;

<figure><img src="https://1359281993-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLIQnOFYHkQtdWxUzzFE%2Fuploads%2FHMmPXPSVDZCdtdUJfPsr%2FScreenshot%202024-03-07%20at%207.17.37%E2%80%AFPM.jpg?alt=media&#x26;token=d8d3b8a2-2c93-4384-9acd-691a09f6e10e" alt=""><figcaption></figcaption></figure>

The message template is displaying how the AI chatbot will process data from the knowledge base and add it to your base system prompt.&#x20;

If you are looking to create an alternative AI agent that can do different things like classify text, write emails, or any other use case you could imagine.&#x20;


---

# 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.stammer.ai/stammer.ai-docs/chat-ai-agents/general-settings/message-template.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.
