# Playbook

At Precode, we have collaborated with numerous product teams worldwide, ranging from self-funded individual founders to large multinational organizations, to design, develop, and grow their products. We have also created our own products and several open-source libraries.

This playbook outlines the most effective methods we've discovered thus far for creating successful web and mobile products and managing our company. It is filled with insights gained from our own experiences.

As a living document, this playbook is maintained in a private GitHub repository, allowing everyone at Precode to contribute. As we have grown and learned, this playbook has evolved alongside us. It is a work in progress, representing our current state and reflecting our ongoing efforts to improve and share our knowledge.

We hope that the practices we've shared here will prove valuable to you. Although our "plays" have been successful for us, we encourage you to adapt them based on your own experiences, determining which tools and techniques are most suitable for your unique situation.

Thank you for taking the time to read our playbook.


---

# 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://playbook.precode.co/precode/playbook.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.
