> For the complete documentation index, see [llms.txt](https://docs.usepylon.com/pylon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usepylon.com/pylon-docs/chat-widget.md).

# Chat Widget

- [Overview](https://docs.usepylon.com/pylon-docs/chat-widget/overview.md): Embed chat in your dashboard to allow users to ask for help where they need it
- [Styling](https://docs.usepylon.com/pylon-docs/chat-widget/styling.md): Customize your Chat Widget to look how you want
- [Functionality](https://docs.usepylon.com/pylon-docs/chat-widget/functionality.md): Customize the behavior of your Chat Widget
- [Chat Experience](https://docs.usepylon.com/pylon-docs/chat-widget/chat-experience.md): How the chat experience works for your customers
- [Chat Setup](https://docs.usepylon.com/pylon-docs/chat-widget/chat-setup.md): How to setup Pylon's Chat Widget
- [Identity Verification](https://docs.usepylon.com/pylon-docs/chat-widget/identity-verification.md): Use identity verification to secure your chat from user impersonation
- [JavaScript API](https://docs.usepylon.com/pylon-docs/chat-widget/javascript-api.md): Available API methods to programmatically interface with the chat widget
- [Mobile SDKs](https://docs.usepylon.com/pylon-docs/chat-widget/mobile-sdks.md): Embed Pylon's chat widget in your iOS, Android, or React Native application.


---

# 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.usepylon.com/pylon-docs/chat-widget.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.
