> For the complete documentation index, see [llms.txt](https://handbook.renaissancelabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.renaissancelabs.org/engineering.md).

# Engineering&#x20;

- [Product Quality Standard](https://handbook.renaissancelabs.org/engineering/product-quality-standard.md)
- [Project Documentation Structure](https://handbook.renaissancelabs.org/engineering/project-documentation-structure.md)
- [Product/Feature Life cycle ](https://handbook.renaissancelabs.org/engineering/product-feature-life-cycle.md)
- [Wireframe/Design](https://handbook.renaissancelabs.org/engineering/wireframe-design.md)
- [Infrastructural System](https://handbook.renaissancelabs.org/engineering/infrastructural-system.md)
- [Design Process](https://handbook.renaissancelabs.org/engineering/design-process.md)
- [Development Stages](https://handbook.renaissancelabs.org/engineering/development-stages.md)
- [Project Types](https://handbook.renaissancelabs.org/engineering/project-types.md)
- [Project Ideas](https://handbook.renaissancelabs.org/engineering/project-ideas.md)
- [Automated Vehicle Prototype with Preprogrammed Path](https://handbook.renaissancelabs.org/engineering/project-ideas/automated-vehicle-prototype-with-preprogrammed-path.md): PROJECT DOCUMENTATION
- [JDGEN Widget](https://handbook.renaissancelabs.org/engineering/project-ideas/jdgen-widget.md): PROJECT DOCUMENTATION
- [OUTYN](https://handbook.renaissancelabs.org/engineering/project-ideas/outyn.md): PROJECT DOCUMENTATION
- [Post Notes](https://handbook.renaissancelabs.org/engineering/project-ideas/post-notes.md): PROJECT DOCUMENTATION
- [Connector](https://handbook.renaissancelabs.org/engineering/project-ideas/connector.md): PROJECT DOCUMENTATION


---

# 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 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.renaissancelabs.org/engineering.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.
