# Overview

It is also welcome if you wish to do the pure integration by yourself.  For pure integration, you need to create API endpoints and data objects by yourself.

{% hint style="warning" %}
Smarts recommends [**Spring Boot Starter** ](/integration/spring-boot-starter/overview.md)integration which generates API-s and data objects **automatically**.
{% endhint %}

*There is minimum **3 steps** to get your store up and running.*

### **1.** [**Implement connection node endpoints**](/integration/custom-integration/connection-node.md)

### 2. [Implement product search endpoints](/integration/custom-integration/product-search-1.md)

### 3. [Implement invoice endpoints](/integration/spring-boot-starter/invoicing.md)

### Security

Smarts **ALWAYS** send store accessToken header along with request. Please validate every request before start processing it for security reasons.

### Additional services

Smarts allows also to

* [generate invoice in the merchant side](/integration/custom-integration/merchant-side-invoicing.md)
* [manage purchase check in the merchant side](/integration/custom-integration/merchant-side-purchase-control.md)
* [link and use loyalty cards](/integration/custom-integration/loyalty-cards.md)
* [home delivery](/integration/custom-integration/home-delivery.md)
* [show in-app offers](/integration/custom-integration/marketing-and-offers.md)

Those functionalities needs additional implementations and configuration. All configuration can be done in the Smarts UI.&#x20;


---

# 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/overview.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.
