> 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/documentation-terms/certificate-of-analysis.md).

# Certificate of Analysis

## Definition

A Certificate of Analysis (COA) is an official batch-specific document that reports quality testing results for a peptide product, confirming that it meets established specifications.

## Overview

The COA is the definitive quality document for a specific batch of peptides. Unlike the TDS (which describes general specifications), the COA provides actual test results for that particular batch, along with HPLC chromatograms and mass spectra.

## Technical Explanation

**Standard COA Sections:**

| Section            | Content                                        |
| ------------------ | ---------------------------------------------- |
| Header             | Company name, document title, document ID      |
| Product Info       | Product name, catalog #, batch/lot #, quantity |
| Testing Summary    | Parameter, specification, result, method       |
| Analytical Data    | HPLC chromatogram, mass spectrum               |
| Certifying Section | Authorized signature, date, stamp              |

**Common Tests on a Peptide COA:**

* Appearance (visual inspection)
* Identity (mass spectrometry)
* Purity (HPLC area %)
* Assay (peptide content %)
* Water content (KF or LOD)
* Counter-ion content (HPLC or IC)
* Endotoxin (LAL test) — if applicable

## Importance in Peptide Documentation

The COA is the document that substantiates product quality claims. Researchers should always request and review the batch-specific COA before using peptide products.

## Related Terms

* [Technical Data Sheet](/docs/glossary/documentation-terms/technical-data-sheet.md)
* [Specification](/docs/glossary/quality-control/specification.md)
* [Batch Number](/docs/glossary/quality-control/batch-number.md)

## Frequently Asked Questions

**Q: Should I request the COA before or after purchasing?** A: Reputable suppliers provide COAs with every shipment. For evaluation purposes, representative COAs are typically available upon request before purchase.

**Q: Can a COA be falsified?** A: Unfortunately, yes. Always verify COA authenticity by checking batch numbers, document formatting, and supplier credentials. Requesting LC-MS data makes falsification more difficult.


---

# 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/documentation-terms/certificate-of-analysis.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.
