[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [research](./bitburner.officeapi.research.md)
## OfficeAPI.research() method
Purchase a research
Signature:
```typescript
research(divisionName: string, researchName: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| researchName | string | Name of the research |
Returns:
void