> For the complete documentation index, see [llms.txt](https://help.smvend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smvend.io/personal-account/readme.md).

# Get started

Hello! It's the SmVend team. We've prepared instructions about our web app to help you set up your SmVend account and get up to speed as soon as possible.

Also, you can always refer to these instructions for more detailed info on the personal account sections and features.

If you're new to SmVend, follow this essential steps to get started:

1. [Sign up for an account](/personal-account/sign-up.md)
2. Install [the SmVend equipment](https://github.com/dimk-i/smvend-faq-docs/blob/main/broken-reference/README.md)
3. [Set up](/personal-account/machines/settings.md), [configure](/personal-account/machines/configuration.md) and [edit the parameters](/personal-account/machines/parameters.md) of your machines
4. Create [resources](/personal-account/products/resources.md), [products](/personal-account/products/products.md) and [product matrix templates](/personal-account/products/matrix-templates.md)
5. Edit [product matrixes](/personal-account/machines/product-matrix.md) for single machines


---

# 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://help.smvend.io/personal-account/readme.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.
