> For the complete documentation index, see [llms.txt](https://mitsui-help.innobasic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mitsui-help.innobasic.com/equipment/search-for-an-equipment.md).

# Search for an Equipment

1. Click on Equipment tab from the left menu.
2. Select the correct department from the top menu. The top menu will display the department(s) that you have access to.

   <div align="left"><figure><img src="/files/pkhXNz77g4vsOCwrgsH2" alt=""><figcaption></figcaption></figure></div>
3. Select the correct plant information from the drop down list and input the tag number that you are searching for. You can input a sub-string of the tag number instead of the full tag number, i.e. you can input 111 to locate a tag number D-111. Hit "Enter" to invoke the search.

   <div align="left"><figure><img src="/files/Xv8lD657Hum4W3dIysib" alt=""><figcaption></figcaption></figure></div>
4. All relevant matches will be displayed in the resultant table.

   <figure><img src="/files/jrbvMZPNPMwaPJUbZRC2" alt=""><figcaption></figcaption></figure>
5. You can change the "Show" value to increase/decrease the number of records to display in the table.
6. To export the records shown in the table, click the "EXPORT" button. You should get a csv format file downloaded to your local machine with the relevant record details.

&#x20;     &#x20;


---

# 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://mitsui-help.innobasic.com/equipment/search-for-an-equipment.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.
