> For the complete documentation index, see [llms.txt](https://ardzz.gitbook.io/openwaclient/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ardzz.gitbook.io/openwaclient/master.md).

# OpenWA Client Documentation

### Features

| Features                                           | Available                                                                                                                |
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Set my name                                        | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Set my status (e.g, available, busy, etc)          | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Set profile picture                                | ️<img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line"> |
| Send text                                          | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send text with mention                             | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send YouTube link with preview (thumbnail & title) | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send link with preview meta tags                   | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send image                                         | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send video                                         | <img src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png" alt="x" data-size="line">                 |
| Send file (alternative ways to send a video)       | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send sticker from an image                         | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send sticker from an .webp file                    | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send contact                                       | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |
| Send VCard (only set name and phone number)        | <img src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png" alt="heavy_check_mark" data-size="line">  |

### Set up Server and Configuring

{% content-ref url="/pages/-MQx--O4b2tNL4i2PpA3" %}
[Server Side](/openwaclient/server-side/getting-started.md)
{% endcontent-ref %}

### Getting Started with OpenWAClient

{% content-ref url="/pages/-MQx-2E3lVdUY5TMMwsh" %}
[Client Side](/openwaclient/client-side/overview-client-side.md)
{% endcontent-ref %}

### Donations

**OVO atau GoPay** (085865595604)

Atau traktir saya di <https://trakteer.id/ardhan>

Terimakasih yang sudah berdonasi!


---

# 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://ardzz.gitbook.io/openwaclient/master.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.
