> 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/quality-control/specification.md).

# Specification

## Definition

A specification is a documented set of quality parameters and acceptance criteria that a product must meet to be considered acceptable for its intended use.

## Overview

Specifications define the quality standards for each peptide product. They establish the required values for purity, identity, appearance, and other quality attributes against which test results are compared on the COA.

## Technical Explanation

**Typical Peptide Specifications:**

| Parameter           | Example Specification     | Method            |
| ------------------- | ------------------------- | ----------------- |
| Purity (HPLC)       | ≥98%                      | HPLC-UV           |
| Identity            | Conforms by MS            | Mass Spectrometry |
| Appearance          | White to off-white powder | Visual inspection |
| Counter-ion Content | Report result             | HPLC or IC        |
| Water Content       | ≤5%                       | KF or LOD         |
| Endotoxin           | ≤10 EU/mg                 | LAL test          |
| Microbial Limits    | ≤100 CFU/g                | Plate count       |

**Specification vs. COA:**

* **Specification:** The standard that must be met
* **COA:** The report showing actual results compared to specifications

## Importance in Peptide Documentation

Specifications are the reference standard for quality assessment. They are documented in product literature (TDS) and form the basis of COA evaluation. Understanding specifications allows researchers to select appropriate products for their applications.

## Related Terms

* [COA](/docs/glossary/quality-control/coa.md)
* [Acceptance Criteria](/docs/glossary/quality-control/acceptance-criteria.md)
* [Quality Standard](/docs/glossary/quality-control/quality-standard.md)
* [Purity](/docs/glossary/analytical-terms/purity.md)

## Frequently Asked Questions

**Q: What happens if a batch doesn't meet specification?** A: The batch is rejected (failed) and not released for sale. It may be reprocessed, downgraded, or discarded depending on the nature and extent of the deviation.

**Q: Can specifications vary between suppliers?** A: Yes. Different suppliers may have different internal specifications. RPL Peptide maintains consistent specifications across all products to ensure reliable quality.


---

# 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/quality-control/specification.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.
