[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [get](./bitburner.stanek.get.md)
## Stanek.get() method
Get placed fragment at location.
Signature:
```typescript
get(rootX: number, rootY: number): ActiveFragment | undefined;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| rootX | number | X against which to align the top left of the fragment. |
| rootY | number | Y against which to align the top left of the fragment. |
Returns:
[ActiveFragment](./bitburner.activefragment.md) \| undefined
The fragment at \[rootX, rootY\], if any.
## Remarks
RAM cost: cost: 5 GB