# Organization Settings

These settings include "Organization info" and "Users" tabs.&#x20;

### Organization info

Edit the company logo and view the company name. If you need to change the name, please contact customer support by sending an email to[ support@r.xyz](mailto:support@r.xyz).

### Users

Here the organization admin can add and manage team members within the organization account.

#### Adding users

-> To add a member, select the "Invite a User" button and the invitee's email address.

-> Upon clicking "Invite" the invitee will be listed in the first table under the "Users" tab with an "Invited" status. An invite link will be sent to the provided email, which will remain valid for 14 days.\
&#x20;     -> If the invitee fails to utilize the link within the stipulated timeframe, the status will change to "Expired," enabling the option to resend the invite link via the dropdown menu adjacent to the invitee's information.

The invite can be deleted by selecting the "Delete" button from the dropdown. This will deactivate the invite link immediately.

#### Managing Members:

Once the invitee registers on the platform via the provided link, they will be listed in the second table under the "Users" tab. Here, administrators can execute various actions:

* Disable: Revokes the user's access to the organization account.
* Reactivate: Restores the user's access to the organization account.
* Transfer Ownership: Allows the administrator to transfer ownership to a selected user. Consequently, the designated user assumes the role of administrator, while the former admin transitions to a member status.


---

# 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://docs.r.xyz/main/account/organizations/organization-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.
