# Marketing & Offers

{% hint style="info" %}
Implementation is **OPTIONAL**
{% endhint %}

### General flow

* Smarts shows marketing offers inside app after client log in to store.
* Client will tap to add the product to shopping cart
* Client can accept more offers during the shopping process (tab will be available)
* **COMING SOON !** Cross-sale offer can be send along with product data which will be displayed after product has been added to shopping cart.

### Configuration

**Implement required endpoints for offers and marketing.** There is no additional configuration needed at the moment.

### **Implementation**

Implement following endpoints

[**Find offers endpoint**](/integration/custom-integration/marketing-and-offers/find-offers-endpoint.md)


---

# Agent Instructions: 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:

```
GET https://developer.smarts.ee/integration/custom-integration/marketing-and-offers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
