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

# Hello Engyn

- [Getting started](https://howto.engyn.us/test/getting-started.md): Welcome to ENGyn! Now that you know more about the platform it's time for us to show you the way you can be part of it. Just a few steps to set up and you'll be ready to start.
- [How to register?](https://howto.engyn.us/test/how-to-register.md): Registering in Engyn will allow you to use all the functionalities, share your work with other registered users, being part of the Forum and send your Feedback.
- [How to install?](https://howto.engyn.us/test/how-to-install.md): Downloading the Add-In is a very quick and easy process that allows you to connect the plugins (Revit, Navis, Excel) to the platform and start working.
- [The user session](https://howto.engyn.us/test/the-user-session.md): In your user session you will be able to edit your profile, create and save your projects and access to the Menu.
- [The Canvas](https://howto.engyn.us/test/the-canvas.md): The canvas is the blank page where you can create workflows. What you can create depends on your needs and imagination. So go ahead and start, there are no limits.


---

# 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://howto.engyn.us/test.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.
