> For the complete documentation index, see [llms.txt](https://xoxoday.gitbook.io/plum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoxoday.gitbook.io/plum/user-guide/admins/xoxo-points/about.md).

# Getting Started

## **What are Xoxo Points?**

Xoxo points can be used by HR heads or CXO’s of a company to distribute rewards and incentivize their employees, stakeholders, or channel partners. Distributed points can be used by the recipients on the Plum Stores Platform.

## **Instruction:**

* Xoxo Points is the main unit of reward. It is at the core of all transactions. All Catalog Prices & Rewarding will be done based on these Points.
* The conversion value of points is equivalent to the base currency selected during sign-up. So if USD is selected as the base currency, 1 Point = 1 USD, and if EUR is selected as the base currency, 1 EUR = 1 Point.
* Xoxo Points are instantly Transferred to a User account. The email Id of the recipient is the unique identifier.
* The points have an expiry of 1 year from the date of issue.
* Points are accumulated in the user account and they can redeem them in single or multiple transactions, irrespective of how the reward is received. The System takes care to consume the oldest points first to make sure points are used up optimally.
* Xoxo points can be created by Super Admin and Admins under the threshold set for each Admin.
* Xoxo points can be used by the employees, stakeholders, channel partners, etc. who have received Xoxo points as a reward.

##

<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://xoxoday.gitbook.io/plum/user-guide/admins/xoxo-points/about.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.
