> For the complete documentation index, see [llms.txt](https://docs.rplpeptides.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rplpeptides.com/docs/glossary/laboratory-terms/sample-management.md).

# Sample Management

## Definition

Sample management is the systematic process of handling, tracking, storing, and disposing of laboratory samples to maintain their integrity, traceability, and chain of custody.

## Overview

Proper sample management is essential for reliable analytical results. From receipt through analysis and disposal, each sample must be tracked with documented handling to ensure data integrity and traceability.

## Technical Explanation

**Sample Management Lifecycle:**

1. **Receipt:** Sample logged, labeled with unique ID, condition noted
2. **Storage:** Appropriate conditions (temperature, light protection, humidity)
3. **Preparation:** Aliquoting, weighing, dissolution (documented)
4. **Analysis:** QC testing according to analytical methods
5. **Archiving:** Retained samples stored per retention policy
6. **Disposal:** Proper disposal per safety and environmental guidelines

**Key Principles:**

* Unique sample ID for every sample
* Chain of custody documentation
* Proper labeling (contents, concentration, date, handler)
* Segregation (incoming vs. released vs. retained)
* Temperature monitoring for stored samples
* Controlled access

## Importance in Peptide Documentation

Sample management practices affect the reliability of COA data. Good sample management ensures that the sample tested is representative of the batch and that results are reproducible.

## Related Terms

* [Quality Control](/docs/glossary/laboratory-terms/quality-control.md)
* [Analytical Method](/docs/glossary/laboratory-terms/analytical-method.md)
* [Laboratory Best Practice](/docs/glossary/laboratory-terms/laboratory-best-practice.md)

## Frequently Asked Questions

**Q: How long are retained samples kept?** A: Retention periods vary. Research-grade peptides may be retained for 1–3 years after the batch expiry date. GMP-grade materials typically have longer retention.

**Q: Why is sample tracking important?** A: Sample tracking ensures that test results can be traced back to the specific sample tested, maintaining data integrity and enabling investigation if quality issues arise.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rplpeptides.com/docs/glossary/laboratory-terms/sample-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
