# Sign up / Sign In

## Create an Account

{% hint style="danger" %}
**Enterprise Customers**

Do NOT register at openbrim.org. Use your company-specific URL:

`https://yourcompany.openbrim.org`

Replace `yourcompany` with your actual company name (e.g., **Acme Engineering** → `acme.openbrim.org`).

Your space administrator will review and approve your account. For optimal performance, see [System Requirements](/openbrim/getting-started/system-requirements.md).
{% endhint %}

**Step 1:** Open [openbrim.org](https://openbrim.org/www/brim/) in Google Chrome.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101739537/image-20221009-223724.png?api=v2" alt="OpenBrIM homepage"><figcaption><p>OpenBrIM homepage</p></figcaption></figure>

**Step 2:** Click **SIGN-IN** in the menu bar.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101739537/image-20221009-223605.png?api=v2" alt="Sign-in button location"><figcaption><p>Sign-in button in the menu bar</p></figcaption></figure>

**Step 3:** Click **Create an Account**.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101739537/image-20221009-224354.png?api=v2" alt="Create account link"><figcaption><p>Create an Account link</p></figcaption></figure>

**Step 4:** Enter your information and click **Sign Up**.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101739537/image-20221009-223757.png?api=v2" alt="Registration form"><figcaption><p>Fill in the registration form</p></figcaption></figure>

***

## Sign In

**Step 1:** Open [openbrim.org](https://openbrim.org/www/brim/) in Google Chrome.

**Step 2:** Click **SIGN-IN** in the menu bar.

**Step 3:** Enter your email and password, then click **Login**.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101739537/image-20221009-224356.png?api=v2" alt="Login form"><figcaption><p>Enter credentials and click Login</p></figcaption></figure>

***

## Bookmark for Quick Access

Add OpenBrIM to your bookmarks bar for easy access.

<figure><img src="https://openbrim.atlassian.net/wiki/download/attachments/2101739537/image-20221009-224221.png?api=v2" alt="Bookmarks bar"><figcaption><p>OpenBrIM in the bookmarks bar</p></figcaption></figure>


---

# 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.openbrim.org/openbrim/getting-started/sign-up-sign-in.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.
