# Introduction

This is public documentation for the [Materials Project](https://materialsproject.org) (MP). The Materials Project is a decade-long effort from the Department of Energy to pre-compute properties of "materials" and make this data publicly available, with the intent of accelerating the process of materials discovery. In this context, a material can mean either an inorganic crystal (like silicon), or a molecule (like ethylene). Possible applications are vast, but might include better batteries, solar energy, water splitting, optoelectronics, catalysts and more (see [here](https://materialsproject.org/about/publications) for a list of publications).

{% hint style="info" %}
If you notice an error or omission, please let us know at [our user forum located at matsci.org/materials-project](https://matsci.org/materials-project). The Materials Project documentation is a living document and always a work in progress. If you find any errors or opportunities for improvement in these docs, please use the "Edit on Github" button in the right sidebar to suggest changes for us to review. Thank you!
{% endhint %}


---

# 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.materialsproject.org/readme.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.
