> For the complete documentation index, see [llms.txt](https://virtualfactory.gitbook.io/vlft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://virtualfactory.gitbook.io/vlft/use-cases/process-modelling/assembly-process.md).

# Modelling an Assembly Process

The hinge is composed by two main blocks. The first block features a “Wing” as the main component. That’s the part that usually gets fixed to the internal wall of a piece of furniture through the “Clip”, that is the component that allows to place an external screw (not included in this assembly) for this purpose. The “Clip” is kept in position on the “Wing” by means of a “Screw”. The second block, called “Box” comes preassembled downstream. This is the subassembly that gets fixed by means of two screws to the door leaf. The two blocks are connected by two metal bodies (“Connector 1”, “Connector 2”) through a “Hook”, to constrain the rotation of the “Wing” around the relative pins. In order to improve dampening, a spiral “Spring” is also inserted in this area.

![Hinge assembly sequence](/files/-MW_5h25nkrFIid90DSm)


---

# 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, and the optional `goal` query parameter:

```
GET https://virtualfactory.gitbook.io/vlft/use-cases/process-modelling/assembly-process.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
