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

# Creating a new Geofence Configuration Version

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/242bbc33-a2e1-46fa-94df-ee482bf18716/6579a69a-dba9-4968-a422-ab82e5ca11c9/images/83707cfd-850a-4de5-9412-8097f69bb5fb.gif)

To create a new Geofence Configuration version in Bytebeam console,

<Steps>
  <Step title="Access Actions Tab">
    Click on the **Actions** tab.
  </Step>

  <Step title="Go to Inventory Tab and Access Geofence Configurations Tab">
    Navigate to the **Geofence Configurations** tab by clicking on the Inventory section.
  </Step>

  <Step title="Open the Create Geofence Config modal">
    Click on the **Geofence Configurations** tab and then click on the **Create Geofence Config** button.
  </Step>

  <Step title="Fill Details">
    You can fill in the details using one of the following methods:

    1. **Map-Based Input**:\
       Click on Map View tab, enter the configuration version name, click on the map to mark points, ensure the polygon is completed by clicking inside the enclosed shape, enter the value for the Alert Threshold field (in seconds), and click **Create**.

    2. **JSON Input**:\
       Click on JSON View tab, enter the configuration version name, input the JSON payload directly, enable the checkbox to ensure the polygon is completed, enter the value for the Alert Threshold field (in seconds), and click **Create**.

    <Note>
      The JSON input method allows for precise geofence creation by specifying location details such as latitude and longitude.
    </Note>
  </Step>
</Steps>

## Important Info

<Note>You can remove the last selected point by clicking on **Undo Last Point** on the map.</Note>
<Note>This new geofence configuration can be applied to a device using the **update\_geofence** action type.</Note>
