> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.5/configure-cortex-xsoar/playbooks/develop-your-playbook/task-3.-add-tasks/create-a-section-header.md).

# Create a section header

Section headers are used to manage the flow of your playbook and help you organize your tasks efficiently. You create a section header to group a number of related tasks.

Section headers can also be used for time tracking between phases in a playbook. When you start time tracking, apply the Start action for the section header. Because you are using this to time track a particular phase of an investigation, add a stop timer section header when the phase completes. The time tracking data can be used to display in dashboards and report time trends.

1. In a playbook, click **+** to create a task.
2. Select the **Section Header** option.
3. Enter a meaningful name in the **Task Name** field for the section header.
4. Configure the relevant fields.

| Tab         | Fields in the tab                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Details** | <ul><li><strong>Tag the result with</strong>: Add a tag to the task result. You can use the tag to filter entries in the War Room.</li><li><strong>Sub Section</strong>: If selected, this section becomes a subsection of the parent section above it, and it collapses when its parent section collapses.</li><li><strong>Task description (Markdown supported)</strong>: Provide a description of what this task does. In the <strong>Playbooks</strong> page, click <img src="/files/p41wtpKFi1vhZoDZlntW" alt="playbook-info-icon.png"> on the section header to display the description.</li></ul> |
| **Timers**  | <p>For a time tracking header, select the action to take when the timer is triggered (start, stop, or pause).</p><ul><li><strong>Timer.start</strong>: The trigger for starting to send a message or survey to recipients. You can change this trigger or add a trigger for <strong>Timer.stop</strong> or <strong>Timer.pause</strong>. Select the trigger timer field from the drop down.</li><li><strong>Add Trigger</strong>: You can add other trigger timer fields from the drop down.</li></ul>                                                                                                   |

5. Click **Save**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.5/configure-cortex-xsoar/playbooks/develop-your-playbook/task-3.-add-tasks/create-a-section-header.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
