Using IActionable is very straightforward.
- Get an account with IActionable.
- Create your reward system. This includes creating the achievements you want to give out, how they are earned, how users earn points, etc. You can come back and add more stuff at any time.
- Use the IActionable API to tell us what your users are doing.
- We process all incoming events, determining if a user has earned an achievement or points, tracking their progress, etc.
- Using the IActionable API, you display your user’s points and achievements as they earn them.
Steps 3-5 are the ones that are running constantly. When your users do something that is part of your reward system, you let us know, we process it, and you can display the results.



