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

# Resources

> Create and manage bookable resources in your coworking space.

## Overview

Resources are bookable spaces or items in your coworking location that members can reserve through your calendar. These can include meeting rooms, recording studios, 3D printers, phone booths, parking spaces, and any other amenity that requires scheduling.
[Inventory → Resources](https://dashboard.nexudus.com/billing/resources)

<Note>
  Resources can be charged based on minutes/hours, days, weeks, months, or the number of times they've been booked. Each
  resource can have multiple pricing tiers that apply to specific customer types and are available at specific times.
</Note>

## When to use resources

Resources are perfect for:

* **Meeting rooms** - Conference rooms, small huddle rooms, or boardrooms
* **Specialized spaces** - Phone booths, recording studios, wellness rooms
* **Equipment** - 3D printers, projectors, camera equipment
* **Parking spaces** - Both general and assigned parking spots
* **Hot desks** - Flexible workspace that can be booked by the hour or day
* **Coliving spaces** - Private rooms in coliving arrangements

## Quick start: Create your first resource

The fastest way to create a resource is using one of the pre-built wizards. These automatically configure common resource types with appropriate pricing.

<Steps>
  <Step title="Navigate to resources">
    Go to **Inventory** > **Resources** in your admin panel.
  </Step>

  <Step title="Choose a resource wizard">
    Click **Add Resource** and select from the available wizards:

    <CardGroup cols={2}>
      <Card title="Meeting Room" icon="users">
        Creates a meeting room with hourly, half-day, and full-day pricing
      </Card>

      <Card title="Hot Desk" icon="laptop">
        Sets up flexible workspace with hourly and daily rates
      </Card>

      <Card title="Parking Space" icon="car">
        Configures parking with daily or monthly pricing options
      </Card>

      <Card title="Coliving Space" icon="bed">
        Creates private accommodation with monthly billing
      </Card>
    </CardGroup>
  </Step>

  <Step title="Complete the wizard">
    Enter the basic information:

    * **Name**: Give your resource a clear, descriptive name
    * **Pricing**: Set your rates in your location's currency
    * **Capacity** (if applicable): Maximum number of people

    <Check>
      The wizard automatically creates appropriate pricing tiers and booking rules for your resource type.
    </Check>
  </Step>

  <Step title="Customize if needed">
    After creation, you can modify any settings in the detailed resource form to match your specific needs.
  </Step>
</Steps>

## Manual resource creation

For more control or unique resource types, create resources manually using the detailed form.

### Essential fields

<AccordionGroup>
  <Accordion title="Resource details (Required)">
    **Resource name**: Clear, descriptive name that members will see when booking

    **Available at**: Choose which location this resource belongs to (network owners can make resources available across all locations)

    **Resource kind**: Select the type of resource:

    * Spaces (meeting rooms, offices)
    * Equipment (printers, cameras)
    * Parking (cars, bikes)
    * Services (cleaning, catering)

    **Resource type**: Groups resources with similar pricing structures together

    **Category**: Optional grouping for organizing resources (e.g., "Large Meeting Rooms", "Audio Equipment")
  </Accordion>

  <Accordion title="Visibility settings">
    **Display on web portal**: Makes the resource bookable by members through the portal and mobile app

    **Display in admin calendar**: Shows bookings for this resource in the administration calendar view

    **Resource details**: Rich text description shown to members when browsing resources

    **Email confirmation details**: Custom text included in booking confirmation emails

    **Photo**: Visual representation of the resource to help members identify it
  </Accordion>
</AccordionGroup>

## Advanced configuration

### Features and amenities

Highlight what makes your resource special to help members choose the right space:

<Tabs>
  <Tab title="Workspace features">
    * **Standing desk**: Height-adjustable workspace
    * **Quiet zone**: Low-noise environment
    * **Privacy screen**: Visual separation
    * **Soundproof**: Acoustic isolation for calls or recording
  </Tab>

  <Tab title="Food and beverage">
    * **Catering**: Full meal service available - **Tea and coffee**: Basic refreshments included - **Drinks**: Beverages
      available
  </Tab>

  <Tab title="Technology">
    * **TV screen**: Display for presentations
    * **Projector**: Large screen projection
    * **Webcam**: Built-in video conferencing
    * **Audio system**: Enhanced sound capabilities
    * **Air conditioning**: Climate control
  </Tab>
</Tabs>

### Booking limits and restrictions

Control how and when your resource can be booked:

<AccordionGroup>
  <Accordion title="Time-based limits">
    **Minimum booking duration**: Shortest allowed booking (e.g., 30 minutes)

    **Maximum booking duration**: Longest single booking allowed

    **Buffer time**: Automatic gap between bookings for cleaning/setup

    **Advance booking limit**: How far in advance members can book

    **Same-day booking cutoff**: Latest time for same-day reservations
  </Accordion>

  <Accordion title="Usage restrictions">
    **Maximum bookings per day/week/month**: Limit how often individual members can book

    **Member-only access**: Restrict to active plan holders only

    **Team restrictions**: Limit access to specific teams or groups

    **Time slots**: Define specific available periods (useful for classes or scheduled sessions)
  </Accordion>

  <Accordion title="Cancellation policies">
    **Late cancellation fee**: Charge for cancellations within a certain timeframe

    **No-return policy**: Prevent cancellations after booking is confirmed

    **Automatic cancellation**: Cancel bookings if conditions aren't met
  </Accordion>
</AccordionGroup>

### Pricing configuration

Resources use your location's extra services for pricing. You can create multiple pricing tiers:

<Warning>
  You must first create at least one resource type before setting up pricing ([Inventory → Resource
  Types](https://dashboard.nexudus.com/billing/resourceTypes)). Resource types group resources with similar pricing
  structures.
</Warning>

**Common pricing models:**

* **Hourly**: Perfect for meeting rooms and equipment
* **Daily**: Ideal for hot desks and parking spaces
* **Weekly/Monthly**: Suited for dedicated desks or parking passes
* **Per booking**: One-time fee regardless of duration

**Advanced pricing options:**

* **Member vs. non-member rates**: Different pricing tiers
* **Peak and off-peak hours**: Time-based pricing variations
* **Bulk booking discounts**: Lower rates for longer commitments
* **Team-specific pricing**: Custom rates for certain groups

### Access control and automation

<Accordion title="Smart locks and integrations">
  Configure automatic door access for your resource bookings:

  **Door controllers**: Connect smart locks that automatically grant access during booking periods

  **Access codes**: Generate temporary codes for keypad entry

  **Card readers**: Enable keycard access synchronized with bookings
</Accordion>

## Floor plans and desk management

For hot desk resources, you can:

* **Visual floor plans**: Upload layout images showing desk locations
* **Individual desk units**: Create separate bookable units within a resource
* **Desk features**: Assign specific amenities to individual desks
* **Real-time availability**: Show which desks are currently occupied

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/nexudus/images/resources/floor-plan-example.png" alt="Floor plan showing hot desk layout with availability status" />
</Frame>

## Resource products and add-ons

Enhance your resources with additional purchasable items:

* **Equipment rentals**: Laptops, monitors, or specialized tools
* **Catering packages**: Food and beverage service
* **Setup services**: Room preparation or technical support
* **Extended access**: After-hours building entry

## Best practices

<Tip>
  Start with the resource wizards for common space types. They configure appropriate settings automatically, which you
  can then customize as needed.
</Tip>

### Naming conventions

* Use clear, descriptive names: "Large Conference Room" instead of "Room A"
* Include capacity when relevant: "Meeting Room (8 people)"
* Mention key features: "Soundproof Phone Booth"

### Pricing strategy

* Research local market rates to stay competitive
* Offer discounts for longer bookings to encourage commitment
* Create member-only pricing to add plan value
* Consider peak/off-peak pricing for high-demand resources

### Booking optimization

* Set minimum booking durations to prevent very short, disruptive bookings
* Add buffer time between bookings for cleaning and setup
* Limit advance booking periods to prevent hoarding
* Use cancellation fees to reduce no-shows

### Member experience

* Include high-quality photos that accurately represent the space
* Write detailed descriptions highlighting unique features
* Set up automatic confirmation emails with access instructions
* Provide clear location information and directions

## Troubleshooting common issues

<AccordionGroup>
  <Accordion title="Resource not appearing in booking portal">
    * Check that **Display on web portal** is enabled
    * Ensure the resource has at least one active pricing tier
    * Verify that booking limits don't prevent current bookings
    * Confirm the resource type has associated extra services
  </Accordion>

  <Accordion title="Members can't access the resource">
    * Review access control settings and door integrations - Check that booking is confirmed and within the scheduled time
    * Verify member has appropriate permissions and active plan - Ensure smart lock integration is properly configured
  </Accordion>

  <Accordion title="Pricing not displaying correctly">
    * Confirm extra services are properly linked to the resource type
    * Check that pricing applies to the member's customer type
    * Verify time-based restrictions don't conflict with booking times
    * Ensure currency settings match your location configuration
  </Accordion>
</AccordionGroup>
