# Instructions

- [Navigating the site](https://docs.microreact.org/instructions/navigating-the-site.md): When you are not within a project view
- [Managing Projects](https://docs.microreact.org/instructions/navigating-the-site/managing-microreact-projects.md)
- [Navigating within a project](https://docs.microreact.org/instructions/interacting-with-microreact-projects.md)
- [History sidebar](https://docs.microreact.org/instructions/interacting-with-microreact-projects/project-history.md)
- [Selection sidebar](https://docs.microreact.org/instructions/interacting-with-microreact-projects/selection.md)
- [Views Sidebar](https://docs.microreact.org/instructions/interacting-with-microreact-projects/saved-views.md)
- [Creating a Project](https://docs.microreact.org/instructions/creating-a-microreact-project.md): There are multiple ways to create a project.
- [Supported File Formats](https://docs.microreact.org/instructions/creating-a-microreact-project/supported-file-formats.md)
- [Metadata Data](https://docs.microreact.org/instructions/creating-a-microreact-project/metadata-column-types.md): This is the only file required for a Microreact project.
- [Tree Data](https://docs.microreact.org/instructions/creating-a-microreact-project/tree-panel-configuration.md)
- [Map Data](https://docs.microreact.org/instructions/creating-a-microreact-project/map-panel.md): ​Maps are created using MapBox.
- [Timeline Data](https://docs.microreact.org/instructions/creating-a-microreact-project/timeline-panel.md)
- [Network Data](https://docs.microreact.org/instructions/creating-a-microreact-project/network-panel-configuration.md)
- [Matrix Data](https://docs.microreact.org/instructions/creating-a-microreact-project/matrix-data.md)
- [Adding and Editing Panels](https://docs.microreact.org/instructions/adding-and-editing-panels.md): A Microreact project comprises any number of customisable panels that interact with each other.
- [Data Table](https://docs.microreact.org/instructions/adding-and-editing-panels/data-table-panel.md)
- [Map](https://docs.microreact.org/instructions/adding-and-editing-panels/map-panel.md)
- [Timeline](https://docs.microreact.org/instructions/adding-and-editing-panels/timeline-panel.md): Timelines show aggregated data as a histogram.
- [Tree](https://docs.microreact.org/instructions/adding-and-editing-panels/tree-panel.md)
- [Network](https://docs.microreact.org/instructions/adding-and-editing-panels/network.md)
- [Data-slicer](https://docs.microreact.org/instructions/adding-and-editing-panels/data-slicer-panel.md)
- [Chart overview](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel.md): Charts let you visualise the data from your Data Panel. Many types of charts are available.
- [Area Chart](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/area-chart.md)
- [Line Chart](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/line-chart.md)
- [Bar Chart](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/bar-chart.md)
- [Circle, Tick, Point Charts](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/circle-tick-point-charts.md)
- [Custom charts](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/custom-charts.md)
- [Pie Chart](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/pie-chart.md)
- [Multi-variable Chart](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/multi-variable-chart.md)
- [Heatmap](https://docs.microreact.org/instructions/adding-and-editing-panels/charts-panel/heatmap.md)
- [Note Panel](https://docs.microreact.org/instructions/adding-and-editing-panels/note-panel.md)
- [Matrix](https://docs.microreact.org/instructions/adding-and-editing-panels/matrix.md)
- [Selecting and Filtering Data](https://docs.microreact.org/instructions/selecting-and-filtering-data.md): Microreact offers two methods to interact with data entries in a project: selecting and filtering. This page describes how to use these two methods.
- [Labels, Colours, and Shapes](https://docs.microreact.org/instructions/labels-colours-and-shapes.md): The labels, colours and shapes panel allows configuration of your visualisations.
- [Saving and version control](https://docs.microreact.org/instructions/saving-and-sharing-projects.md)
- [Access Control and Project Sharing](https://docs.microreact.org/instructions/access-control-and-project-sharing.md): Privacy and permissions for Microreact projects
- [Download Project Files](https://docs.microreact.org/instructions/access-control-and-project-sharing/download-project-files.md)
- [URL control options](https://docs.microreact.org/instructions/access-control-and-project-sharing/sharing-a-microreact-project.md): Linking to a Microreact Project can include specific options to control the project view
- [Tips & FAQ](https://docs.microreact.org/instructions/tips-and-faq.md)
- [How to Link Microreact projects to Google Sheets](https://docs.microreact.org/instructions/tips-and-faq/link-microreact-projects-to-google-sheets.md)


---

# 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.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.
