> For the complete documentation index, see [llms.txt](https://bogos-guideline.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bogos-guideline.gitbook.io/user-guide/detailed-guide/ai-features/use-bogos-with-ai.md).

# Use BOGOS with AI

AI is here to make your work easier. With **BOGOS AI**, our AI-powered assistant, you can quickly learn about BOGOS or set up new promotions without starting from scratch.

Access **BOGOS AI** anytime by clicking its logo on the left side of your dashboard.

<figure><img src="/files/znfJTBWCumZ4pi0YKUsD" alt=""><figcaption></figcaption></figure>

### **What BOGOS AI can do:**

<figure><img src="/files/dpQ7wMsUPUXT5UYRp7AJ" alt=""><figcaption></figcaption></figure>

* **Ask question**: Use BOGOS AI as your personal guide to explore BOGOS features and learn how to apply them.
* **Create**: Use BOGOS AI as a smart agent to automatically set up Gift, Bundle, Discount and Upsell offers in seconds based on specific conditions.

#### 1. Ask question

Whether you're new to BOGOS or need quick answers about specific features, this option is your fastest path to getting unblocked.

At the BOGOS AI home screen, choose **Ask question**.

<figure><img src="/files/MPwD89ynS5LISrcrKv6Q" alt=""><figcaption></figcaption></figure>

**You can ask things like:**

* “How do I enable BOGOS on my store?”
* “What type of offers are available with BOGOS”
* “How can I create BOGO offer”

This AI assistant will bring you clear, summarized answers. If it can’t fully solve your request, it will suggest next steps and connect you with our Support Team.

**Current capabilities:**

* Gives the latest guidelines based on official BOGOS docs and training data.
* Summarizes complex steps into easy-to-follow instructions.
* Suggest you best practices to use BOGOS and increase your AOV effectively.

#### 2. Create <a href="#h.4k3w628ylrcp" id="h.4k3w628ylrcp"></a>

When you go to create a promotion, **BOGOS AI** makes the process fast and simple. You can either choose from a list of commonly used requests or type a plain-text description of your offer.

<figure><img src="/files/XLfaigCWa1PKDVTU3N83" alt=""><figcaption></figcaption></figure>

In the **Create** feature, enter a description of the promotion you want to generate. For each promotion type, it will require specific fields that need to be filled.

**Current capabilities:**

* Transforms your natural-language description into a ready-to-use offer.
* Auto-fills all necessary fields to save you time.
* Allows you to preview and edit before creating the final offer.

{% hint style="warning" %}
Currently, BOGOS AI fully supports automatic setup for Gift, Upsell, and Discount offers. For Bundle offers, it will direct you to the setup offer without the fulfilled conditions or connect you with our Support Team for further assistance. &#x20;

Each feature of BOGOS AI works in a single mode at a time. It means you can either receive guidelines (Ask question) or set up an offer (Create offer), but not both in the same session. If you want to switch, simply end the current session and start a new one with another prompt.&#x20;
{% endhint %}

### Best practices for writing prompts: <a href="#h.pu61kslx6ktp" id="h.pu61kslx6ktp"></a>

* Be specific and clearly state what you want to know or create
* Use short, direct sentences to avoid confusion.
* Exactly provide essential information such as product types, start or end dates, or campaign goals to help BOGOS AI give more accurate results.

### Frequently asked questions <a href="#h.qxo7gp75dle5" id="h.qxo7gp75dle5"></a>

**Is BOGOS AI included in the free plan?**

No. it's only available on Paid plans.

**Can I save my chat history with BOGOS AI after closing the chat box?**

Not yet. Currently, chat history is not saved once you close the chat.

**Will BOGOS AI let me edit an offer before finalizing it?**

Yes. After the AI agent generates your offer, it will take you to the Edit Offer screen, where you can review all conditions and make adjustments before publishing.

**If BOGOS can’t answer, what happens next?**

It will show you a direct button to contact our Support Team for further assistance.&#x20;


---

# 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://bogos-guideline.gitbook.io/user-guide/detailed-guide/ai-features/use-bogos-with-ai.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.
