# Prompt Version

<figure><img src="/files/SJleYXTvauevLVd4i7Ud" alt=""><figcaption></figcaption></figure>

There are a number of available Prompt versions to choose from. These are found under EbbotGPT Configurations in the platform.

**v2: Integrated tool calling:** This setting enables the system to utilize any of the native AI tools available in the configuration.

**v3: Updated tool calling prompt with matching template (recommended):** Similar to v2, this is a tool-calling prompt updated to align with the new persona template. This version resolves contradictions found in v2 and removes redundant instructions that are already covered by the new template.

**Custom prompt**

With this setting you're in full control of the LLMs instructions, use this setting if you for example want the LLM to be able to discuss topics beyond the information in the uploaded knowledge base. The LLM will still receive the following information:

* Your uploaded documents in the selected dataset.
* The current time, provided as a timestamp


---

# 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.ebbot.ai/ebbot-docs/core-capabilities/ebbotgpt/ebbotgpt-configurations/prompt-version.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.
