# Special attributes There are some attributes that are treated specially in Simi. One of the special attribute, as you may know now, is `conditional class` (see: [macros](macros.md)). ## ``'s index Similarly, Simi offer the `index` attribute with the required type is: `usize` or `Option`. ```rust application! { select (index=self.usize_index) { //