> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Commenting & Prioritizing Traces

> Comment on any execution trace and set priorities so your team can flag and discuss the calls that matter during debugging.

Collaboration can be complex and time-consuming when you go through various contracts and Execution Traces ([**Function Trace and Call Trace**](/debugger/execution-overview)). That is why you can comment on any trace, as well as set priorities.

Click the speech-bubble icon next to a trace node in the execution tree to open its comment panel on the right side of the Debugger. The panel header shows the number of comments on that trace (for example, "0 comments on `exactInputSingle`"), and you can post a reply from the box at the bottom of the panel.

<img src="https://mintcdn.com/tenderly/Aq90dolhrsdO4Ket/images/Screenshot%202022-01-17%20at%2015.14.56.webp?fit=max&auto=format&n=Aq90dolhrsdO4Ket&q=85&s=1b39eef134892fee95da775252ea8427" alt="" width="1600" height="1000" data-path="images/Screenshot 2022-01-17 at 15.14.56.webp" />

When you select a trace, you can clearly prioritize it. In the top right of the trace window you can see the option ***Set priority*** right next to [*View in Debugger*](/debugger/overview) button - clicking on it opens a dropdown from which you can select the priority you want for that particular trace and it will stay marked for all users that have access to the project until manually changed. Selecting *None* for the priority of a trace removes the markings.

Lastly, clicking on the three dots next to *Set priority* opens up a dropdown where you can [view the contract source](/simulator-ui/editing-contract-source).

<img src="https://mintcdn.com/tenderly/Aq90dolhrsdO4Ket/images/Screenshot%202022-01-17%20at%2015.16.29.webp?fit=max&auto=format&n=Aq90dolhrsdO4Ket&q=85&s=64568c66d412576178c4e7af3c21207e" alt="" width="1600" height="1000" data-path="images/Screenshot 2022-01-17 at 15.16.29.webp" />

All the comment and priority features persist through both Transaction Overview and Debugger views in your dashboard.

<img src="https://mintcdn.com/tenderly/Aq90dolhrsdO4Ket/images/Screenshot%202022-01-17%20at%2015.21.04.webp?fit=max&auto=format&n=Aq90dolhrsdO4Ket&q=85&s=b0bf8ba2eb08080a69841227f7c77ad9" alt="" width="1400" height="860" data-path="images/Screenshot 2022-01-17 at 15.21.04.webp" />

You can delete your own comments from the comment panel.

<img src="https://mintcdn.com/tenderly/Aq90dolhrsdO4Ket/images/Screenshot%202022-01-19%20at%2009.08.04.webp?fit=max&auto=format&n=Aq90dolhrsdO4Ket&q=85&s=dc441ca5c6c15e77bf4f1aa29291db89" alt="" width="405" height="190" data-path="images/Screenshot 2022-01-19 at 09.08.04.webp" />
