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

# Create a Location

> Learn how to create a location including understanding the different location types with this configuration guide.

This guide explains how to set up new locations, input the necessary details, and understand the different location types available for various warehouse operations.

<Steps>
  <Step title="Navigate to Locations">
    Go to the **Locations** menu, found under the **Settings** tab.
  </Step>

  <Step title="Add a new location">
    You can add either a **single location** (by clicking "New") or **multiple locations**.
  </Step>

  <Step title="Provide location details">
    Enter the **location code**, a **description**, the **warehouse** the location is linked to, and the **location type**.
  </Step>

  <Step title="Understand location types">
    There are six location types:

    * **GIBAY**: Goods-in bay for receiving and temporarily holding incoming stock
    * **GOBAY**: Goods-out bay for stock being shipped out
    * **RACK**: Standard racking location, most commonly used for storing pallets
    * **PICKANDDROP**: For quickly storing and picking up stock
    * **WORK**: Working area location that cannot receive stock directly
    * **BAY**: Versatile type that can be used for both incoming and outgoing stock
  </Step>
</Steps>

<Warning>
  PICKANDDROP is not recommended for inbound stock received via goods-in, as it may cause transaction issues or duplicate putaway tasks.
</Warning>

<Info>
  Once you have created the location, it will be added to the warehouse you selected and will be ready for use.
</Info>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What is the purpose of GIBAY?">
    GIBAY stands for goods-in bay and is primarily used for receiving and holding inbound stock.
  </Accordion>

  <Accordion title="Can a WORK location receive stock?">
    No, a WORK location is a working area and cannot receive stock.
  </Accordion>

  <Accordion title="What is the difference between GIBAY and GOBAY?">
    GIBAY is for inbound stock (receiving), while GOBAY is for outbound stock (shipping).
  </Accordion>
</AccordionGroup>
