> For the complete documentation index, see [llms.txt](https://docs.totalmateria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.totalmateria.com/smartcomp/standard-mode.md).

# Standard Mode

Designed to “think” like an expert, **SmartComp** carries out what would be extremely time consuming manual research work in a matter of seconds. Using a patented algorithm, SmartComp ensures that problematic trap elements, impurities and oligo-elements do not bog the identification process down and focuses the search on the most important elements to the user.

## Example

<figure><img src="/files/PJL18lgKKnHOHxhxV0Y1" alt=""><figcaption><p>Composition obtained from spectrometer</p></figcaption></figure>

Based on the composition obtained from a spectrometer, enter the composition in SmartComp screen.

<figure><img src="/files/7DFlLIb3OOX8UXmPBXUp" alt=""><figcaption><p>Enter composition</p></figcaption></figure>

After the composition has been entered, click on the Search button to find materials that match that composition.

<figure><img src="/files/EeaVLJDGVeoxhtkvBLZF" alt=""><figcaption><p>SmartComp results</p></figcaption></figure>

The results list shows matched materials, together with their similarity to the entered composition. Similarity goes from 0 to 1, so materials with similarity closest to 1 are a better match.

Some of the elements could be completely ignored from the search (if they have very low value), so they will be considered as impurities by SmartComp.

## Additional Options

Additionally, the result list can be filtered by standard (such as DIN / Germany, AISI / USA, JIS / Japan etc.) and/or similarity threshold (to show materials that meet or exceed a certain level of similarity).

After quickly reviewing materials by click on them, additional options in the result list can be used, like forwarding materials to Advanced Search or adding them to the Material List Builder.


---

# 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.totalmateria.com/smartcomp/standard-mode.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.
