[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getAugmentationsFromFaction](./bitburner.singularity.getaugmentationsfromfaction.md)
## Singularity.getAugmentationsFromFaction() method
SF4.3 - Get a list of augmentation available from a faction.
Signature:
```typescript
getAugmentationsFromFaction(faction: string): string[];
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| faction | string | Name of faction. |
Returns:
string\[\]
Array containing the names of all Augmentations.
## Remarks
RAM cost: 5 GB
Returns an array containing the names (as strings) of all Augmentations that are available from the specified faction.