> ## Documentation Index
> Fetch the complete documentation index at: https://developers.klarity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Artifacts

> The source documents and recordings behind processes — the underlying evidence the workspace captured.

**Artifacts** are the source documents and recordings behind processes: BRDs, SOPs, video recordings, screenshots, audio, diagrams, logs. Anything the workspace captured.

Use artifacts when the user wants to cite a specific document, replay a session, or read the underlying source.

| User question                   | Tool to start with                                                        |
| ------------------------------- | ------------------------------------------------------------------------- |
| "Find the latest SOX checklist" | [`search_artifacts`](/tools/artifacts)                                    |
| "Show me the full text"         | [`get_artifact_content`](/tools/artifacts)                                |
| "Cite specific lines"           | [`get_artifact_content`](/tools/artifacts) with `start_line` / `end_line` |

## Always follow up search with content

`search_artifacts` returns short snippets to help you locate the right artifact. Always chain into `get_artifact_content` (full text, or a `start_line`/`end_line` range) to read the full passage before answering. Snippets are not citations.

See [Tools by purpose → Artifacts](/tools/artifacts) for the full toolset.
