# extractCitations

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/techdocs/grounded-ask.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/techdocs/grounded-ask.ts#L38)

The `[path]` citations present in the answer text.

## Signature

```ts
function extractCitations(answer: string): string[]
```

## Parameters

| Name | Type |
|---|---|
| `answer` | `string` |

**Returns:** `string[]`
