> For the complete documentation index, see [llms.txt](https://help.iwantchips.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iwantchips.com/brands/user-cases.md).

# User Cases

Here are some examples of Use Cases that are possible to build on the Chips Platform.

&#x20;

**BUYS-> Chips**

Get 100 Chips when you buy product A

Get 100 Chips when you buy any product from Category A, from Brand A.

Get 100 Chips when you buy any product from from Brand A during a holiday season (e.g., Christmas or Black Friday).

Get 10 additional Chips when buying products in bulk (e.g., 5 or more units).

Get 100 Chips when you buy any product from from Brand A, from Store A.

Get 30 Chips for every “Buy One, Get One Free” deal.

Users earn an additional 10% Chips when they buy the same product at least 3 times in a month.

Earn 10 chips for every dollar spent

Earn 2x points from Brand A when shopping on Mondays at Store A.\ <br>

*With Frequency*

With Recurrence

With Multiplier

With Limits

&#x20;

**BUYS-> Product**

Get a free Product A when you buy Product A

Get a free Product A when you buy Product B

Get a free Product A when you buy any product from Brand A

Get a free Product A when you buy any product from Brand A from Store A

Get a free Product A when you buy any product from Brand A from Store A on Mondays

&#x20;

**BUYS-> Discount**

Get a discount when you buy Product A

Get a discount when you buy any product from Brand A

Get a discount when you buy any product from Brand A from Store A

Get a discount when you buy any product from Brand A from Store A on Tuesdays

&#x20;

&#x20;

**BUYS-> Membership**

&#x20;

**HAS EVENT-> Chips**

&#x20;

**HAS EVENT-> Product**

&#x20;

**HAS EVENT-> Discount**

&#x20;

**HAS EVENT-> Membership**

&#x20;

**REFERS-> Chips**

Refer a friend and get 100 chips

&#x20;

**REFERS-> Product**

Refer a friend and get a free product A

&#x20;

**REFERS-> Discount**

Refer 5 friends and get a $50 discount for the next purchase

&#x20;

**REFERS-> Membership**

Refer 100 friends within 3 months and become our Gold member.

\ <br>

&#x20;

**EARNS-> Chips**

&#x20;

**EARNS-> Product**

&#x20;

**EARNS-> Discount**

&#x20;

**EARNS-> Membership**

&#x20;

**SPENDS-> Chips**

Get 20 chips when you spend $50 for Brand A from Store A.

&#x20;

**SPENDS--> Product**

&#x20;

**SPENDS--> Discount**

&#x20;

**SPENDS--> Membership**

&#x20;

**FAVORITES-> Chips**

&#x20;

**FAVORITES-> Product**

&#x20;

**FAVORITES-> Discount**

&#x20;

**FAVORITES-> Membership**

&#x20;

**SCANS-> Chips**

Get 10 chips when you join Brand A rewards

&#x20;

**SCANS-> Product**

&#x20;

**SCANS-> Discount**

&#x20;

**SCANS-> Membership**

<br>


---

# 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://help.iwantchips.com/brands/user-cases.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.
