> For the complete documentation index, see [llms.txt](https://docs.quilt.bio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quilt.bio/quilt-2-master/developer/contributing.md).

# Contributing

## Components

Pull requests generally edit one of the following components at a time.

### [Compiler](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/compiler/README.md)

* Serializes tabular data to Apache Parquet
* Transforms and parses files
* `build`s packages locally
* `push`es packages to the registry
* `pull`s packages from the registry

Technologies:

* Python
* pandas
* PyArrow

### [Registry](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/registry/README.md)

* Manages permissions
* Stores package fragments in blob storage
* Stores package meta-data
* De-duplicates repeated data fragments

Technologies:

* Python
* Flask
* SQLAlchemy
* Postgres

### [Catalog](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/catalog/README.md)

* Displays package meta-data in HTML

Technologies:

* JavaScript (ES6+)
* node
* React
* Redux
* Sagas

![](https://raw.githubusercontent.com/quiltdata/resources/master/img/arch.png)

### TODO

* [ ] Add more detailed diagrams

## [Slack](https://slack.quiltdata.com/)

## [Open Issues](https://github.com/quiltdata/quilt/issues)

## License

Quilt is open source under the [Apache License, Version 2.0.](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/LICENSE/README.md).

## Code of Conduct

Contributors must adhere to the [Code of Conduct](https://github.com/quiltdata/quilt/tree/38ebf1261a117ba68a2c9e643216cee9923658db/docs/docs/CODE_OF_CONDUCT.md).


---

# 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.quilt.bio/quilt-2-master/developer/contributing.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.
