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

* **General Settings:** Here, you can update your company name and your ICON. You'll have to link to an internet image for now, as ION does not support a direct image upload. You'll also see the number of members your environment has, and you can update your sidebar color as well.
* **DateTime:** Here, you can update the way that dates are reflected in ION
* **Allowed Domains:** Here, you can update who and which domains can access your ION environment. There is also a switch to flip on our end (a double check for extra security), which allows us both to control who is in each environment.&#x20;

{% 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 IO&#x4E;*.* 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 control ](/features/application-settings/role-based-access-control.md)section.&#x20;


---

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