# Content architecture

Each prototype repository contains:

1. a **read.me** file
   * contains all the essential information about the project
2. **master** branch
   * contains all source files, auxiliary design files, bills of materials and suppliers, software and firmware
3. **gh-pages** branch
   * contains all the **website** source code and html rendered file
4. **wiki**
   * when istruction or tutorial are useful is possible to activate the wiki section. The wiki is easily readable in a browser and can be also easily edited by collaborators of the project.

Github has also the possibility to integrate other useful sections as Projects (to manage task and manage the collaborative work) and Issue tracker (to solve bugs or to develop new features)

![](/files/-LANj-2dsVv27WcVCMMO)

In the following pages some screenshot and information about the sections (home, about, blog/news) and the content about the prototype.


---

# 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://wemakecc.gitbook.io/d3-2-full-documentation-of-all-prototypes/how-we-documented-the-prototypes/content-architecture.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.
