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

# Use BOGOS with AI

BOGOS AI is the in-app assistant that helps you learn how to use BOGOS, find offers, create offers, monitor stores, and BOGOS's offers, all without leaving your dashboard.

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

![](/files/mXV38KnqbUO9pZrVeUa3)

### What BOGOS AI Can Do

![](/files/NwhDbNyAO3Nf3MIcKtDy)

BOGOS AI comes with 4 skills:

* **Ask for a tutorial:** Get step-by-step guidance on how to set up any BOGOS feature.
* **Search offer:** Quickly find any existing offer in your BOGOS app.
* **Create offer:** Set up a Gift, Bundle, Upsell, or Discount offer from a plain-text prompt.
* **Analytics:** Get quick insights and analysis on your store's performance.

### How to Use BOGOS AI

There are 2 ways to interact with BOGOS AI:

#### 1. Normal chat

Type your request in the Ask BOGOS anything box, or pick one of the suggested prompts. BOGOS AI will apply the right skill based on your prompt and return the result in the chat.

Example prompts:

* Ask for a tutorial: "Can you give me the tutorial for Volume Discount offer?"
* Search offer: "Find my Buy 1 Get 1 offer for snowboards."
* Create offer: "Create a Buy 1 Get 1 offer for The Multi-managed Snowboard."
* Analytics: "Show me my top-performing offer this month."

#### 2. Call a specific skill

![](/files/R09z2NdNqISFgiEeYpRa)

Type **/** in the chat box to open the skill menu, then select:

* **/create-offer:** Start building an offer.
* **/analytics:** Look up your store's sales and offer performance.

For Create offer, BOGOS AI will open the offer builder pre-filled with your prompt details. You can review and edit all conditions before publishing.

### Best Practices for Writing Prompts

* Be specific and clearly state what you want to know or create.
* Use short, direct sentences to avoid confusion.
* 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

<details>

<summary><strong>Is BOGOS AI included in the free plan?</strong></summary>

No. BOGOS AI is only available on Paid plans.

</details>

<details>

<summary><strong>Can I save my chat history with BOGOS AI after closing the chat box?</strong></summary>

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

</details>

<details>

<summary><strong>Will BOGOS AI let me edit an offer before finalizing it?</strong></summary>

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

</details>

<details>

<summary><strong>If BOGOS AI can’t answer, what happens next?</strong></summary>

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

</details>

### Need Help?

If you need any assistance, feel free to reach out to our customer support team via live chat within our BOGOS app.


---

# 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://docs.bogos.io/detailed-guide/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.
