> ## Documentation Index
> Fetch the complete documentation index at: https://docs.olira.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup & data configuration

> Provision your organization, invite your team, create API keys, and select the data that flows through Olira.

New organizations are provisioned using a signup code issued by Olira. The setup takes a few minutes and ends with your team on the Console landing page, ready to configure your platform.

<Steps>
  <Step title="Get your access code">
    Olira provides your designated admin with a signup code in the format
    `OLIRA-XXXXXXXX`. Codes are single-use and valid for 30 days.

    Don't have a code yet? Contact your Olira representative to request one.
  </Step>

  <Step title="Create your organization">
    Go to **console.olira.ai**, click **Get Started**, and complete the
    two-step registration:

    1. Enter your **Organization Name** and your **Access Code** (the Console
       validates the code before proceeding)
    2. Create your admin account (sign in with SSO or register with email and
       password), then complete your profile (name, email)

    Once complete, your organization is active in the Console.
  </Step>

  <Step title="Invite team members">
    During setup, or any time from **Settings → Team**, invite colleagues by
    email. Each person receives a link to join the organization and set up
    their own account.

    | Role     | Can do                                                                                   |
    | -------- | ---------------------------------------------------------------------------------------- |
    | `admin`  | Everything: organization settings, user management, and all data access                  |
    | `dev`    | Patient data, observability tools, and user management (cannot promote members to admin) |
    | `member` | Patient data and standard clinical features                                              |
  </Step>

  <Step title="Create API keys">
    Go to **Settings → API Keys** and create one or more keys for your backend
    services. Each key can be scoped to limit which Olira operations it can
    perform.

    <Note>
      Keys are shown only once at creation. Copy and store them immediately in
      a secrets manager.
    </Note>

    For scopes, the `Authorization` header format, and patient tokens, see
    [Authentication](/authentication).
  </Step>
</Steps>

## Platform configuration

After registration, the Console landing page guides you through configuring your platform. Complete the steps below before going live. Your selections determine what data flows through Olira and how patient state is presented to your agents.

### Configure integrations

Connect external systems (EMR/EHR, health-information exchanges, devices, and wearables) so data flows in alongside logs you submit yourself. See [Integrations](/send-data/integrations) for the full walkthrough.

### Select your data

In the Console, browse the full catalog of supported log types and toggle on the ones your platform will produce. Your selection determines which parts of the patient state are actively populated.

Each log type has a **source**:

* **Python SDK / REST**: your backend submits these via the Olira Python SDK or REST API (e.g. `symptom_report`, `medication_list_update`)
* **Integration**: populated automatically from a connected integration (for example clinical systems, device feeds, or third-party health data sources)
* **App SDK**: your iOS/Android app submits these directly via the Olira App SDK (coming soon). Used primarily for passive device data such as heart rate, sleep, and activity readings.

See the [log types catalog](/reference/log-types/symptom-reports) for the complete catalog with payload schemas and required fields for every supported log type.

### State views

See [View configuration](/read-data/view-configuration) for how to choose templates, edit blocks, and manage patient views in the Console.
