# Tomato Chat

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FqOlWS5pCfKiDojZsXdgW%2Fscreenshot.png?alt=media&#x26;token=815d1f3d-d3fa-422e-bd0f-c7facb9a270d" alt=""><figcaption></figcaption></figure>

our plugin is built in a fork of [Chatify Laravel Package](https://github.com/munafio/chatify) with a lot of options and integration with agora SDK and UI for audio/video calls.

### Installation

```
composer require tomatophp/tomato-chat
```

after installing your package please run this command

```
php artisan tomato-chat:install
```

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-chat/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Security

Please see [SECURITY](https://github.com/tomatophp/tomato-chat/blob/master/SECURITY.md) for more information about the security.

### Credits

* [Fady Mondy](https://www.github.com/3x1io)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-chat/blob/master/LICENSE.md) for more information.


---

# 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.tomatophp.com/plugins/tomato-chat.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.
