# The MarsBased Handbook

## The MarsBased Handbook

- [Summary](https://handbook.marsbased.com/readme.md)
- [Become a Martian](https://handbook.marsbased.com/sections/become-a-martian.md)
- [First day at MarsBased](https://handbook.marsbased.com/sections/firstday.md)
- [Buddy System](https://handbook.marsbased.com/sections/buddy.md)
- [Who is who](https://handbook.marsbased.com/sections/who-is-who.md)
- [Company culture](https://handbook.marsbased.com/sections/companyculture.md)
- [What influenced us](https://handbook.marsbased.com/sections/influences.md)
- [Talks & Podcasts](https://handbook.marsbased.com/sections/talks.md)
- [What we do](https://handbook.marsbased.com/sections/whatwedo.md)
- [How we work](https://handbook.marsbased.com/sections/howwework.md)
- [How we communicate](https://handbook.marsbased.com/sections/howwecommunicate.md)
- [Whom to ask](https://handbook.marsbased.com/sections/whom-to-ask.md)
- [Our rituals](https://handbook.marsbased.com/sections/rituals.md)
- [Development](https://handbook.marsbased.com/sections/development.md)
- [Project types](https://handbook.marsbased.com/sections/projects.md)
- [Current projects](https://handbook.marsbased.com/sections/currentprojects.md)
- [Benefits & Perks](https://handbook.marsbased.com/sections/benefits.md)
- [Holidays, Time off & Paid leave](https://handbook.marsbased.com/sections/timeoff.md)
- [Digital disconnection policy](https://handbook.marsbased.com/sections/policy-digital-disconnection.md)
- [Travel policy](https://handbook.marsbased.com/sections/policy-travel.md)
- [Careers at MarsBased](https://handbook.marsbased.com/sections/careers.md)
- [Software and Device Usage policy](https://handbook.marsbased.com/sections/policy-software-and-device-usage.md)
- [Branding guidelines](https://handbook.marsbased.com/our-guides/branding.md)
- [Project management guidelines](https://handbook.marsbased.com/our-guides/pm-guidelines.md)
- [Linear guidelines](https://handbook.marsbased.com/our-guides/linear-guidelines.md)
- [Calendar, Slack & Linear working hours and status guidelines](https://handbook.marsbased.com/our-guides/working-hours-guidelines.md)
- [File storage, permissions & security](https://handbook.marsbased.com/our-guides/permissionssecurity.md)
- [Prompt engineering basics](https://handbook.marsbased.com/our-guides/prompts.md)
- [Our SEO guidelines for new projects](https://handbook.marsbased.com/our-guides/seo-guidelines.md)
- [Our GEO guidelines for new projects](https://handbook.marsbased.com/our-guides/geo-guidelines.md)
- [Our blogging guide](https://handbook.marsbased.com/our-guides/blogging-guide.md)
- [How to write a damn good blog post](https://handbook.marsbased.com/our-guides/how-to-blog.md)
- [AI Augmented Development](https://handbook.marsbased.com/our-development-guides/ai-augmented-development.md)
- [Coding guidelines](https://handbook.marsbased.com/our-development-guides/coding-guidelines.md)
- [Security guidelines](https://handbook.marsbased.com/our-development-guides/security.md)
- [Our Git & Commit guidelines](https://handbook.marsbased.com/our-development-guides/git-guidelines.md)
- [Code reviews guidelines](https://handbook.marsbased.com/our-development-guides/code-reviews-guidelines.md)
- [Testing guidelines](https://handbook.marsbased.com/our-development-guides/testing-guidelines.md)
- [Our Docker guides](https://handbook.marsbased.com/our-development-guides/docker-guide.md)
- [React guidelines](https://handbook.marsbased.com/our-development-guides/react-guidelines.md)
- [Back-end guidelines](https://handbook.marsbased.com/our-development-guides/back-end-development-guidelines.md)
- [Ruby & Rails guidelines](https://handbook.marsbased.com/our-development-guides/ruby-guidelines.md)
- [Our Rails ActiveRecord guide](https://handbook.marsbased.com/our-development-guides/activerecord-guide.md)
- [Some of our used programming patterns](https://handbook.marsbased.com/our-development-guides/patterns.md)
- [Our schema implementation guidelines](https://handbook.marsbased.com/our-development-guides/schema.md)
- [Accessibility guidelines](https://handbook.marsbased.com/our-accessibility-guides/a11y.md)
- [Accessibility for designers](https://handbook.marsbased.com/our-accessibility-guides/for-designers.md)
- [Accessibility for engineers](https://handbook.marsbased.com/our-accessibility-guides/for-engineers.md)
- [Resources](https://handbook.marsbased.com/our-accessibility-guides/resources.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://handbook.marsbased.com/readme.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.
