> For the complete documentation index, see [llms.txt](https://docs.wellcomecollection.org/request-for-comments-rfcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wellcomecollection.org/request-for-comments-rfcs/015-how_we_work.md).

# RFC 015: How we work

## Purpose

This RFC outlines a set of principles for how we work together as a team, including our approach to collaboration, communication, and decision-making.

**Last modified:** 2019-09-09T11:39:36+00:00

## Background

In order to work together effectively it is useful to have some guiding principles that underpin work.

This is intended to be a living document and will not represent *everything all the time*.

## Proposed solution

### Areas

* Objectives and projects
* Pull requests
* Pairing
* [Code reviews](/request-for-comments-rfcs/015-how_we_work/code_reviews.md)
* [Shared libraries](/request-for-comments-rfcs/015-how_we_work/shared_libraries.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:

```
GET https://docs.wellcomecollection.org/request-for-comments-rfcs/015-how_we_work.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.
