> For the complete documentation index, see [llms.txt](https://docs.inverter.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inverter.network/sdk/api/getdeployworkflowoptions.md).

# getDeployWorkflowOptions

Returns the names of all available modules.

**Import**: imported as follows

```typescript
import { getDeployWorkflowOptions } from '@inverter-network/sdk'
```

**Parameters**: expects the following parameters

```typescript
void
```

**Returns**: an object with the following properties

```ts
{
    fundingManager: RequestedModule<'fundingManager'>[]
    authorizer: RequestedModule<'authorizer'>[]
    paymentProcessor: RequestedModule<'paymentProcessor'>[]
    optionalModules: RequestedModule<'optionalModule'>[]
}
```
