> For the complete documentation index, see [llms.txt](https://orimon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orimon.gitbook.io/docs/product-guides/setting-up-bot-appearance/custom-query-placeholder.md).

# Custom Query Placeholder

Query placeholder is the the text displayed in an empty input/query box of your chatbot.&#x20;

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

There is a default value set for this in every language you can configure your bot in.

* Log in to the [Dashboard](https://orimon.ai/login) -> navigate to the overview page of the bot that you want to change.
* Go to Settings -> Bot Appearance -> Bot messaging settings/Text Prompts section and click on it to edit.

At the bottom you will see an option "**Input Placeholder**", click on this to see an input box like the one below.

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

Here you can type in whatever value you want to be displayed for your placeholder, in whichever language you please.

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

Then click on "**Save**" at the top right corner of the screen.

Now on the Test bot page you will be able to see your placeholder value being displayed.&#x20;

<figure><img src="/files/2pTaleAkXieDLkT4e1kM" alt=""><figcaption></figcaption></figure>

That's it! you can now change your placeholder to any value you like.


---

# 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://orimon.gitbook.io/docs/product-guides/setting-up-bot-appearance/custom-query-placeholder.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.
