> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/tutorials/tutorials-en/other.md).

# Other

- [Vocational School Tutorial](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial.md)
- [Introduction](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/introduction.md): In this chapter, we'll clarify what this project is about and what we'll be entering. We'll also create a new project in the project manager.  Download the finished project:
- [Roof](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/roof.md): In this chapter we will look at the default values, enter the house contour and then create the roof estimate.
- [Roof Structure](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/roof-structure.md): In this chapter, we'll enter the roof structure. First, the hip and valley rafters, then the rafters and purlins, and finally the slanted rafters.
- [Single Beam Drawings](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/single-beam-drawings.md): In this chapter we will check our roof structure input and then create the individual bar drawings.
- [Profile](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/profile.md): In the last chapter we will look at how to create the main roof profile yourself and how to create the hip profile from it.
- [Tutorial - Wall- Ceiling - Roof](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/tutorial-wall-ceiling-roof.md)
- [Introduction](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/tutorial-wall-ceiling-roof/introduction.md): In this chapter, we'll clarify what this project is about and what we'll be entering. We'll also create a new project in the project manager.
- [Wall](https://docs.dietrichs.com/tutorials/tutorials-en/other/vocational-school-tutorial/tutorial-wall-ceiling-roof/wall.md): In this chapter we will enter walls and then create a truss structure in these walls including the connections between the components.


---

# 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://docs.dietrichs.com/tutorials/tutorials-en/other.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.
