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

# Integrate chat

### How to integrate chat in your app?

Enhance user engagement by seamlessly integrating a chat feature into your app with AppMySite. Follow these steps to set up in-app chat:

{% embed url="<https://scribehow.com/shared/Integrate_chat__p-RRiCvcTrieSrAWPEUSTA>" %}

**Step 1: Access the chat section**

* Navigate to the [**Chat**](https://app.appmysite.com/app/chat) section from your app dashboard.

**Step 2: Choose a chat service provider**

* Select from the available chat service providers.
* If your preferred provider isn’t listed, proceed to the next step.

**Step 3: Embed a custom chat script (if needed)**

* If your chat service provider isn’t available, embed a custom script.
* You can locate this script on your chat software dashboard.
* If you’re unable to find it, contact your chat service provider for assistance.

**Step 4: Customize chat settings**

* Go to Chat Settings to personalize the chat experience.
* Use the available toggles to control chat visibility and customize the user interface:
  * Show floating chat icon: Turn this toggle on to display your chat icon as a floating element.
  * Show Chat link in Settings: Enable this toggle to display the Chat link on the Settings screen.

{% hint style="success" %}
Quickly integrate in-app chat by selecting a chat provider or embedding a custom script. Customize visibility and settings to enhance user interaction effortlessly.
{% endhint %}

By following these steps, you can easily add a chat feature, enabling smooth communication for your app users.


---

# 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.appmysite.com/app/chat/integrate-chat.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.
