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