# RundownTierProgressionData

A nested type used to set the sector completion requirements to unlock a tier in a [rundown](/wiki/reference/datablocks/main/rundown.md).

## Fields

### MainSectors - Int32

The amount of completed main sectors required to reach this tier.

### SecondarySectors - Int32

The amount of completed secondary sectors required to reach this tier.

### ThirdSectors - Int32

The amount of completed third sectors required to reach this tier.

### AllClearedSectors - Int32

The amount of "all clear" sectors required to reach this tier.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gtfo-modding.gitbook.io/wiki/reference/nested-types/rundowntierprogressiondata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
