> For the complete documentation index, see [llms.txt](https://docs.moescape.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moescape.ai/tavern-chatbot-guide/system-prompt.md).

# System Prompt

Choose from one of the pre-designed system prompts to guide the model's responses, whether for roleplay, education, or emotional support…

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcFsWPmAt4g_9Yo8cIJ-WevttEpLzfRze6Km_g0CUWNeBuHXQ3eZCbSiSBb72mgz1YSTSHD77V61_wF2zVs8fuB4MtSERX0GszDMuaVOaPBTpKNz20F24A9oUAPztpM6hMBLz6wocEzQFNBq-qol7s-sMQL?key=MnFKq-nRdc-nnmPeanRXjA" alt=""><figcaption></figcaption></figure>

## Examples

See the “Default ”system prompt’s response to the question

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeNGB04EqnI1Q7pDuKc_aENBxzDp92Yr3qZJSKr8agZ9vqjKPfMF2mKdk3ktzzvBJpeZ8KUAnc-hqy0OtlOq8Yg4ZTM-5CzO1fUQRlIH8FkXV1PhJFndghBx_4xfQ87SrSHxqiwGwhjvo53nZfqopYXfnc_?key=MnFKq-nRdc-nnmPeanRXjA" alt=""><figcaption></figcaption></figure>

See the “Knowledge Sharing ”system prompt’s response to the same question<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdn2CenxEEdzkWBuF7FtPZgn2jRcX_YKxepIcX13Jjx8nUjAi6ULPdNs8iPWZCgxtE-rO8O4Ol5TKkJ4DYAri8WcjXlxDJ2x0kiTNkhpIjgZuVhauBZvzawc7e8TC0E_Z4jd2FQxT5_EyLhjUzUuGMGvd73?key=MnFKq-nRdc-nnmPeanRXjA" alt=""><figcaption></figcaption></figure>

Comparison: the response from “Default” is generic, whereas the response&#x20;

“Knowledge Sharing” is explaining the topic and facts, which was requested in the system prompt of Knowledge Sharing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.moescape.ai/tavern-chatbot-guide/system-prompt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
