# How to view inline annotations

The Stepsize inline annotation indicates that there is an issue attached to a snippet of code, file or folder.

<figure><img src="https://res.cloudinary.com/drvhrxrne/image/upload/v1669989064/samples/product_guides/Screenshot_2022-12-02_at_13.50.26_gfk7mm.png" alt=""><figcaption><p>Look for the Stepsize issue annotation</p></figcaption></figure>

The inline annotation appears automatically whenever an issue is linked to a code snippet or file. This happens when any collaborator...

1. creates an issue linked to code in their code editor
2. uses `[stepsize]` syntax to create an issue from a `diff` in a PR

{% hint style="success" %}
None of your code goes into the Stepsize cloud. The Stepsize integrations have been designed with privacy in mind. [See our Information Security Guide](https://storage.googleapis.com/stepsize-assets/Stepsize%20Information%20Security.pdf) for more detail.
{% endhint %}

<br>

## **What next?**

Let's learn how to convert TODOs into Stepsize issues with a couple of clicks.

It's time to get rid of the great invisible backlog 💪

{% content-ref url="/pages/lfaqatgrpoWgUqVuDPO5" %}
[Converting TODOs into issues](/stepsize-documentation/issues/converting-todos-into-issues.md)
{% endcontent-ref %}


---

# 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://stepsize.gitbook.io/stepsize-documentation/issues/how-to-view-inline-annotations.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.
