ILOG Rules for .NET User Guides > ILOG Rule Team Server for SharePoint > Structure of Business Rules

Business rules let you express your policy statements using predefined business vocabulary that can be interpreted by a computer.

For example, the policy "change customers in the Gold category to the Platinum category when they spend $1,500 or more in a single transaction" can be expressed as a business rule in the following way:

 If
     all of the following conditions are true:
         the customer category is Gold
         the value of the shopping cart is more than $ 1,500
 Then
     change the customer category to Platinum

Although writing and editing rules is intuitive, new users may feel more confident if they familiarize themselves first with the following sections: