> For the complete documentation index, see [llms.txt](https://docs.arnica.io/arnica-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arnica.io/arnica-documentation/platform-operations/joining-an-existing-org.md).

# Joining an Existing Organization

To join an existing Arnica organization, you must be invited by an existing organization member. Invitations are sent from **Admin > Security > Users & Roles**.

## Accepting an Invitation

When an organization member invites you, you'll receive a welcome email with a personalized link. Follow the link to set your password and sign in — you'll land directly in the organization you were invited to.

{% hint style="warning" %}
Don't sign in to Arnica before following the invitation link. If you log in first, Arnica will automatically create a new organization for you, and you'll need to delete it before you can join the one you were invited to.
{% endhint %}

## Already in Another Organization?

Each Arnica user can only belong to one organization at a time. If you already have an Arnica account tied to another organization, you'll need to delete that organization before you can accept an invitation to a new one.

## Deleting Your Organization

1. Sign in to Arnica.
2. Click your **account icon** in the upper right corner of the screen.
3. Select **Edit Account**.
4. Under **Danger Zone**, click **Delete Organization**.
5. Confirm the deletion.

You'll be signed out immediately. Your account is now free to join a new organization.

<figure><img src="/files/08jeGiixNGLlv9OaYXBj" alt="Edit Account modal showing the Danger Zone section with the Delete Organization button"><figcaption><p>Click your account icon → Edit Account → Delete Organization</p></figcaption></figure>

{% hint style="danger" %}
**This action is permanent.** Deleting your organization removes all associated data and cannot be undone.
{% endhint %}

## After Deleting

Once your organization is deleted, wait for your invitation email before signing back in. Use the link in the invitation email to join the new organization. If you sign in without using the invite link, Arnica will create a fresh organization for your account again.

For help sending invitations, see [Users & Roles](/arnica-documentation/platform-operations/security/users-and-roles.md).


---

# 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://docs.arnica.io/arnica-documentation/platform-operations/joining-an-existing-org.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.
