> For the complete documentation index, see [llms.txt](https://kb.moomoo.agency/uni-cpo-4-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.moomoo.agency/uni-cpo-4-documentation/uni-cpo-add-ons/send-inquiry.md).

# "Send Inquiry" (free)

This add-on is a free plugin that extends functionality of Uni CPO. It can be found here: <https://github.com/moomoo-agency/uni-cpo-inquiries>

### Installation:

Step 1: download the plugin from our GitHub repo

![](/files/-MP6CU0PAA4fVDwaPCtK)

Step 2: rename folder/archive

![](/files/-MP6C_grKfSAPKnnoBSb)

Step 3: upload the folder with the plugin via FTP client to your WordPress site to the `plugins` folder, then activate. Or upload the archive with the plugin through 'Add new plugin' WP admin interface, then activate it.

### Using the plugin

Upon the plugin activation it adds two new settings on the product edit page.

!["Send inquiry" settings](/files/-MP6DlyufQ12pZXz1nKt)

The first setting enables the feature. The second setting (optional) changes the label of the button that opens a modal window with a form for sending inquiry request.

The modal and the form are look like this:

![](/files/-MP6EO-riaMrb9Tl5K1F)

Upon submit of the form the administrator of the site receives an email with product options chosen and custom message/contacts of the customer who has submitted the form.


---

# 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://kb.moomoo.agency/uni-cpo-4-documentation/uni-cpo-add-ons/send-inquiry.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.
