{% extends 'ab_base.html' %} {% block content_block %}

Welcome in API for PROSO AB Testing

This module provides all necessary stuff to perform A/B experiments.

You can modify the behaviour of the module by the following GET parameter
(available on all pages):
  ab_experiment_reset:
    reset all cached values of A/B experiments for the current user
  ab_value_(?P[\w_]+):
    set the value for of A/B experiment called 
    
{% endblock %}