> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/bonnita-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/bonnita-documentation/theme-settings/ask-an-expert.md).

# Ask An Expert

**Ask an Expert** enables customers to PRIVATELY connect with EXPERTS (Store owner) to get direct advice or insights on any questions. When customers submit the form, the information will be sent to the email you set up in Setting. You will check your email and reply to customers manually.

![](/files/EyZefmaOUMgM4AYX7m7Q)

![](/files/stCrRLIzgPwfCioIUA3Q)

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Ask An Expert.**

![](/files/Lmdi9Hqxps1K7E0UuJiR)

#### General

| Setting              | Description                                                                                                       |
| -------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Show Ask An Expert?  | Enable to show the Ask an Expert Popup.                                                                           |
| Email Address        | An email address identifies an email box to which messages are delivered                                          |
| Email Subject Line   | Identify the Email Subject Line when viewers send their mail.                                                     |
| Label                | Enter the label of the email.                                                                                     |
| Icon                 | Enter the svg icon for the Ask and Expert popup.                                                                  |
| Banner               | Upload/Choose an image to show up the Ask an Expert Popup.                                                        |
| Send Question Button | Select the button type of the Ask an Expert form to be either button 1, button 2, button 3, button 4 or button 5. |

#### Content&#x20;

| Setting     | Description                                                              |
| ----------- | ------------------------------------------------------------------------ |
| Header      | Enter the header text for the Ask an Expert form.                        |
| Title       | Enter the title text for the Ask an Expert form.                         |
| Description | Fill in the description (subtitle) for the Ask an Expert form.           |
| Text        | Fill in the text for any further instruction for the ask an expert form. |

#### Option 1 - 2

| Setting | Description                                 |
| ------- | ------------------------------------------- |
| Label   | Enter the label for each option's fieldset. |
| Infor 1 | Enter the first option for the fieldset.    |
| Infor 2 | Enter the second option for the fieldset.   |
| Infor 3 | Enter the third option for the fieldset.    |


---

# 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://halosoft.gitbook.io/bonnita-documentation/theme-settings/ask-an-expert.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.
