# Connect Business and Map
## Method
## `connectBusiness(businessId, areaId) -> {void}`
Connect to current business.
### Parameters
| Name | Type | Description | Required |
| ------------------ | ----------------------- | -------- |-------- |
| `businessId` | string | Business identifier | Required |
| `areaId` | string | Area identifier | Optional |
### Request Example
```javascript
...
await axRobot.connectBusiness('<businessId>', '<areaId>')
...
```