> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/enhance-the-chat-experience/pages/input-container.md).

# Input Container

## Overview

The input container is where users type inputs or questions into your chat. The input placeholder text presented to the user typically reads "Ask a question", but is fully customizable and can be unique for different chat pages. End users can hit "enter" to submit their message or click the "up" arrow to the right of the input container.

<figure><img src="/files/JnMJVouTANxSB2OvPeqd" alt="" width="563"><figcaption><p>Example of the Input Container</p></figcaption></figure>

## Customize the Text

To adjust your input placeholder text, submit a ticket to our support team. Be sure to include the exact text you'd like to use and indicate which page(s) you'd like it applied.

## Hide the Input Container

If you'd like to hide the input container, submit a ticket to our support team. Please indicate which page(s) you'd like it applied.

<figure><img src="/files/JRfqh314z9CRSJ4tdYuk" alt="" width="375"><figcaption><p>Example of a Chat With a Hidden Input Container</p></figcaption></figure>

{% hint style="info" %}
**Why Would I Hide the Input Container?**

In a majority of cases, you would not want to hide it. However, in certain scenarios where you want to control which responses are triggered and not allow users to ask open-ended questions, it may make sense:

* Limited Topic Conversation Flows
* Escalation-Only Chat Page
* Pre-Launch Starter Bot
  {% endhint %}

## FAQs

<details>

<summary>Can end users send attachments like pictures or videos?</summary>

End users are unable to send files such as PDFs, pictures, or videos.

</details>

<details>

<summary>Can you provide me other examples of input placeholder text?</summary>

Examples include:

* "How Can We Help?"
* "Get Started"
* "Chat with a Rep"

</details>

<details>

<summary>Are the colors of the input container and arrow icon customizable?</summary>

Yes! Reach out to our support team for assistance.

</details>


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/enhance-the-chat-experience/pages/input-container.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.
