# Chemical Analysis

## Overview

We are introducing a list of widgets that can do chemical analysis. Here is the list:

| Widget                                                    | Type    | Description                             |
| --------------------------------------------------------- | ------- | --------------------------------------- |
| [Molecular Formula Analysis](#molecular-formula-analysis) | Section | Perform analysis to a molecular formula |

## Molecular Formula Analysis

This widget uses the function from [chemcalc](https://www.npmjs.com/package/chemcalc) to get the element and part information about a molecular formula.

To use the widget, first, click the "**edit**" icon to provide a molecular formula, and then click the **Analysis** button to display the result.


---

# 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.labii.com/widgets/section-widgets/chemistry/chemical-analysis.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.
