> For the complete documentation index, see [llms.txt](https://docs.materialsproject.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.materialsproject.org/apps/explorer-apps/catalysis-explorer/tutorial.md).

# Tutorial

In this section, we will review how to use the Catalysis Explorer app of the Materials Project. The Catalysis Explorer allows for visualising structures with surface adsorbates and provides adsorption energies for those structures.

#### 1. [Go to Materials Project - Catalysis Explorer](https://next-gen.materialsproject.org/catalysis)

To begin, click the above link to go to the Catalysis Explorer app.

#### 2. Search by composition

One of the ways of searching for a particular surface is through the bulk formula, within the composition tab. For example, you could search for Ti2Pd3.

![](https://images.tango.us/public/screenshot_f9e37bb1-39f0-4495-abd4-1232ab1a79b3.png?crop=focalpoint\&fit=crop\&fp-x=0.1288\&fp-y=0.7378\&fp-z=2.6278\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=2756%3A1592)

#### 3. Search by Adsorbate

Choose a certain adsorbate based on the SMILES or IUPAC formula. For example, if you were interested in finding the adsorption energy for CH2, the adsorbate SMILES would be \*CH2 and the IUPAC formula would be C1 H2.

![](https://images.tango.us/public/screenshot_cd44256f-41f7-44e4-9a81-bae03b83ea9d.png?crop=focalpoint\&fit=crop\&fp-x=0.1916\&fp-y=0.7695\&fp-z=1.8098\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=2756%3A1592)

#### 5. Search by formula

In this tab, you can choose surfaces based on their formula, material ID corresponding to their bulk, miller indices of the surface (individually as h,k,l) and surface shifts.

![](https://images.tango.us/public/screenshot_15223f30-1847-496b-936b-f34f44d95e22.png?crop=focalpoint\&fit=crop\&fp-x=0.1916\&fp-y=1.0088\&fp-z=1.8098\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=2756%3A1592)

#### 6. Real example

Say we were interested in CH2\* on Ti2Pd3. Input the options in points 2 and 3 of this tutorial to find the following search results from the database (note that the exact options might change in the future).

![](https://images.tango.us/public/screenshot_cef7752e-30c9-4c25-9026-4f8b3234b019.png?crop=focalpoint\&fit=crop\&fp-x=0.3888\&fp-y=0.4271\&fp-z=2.7293\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=2756%3A1592)

#### 7. Visualize structure and adsorption energies

![](https://images.tango.us/public/screenshot_cabf646b-4181-4f5b-a707-ca01ef41a3ee.png?crop=focalpoint\&fit=crop\&fp-x=0.7083\&fp-y=0.6853\&fp-z=1.6566\&w=1200\&mark-w=0.2\&mark-pad=0\&mark64=aHR0cHM6Ly9pbWFnZXMudGFuZ28udXMvc3RhdGljL21hZGUtd2l0aC10YW5nby13YXRlcm1hcmsucG5n\&ar=2756%3A1592)


---

# 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.materialsproject.org/apps/explorer-apps/catalysis-explorer/tutorial.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.
