|+
|Agents
|Agents are beings that can follow instructions
|-
|Procedures
|Commands and reporters you define yourself are called procedures
|-
|Variables
|Agent variables are places to store values (such as numbers) in an agent
|-
|Tick counter
|In many NetLogo models, time passes in discrete steps, called "ticks"
|-
|Colors
|NetLogo represents colors in different ways
|-
|Ask
|NetLogo uses the ask command to give commands to turtles, patches, and links
|-
|Agentsets
|An agentset is exactly what its name implies, a set of agents
|-
|Breeds
|NetLogo allows you to define different "breeds" of turtles and breeds of links
|-
|Buttons
|Buttons in the interface tab provide an easy way to control the model
|-
|Lists
|Lists allow for the convenient packaging of information in NetLogo
|-
|Random numbers