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