> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/integration/live-chat-designer/new-design/on-boarding-form.md).

# On Boarding Form

The boarding form will appear if the customer clicks the live chat icon on your website page. In a boarding form, you can configure ‘login label’, ‘on boarding message’, ‘connect button text’, etc.

![On Boarding Form Design](/files/0cdVwfGPcmtCgEnEuCgv)

**Component Explanation:**

| Name                   | Description                                                         | Example                          |
| ---------------------- | ------------------------------------------------------------------- | -------------------------------- |
| Login Label            | Description that located below header on a chat window.             | ![](/files/nZV1RBAHAxPE3YXP4j1X) |
| On Boarding Message    | Description that located on login form.                             | ![](/files/xInVf8qER79CJEnqvs3M) |
| Connect Button Text    | A text displayed in connect button.                                 | ![](/files/xVHzLzsSIupF5wscA2Ma) |
| Connection Button Text | Text that will appear after clicking the connect button text.       | ![](/files/EFQ7J7d7NggnCTLXm6xh) |
| Name Placeholder       | A placeholder located in text area where we type our name.          | ![](/files/9NbrQp2VYlQ8ohnSzSEr) |
| Email Placeholder      | A placeholder located in text area where we type our email address. | ![](/files/juaq1QNiLnXYNWHCSk0B) |
| Phone Placeholder      | A placeholder located in text area where we type our phone number.  | ![](/files/EV2I02unVmQAZax7jUvk) |


---

# 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:

```
GET https://docs.3dolphins.ai/integration/live-chat-designer/new-design/on-boarding-form.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.
