# Administration

## Osmos Account Setup

You can create an Osmos login by providing your email address and password, by Microsoft authentication, by your work email powered by Google, or with a passkey.&#x20;

1. Visit [app.osmos.io](http://app.osmos.io/)
2. Select "Sign Up"&#x20;
3. Enter your email address and a password or continue with Google or Microsoft
4. When logging in with a passkey, you need to select your device or security key

<figure><img src="/files/bOyDLRsoOAIM5dDOHXCV" alt="" width="302"><figcaption></figcaption></figure>

Here are the Passkey options when *Continuing with a passkey*.

<figure><img src="/files/s50UVW85JGlEyww1mjVB" alt="" width="375"><figcaption></figcaption></figure>

## Notifications

Osmos has multiple methods of notification based on your needs.

* [Callback](/developer-docs/uploader-submission-callback.md)[ ](/developer-docs/uploader-submission-callback.md)- An optional configuration for an Uploader to generate notifications programmatically to a host page&#x20;
* [Email Notifications](/administration/email-notifications.md) - An Ops oriented option for notifying an Osmos Account User (via the email associated with their Osmos account) of successful and/or unsuccessful uploads in Pipelines and Uploaders.

## Manage API Keys

Create API keys to grant access to your Osmos resources.

1. Go to Accounts > Manage API Keys > New API Key
2. Enter Key Name
3. Enter Expiration Date
4. Select Create


---

# 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.osmos.io/administration.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.
