> For the complete documentation index, see [llms.txt](https://docs.lodestar.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lodestar.ai/guides/how-to-guides/annotation-explorer.md).

# Annotation Explorer

### How to QA Annotations

In order to view the steps to QA annotations, please refer below link.

{% content-ref url="/pages/K2S5LFNaU24x9SKVK0w7" %}
[Review Annotations](/dataset-management/annotation-explorer/review-annotations.md)
{% endcontent-ref %}

### **How to create Notes**

In order to view the steps to create notes, please refer below link.

{% content-ref url="/pages/GOR1NQ0B1x5E9VEHv3zL" %}
[Creating Notes](/project/project-management/notes/creating-notes.md)
{% endcontent-ref %}

### How to update Notes

In order to view the steps to update notes, please refer below link.

{% content-ref url="/pages/mdfRjIwUVWGmR1n8OH9r" %}
[Updating Notes](/project/project-management/notes/updating-notes.md)
{% endcontent-ref %}

### How to delete Notes

In order to view the steps to delete notes, please refer below link.

{% content-ref url="/pages/6s7928GdiNbjMG2ZHlB4" %}
[Deleting Notes](/project/project-management/notes/deleting-notes.md)
{% endcontent-ref %}

### How to filter Notes

In order to view the steps to filter notes, please refer below link.

{% content-ref url="/pages/EiLralaWJVXPonxV0q2N" %}
[Filtering Notes](/project/project-management/notes/filtering-notes.md)
{% endcontent-ref %}

### How to create Exemplars

In order to view the steps to create exemplars, please refer below link.

{% content-ref url="/pages/6h18h6pm0OY1OAJ6woJu" %}
[Creating Exemplars](/project/project-management/exemplars/creating-exemplars.md)
{% endcontent-ref %}

### How to delete Exemplars

In order to view the steps to delete exemplars, please refer below link.

{% content-ref url="/pages/AIM5nO1hUYX2dzBixdB8" %}
[Deleting Exemplars](/project/project-management/exemplars/deleting-exemplars.md)
{% endcontent-ref %}

### How to filter Exemplars

In order to view the steps to filter exemplars, please refer below link.

{% content-ref url="/pages/mhD9aHfHVgy1AotTnqyb" %}
[Filtering Exemplars](/project/project-management/exemplars/filtering-exemplars.md)
{% endcontent-ref %}

### How to create Flagged Annotations

In order to view the steps to flag the annotations, please refer below link.

{% content-ref url="/pages/Wg3ZUBJnijF1LFey60HV" %}
[Creating Flagged Annotation](/project/project-management/flagged-annotation/creating-flagged-annotation.md)
{% endcontent-ref %}

### How to delete Flagged Annotations

In order to view the steps to delete the flagged annotations, please refer below link.

{% content-ref url="/pages/2uYU1Sw4HHFNh12UtTVS" %}
[Deleting Flagged Annotation](/project/project-management/flagged-annotation/deleting-flagged-annotation.md)
{% endcontent-ref %}

### How to filter Flagged Annotations

In order to view the steps to filter the flagged annotations, please refer below link.

{% content-ref url="/pages/wV7zKjk9nND2tlwei1rE" %}
[Filtering Flagged Annotation](/project/project-management/flagged-annotation/filtering-flagged-annotation.md)
{% endcontent-ref %}

### How to edit the Annotations

In order to view the steps to edit the annotations, please refer below link.

{% content-ref url="/pages/XbxlCTUvsBbjetphC4lq" %}
[Edit the Annotations](/project/project-management/edit-the-annotations.md)
{% endcontent-ref %}

### How to filter Annotations per category

In order to view the steps to filter the annotations per category, please refer below link.

{% content-ref url="/pages/niHY6ViB6hykC7fnGAg7" %}
[Filtering Annotations per Category](/project/project-management/category/filtering-annotations-per-category.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://docs.lodestar.ai/guides/how-to-guides/annotation-explorer.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.
