# Create register

When creating a register, GearPlug can use data from other apps and use them to create new entries in Bitrix24. Right now, Bitrix24 allows 5 modules, each one with a different data template.

* Deals.
* Companies.
* Contacts.
* Leads.
* Products.

{% hint style="warning" %}
**Important:** As a target, Bitrix24 only lets you use one module. If you want to integrate different modules, you must add a new target app, choose Bitrix24, and repeat the steps.
{% endhint %}

To create a new register, follow the steps below.

1. **Select Bitrix24** as a target in your new workflow.
2. **Pick the connection (Plug)** you wish to use. If you don’t have a Plug for Bitrix24, you can create one under “Create a connection.”

<figure><img src="https://lh6.googleusercontent.com/QZyPjFjj1PNVfVszkxyn5LtU7H60Gn8AJ2UQS6iw_60IXXYnwBRVjzetJPQUlabGiww9qUcSYcHa7b_6EA2X_v4NFS2ZtEA1yy891QascK8L1Uz_734aZPKbWqf5SMLlLbOTL14U-9vZwfMaomdOUw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
GearPlug will verify your connection works properly before moving on. If it doesn’t work, you won’t be able to continue.
{% endhint %}

3. **Choose “Create register”** and choose the module you wish to integrate.

<figure><img src="https://lh6.googleusercontent.com/HXg71mLwaLEn1hdg_Ywvrg0EiO5d7oqJSkA22a88CyRHZHplLg1HKtsz4qz35nPJKQeRDXUkIc1uS3QN8Rm2ShjMuEgariTRTbplyErte7agB1kxSWPCfK8oqmyDH5y6TUmPAUUFjV89YUg_7yHDag" alt=""><figcaption></figcaption></figure>

4. **Click the red gear** to display the data template corresponding to the module.
5. **Fill in the data template** linking source and target fields. You do this by clicking on each field and choosing the corresponding option in the drop-down menu. You can leave the optional fields empty (not marked by a red asterisk).

<figure><img src="https://lh4.googleusercontent.com/pD3OErOHqvLCrgY0EBpH7kjmAU56SmuwM2xHnfRGJKA0BHTcF5YRHYgBSd9nMkLAjAR9FpkIdXR7ewv9YHuDS8a5WIpuTRxnxClJpFbalTnptIJR_m9mMgbM33s4tHkegpKBMD5hxAeKiay-7h5-_g" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you don’t want to go through each field, you may use the search bar at the top. You can also filter required and optional fields.
{% endhint %}

{% hint style="warning" %}
Bitrix24 demands a second name for new contacts. If your source Plug doesn’t have this information, you can use any value (like a period) as a placeholder.
{% endhint %}

6. **Click “Map”** once you’re done linking the fields. Automatically, GearPlug will import the test data you entered into your source app and register them in the Bitrix24 module. This may take a few minutes.
7. **Click “Add a target” or “Save”** if you want to add another target app or save your gear, respectively.

<figure><img src="https://lh4.googleusercontent.com/cYbm_IXba2cCNuK8gU6PH8c73J5Pg8wWi2qi8_FmUssnR9ylVjhhYemfgNixS34vtgxwezQvHgd4hRYEv2KxCWzoqQmjiRjuHIYAztTtQCj7QieovVVc9bxjlgii09Vckk2Jj-oSJnl7Rctx3_RfgQ" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you turn on your Gear on the “Gears” menu before leaving GearPlug!
{% endhint %}


---

# 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.gearplug.io/english/set-up-your-integrations/bitrix24/target-actions/create-register.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.
