application settings.md

Settings

User settings

Click the settings cog in the main sidebar of ION. Clicking into the User submenu, you can modify your user settings. This includes your avatar and your name. Setting these will help your team identify you throughout ION.

Organization settings

Organization admins can modify the organization's settings, including the organization's avatar and name. It also lets you set up custom attributes, the issue review process, and more.

{% hint style="info" %} If you want to add another domain to your environment, please reach out via email to support@firstresonance.io. {% endhint %}

All the other organizational settings allow you to add custom attributes for the different entities in ION.

Members and roles

As an organization admin, you can set the roles for the members of your company using ION. Admins can add "engineer" or "technician" roles to users. By default, the "engineer" role allows users to create and modify procedures, while the "technician" role allows the user to execute and complete runs. If you want a user to be able to do both, you can set both "engineer" and "technician" roles, and you can also add your own roles as desired. Admins can also give other users admin permissions. See more in the role based access controlsection.


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