search.md

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to page URLs; this page is available as Markdown.

Search

{% embed url="https://www.loom.com/share/d3e446afd08740f0a26ba29b5787743e?sid=8c197b00-bb68-4ea1-a4ab-251a078afbe0" %}

ION Search is a way to navigate with ION. It can be opened from any screen within ION with the button combination CTRL+K on Windows/Linux or ⌘+K on Mac. Alternatively, click on the magnifying glass in the sidebar.

Navigate the search bar using the arrow keys and use Enter to select. You can use use close Search by clicking out of the popup, hitting the same key combination or by using the Escape key. You can also use search to find both main pages, help documents, or specific pages within ION. More on that below.

Command List

After opening the search bar you will be presented with a list of commands. Click See More in the top right hand corner to see the full list of commands. Navigate to any command using the mouse or keyboard.

{% hint style="info" %} The key combinations shown on each command are keyboard shortcuts. They can be executed without having to open the search bar. {% endhint %}

Search

ION Search also supports keyword search of ION objects like Runs, Procedures, Issues, Locations, Purchases, and Parts. The search function is triggered automatically after typing.

Help Docs

Scroll through the Help section of the command bar to see all the manual entries at manual.firstresonance.io.

{% hint style="info" %} You can also directly search the ION manual by typing your query into the command bar. {% endhint %}

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://manual.firstresonance.io/features/search.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.