> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/manufacturing/manufacturing-lab-report/catalyst.md).

# Catalyst

The Catalyst module in the XoroERP is a key component for managing and organizing catalysts used in manufacturing processes. Catalyst are substances that increase the rate of a chemical reaction without being consumed in the process. Catalysts play a critical role in manufacturing by improving efficiency, reducing energy requirements, and ensuring consistent product quality.&#x20;

This module allows users to create catalysts by associating them with predefined Catalyst Property Profiles, which encapsulate the unique attributes of each catalyst. Once created, these catalysts are integral to the generation of Manufacturing Lab Records, ensuring accurate tracking and utilization of catalyst-specific data throughout the manufacturing workflow.

### Key Features of Catalyst module

#### 1. **Seamless Integration with Catalyst Property Profiles**

The module integrates with the **Catalyst Property Profile** module, allowing users to select an existing profile from a dropdown menu. This ensures that catalysts are created with consistent and accurate properties.

#### 2. **Automated Property Population**

When a **Catalyst Property Profile** is selected, the associated properties are automatically populated into the respective fields, minimizing manual data entry and reducing the chances of errors.

#### 3. **Enhanced Workflow Efficiency**

By streamlining the catalyst creation process, the module improves efficiency in manufacturing workflows, particularly in the generation of **Manufacturing Lab Records**, where catalysts are an essential component.

### Creating Catalyst

Creating a catalyst involves entering the name and selecting the property profile to associate with the catalyst. The profile determines the properties of the catalyst.

{% hint style="info" %}
To create a catalyst, go to **Menu > Manufacturing > Manufacturing Lab Records > Catalyst**
{% endhint %}

#### Catalyst Fields

<table><thead><tr><th width="255">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>This field allows you to assign a name to the catalyst. This acts as a unique identifier for the catalyst.</td></tr><tr><td>Catalyst Property Profile</td><td>This dropdown options allows users to select a predefined <strong>Catalyst Property Profile</strong>. This links the catalyst to its associated property profile, ensuring accurate property assignment.</td></tr><tr><td>Catalyst Properties</td><td>This section contains five fields (Property 1 - Property 5) for detailed catalyst specifications. These fields are automatically populated upon selection of a Catalyst Property Profile</td></tr></tbody></table>

After entering the catalyst details, click "Save" to create a catalyst.

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

### Catalyst Options

* **Delete:** Allows you to delete the catalyst.

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


---

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

```
GET https://docs.xorosoft.com/xoroerp-1/manufacturing/manufacturing-lab-report/catalyst.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.
