[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [expandIndustry](./bitburner.corporation.expandindustry.md)
## Corporation.expandIndustry() method
Expand to a new industry
Signature:
```typescript
expandIndustry(industryType: string, divisionName: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| industryType | string | Name of the industry |
| divisionName | string | Name of the division |
Returns:
void