[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: IndustryType | `${IndustryType}`, divisionName: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| industryType | [IndustryType](./bitburner.industrytype.md) \| \`${[IndustryType](./bitburner.industrytype.md)}\` | Name of the industry |
| divisionName | string | Name of the division |
Returns:
void