> 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/gift-offer/create-from-a-template.md).

# Create from a template

There are 5 templates for you to consider when creating a gift offer from a template:

* Spend X amount to get gift(s)
* Free sample with purchase&#x20;
* BOGO (Buy 1 get 1 the same)
* BXGY (Buy X get Y)
* Spend more get more

<figure><img src="/files/70no3MooJ0oTWBGp3rpF" alt=""><figcaption></figcaption></figure>

Learn how to create a gift offer from a universal template with BOGOS by taking the following steps.&#x20;

Before you begin, make sure you have the BOGOS app installed in your online store.&#x20;

**Step 1**: To start with, let’s navigate to your BOGOS dashboard, choose Create offer, and click Gift offer.

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

**Step 2**: In the Create gift offer section, select a template for your campaign and click Create offer.

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

{% hint style="info" %}
If you can't find your preferred template or want to customize one to match your brand, feel free to contact our support team.
{% endhint %}


---

# 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/gift-offer/create-from-a-template.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.
