# RFC 015: How we work

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-09T12:39:36+01: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: 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.
