# CCSDS Data Standards

**The Consultative Committee for Space Data Systems (CCSDS) is a** [**multi-national forum**](https://public.ccsds.org/participation/member_agencies.aspx) **for the development of communications & data systems standards for spaceflight.**

The CCSDS is the de-facto standards body for space systems.  Their [**Blue Books**](https://public.ccsds.org/Publications/BlueBooks.aspx) (recommended standards) specify how to transmit / receive data.

Many of their standards have efficient raw binary standards, like [**Space Data Link Protocol**](https://public.ccsds.org/Pubs/132x0b3.pdf)**,** which specify exactly what specific order and type each field needs to be in the transmitted data.

<figure><img src="/files/4OmnObz6j7nbMqLU0V1b" alt=""><figcaption><p>Space Data Link Protocol Transfer Header</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://digitalarsenal-io-inc.gitbook.io/spacedatastandards.org/ccsds-data-standards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
