# Note Panel

The Note panel is a text panel where simple text or Markdown can be written.

<figure><img src="/files/me1iRSuIZqi4tfWbEFUK" alt=""><figcaption></figcaption></figure>

## Use cases

* Provide instructions on how to interpret the visualisations in the project
* Describe the data and filters applied on a saved view
* Tell a story and link to specific saved views
* Link to the Run Page of the data-flo that can be run to refresh the data in the project
* Add links to external references, citations, etc.
* Add the contact information of the project's authors

## Markdown

The web has many resources for learning Markdown syntax.

This Cheat Sheet covers the most common needs: <https://www.markdownguide.org/cheat-sheet/>


---

# 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://docs.microreact.org/instructions/adding-and-editing-panels/note-panel.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.
