> For the complete documentation index, see [llms.txt](https://stepsize.gitbook.io/stepsize-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stepsize.gitbook.io/stepsize-documentation/issues/how-to-view-inline-annotations.md).

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