# Development

Engineers, rejoice!

The development is the core of our work. Here, you'll find detailed information about our development process, the composition of our development teams, and our principles and communication policies.

## Sections

* [Team organisation](https://github.com/MarsBased/handbook/blob/main/sections/development/team-organisation.md)
* [Project communication](https://github.com/MarsBased/handbook/blob/main/sections/development/project-communication.md)
* [Cycles and project management](https://github.com/MarsBased/handbook/blob/main/sections/development/cycles.md)
* [Working principles](https://github.com/MarsBased/handbook/blob/main/sections/development/working-principles.md)

## Guides

Check out our more technical development guidelines (if you dare!).

* [Active Record guidelines](/our-development-guides/activerecord-guide.md)
* [Back-end guidelines](/our-development-guides/back-end-development-guidelines.md)
* [Code reviews guidelines](/our-development-guides/code-reviews-guidelines.md)
* [Coding guidelines](/our-development-guides/coding-guidelines.md)
* [Docker guidelines](/our-development-guides/docker-guide.md)
* [Git guidelines](/our-development-guides/git-guidelines.md)
* [React guidelines](/our-development-guides/react-guidelines.md)
* [Ruby & Rails guidelines](/our-development-guides/ruby-guidelines.md)
* [WIP: Testing guidelines](/our-development-guides/testing-guidelines.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://handbook.marsbased.com/sections/development.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.
