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

# Welcome to equipme

This documentation helps you understand how equipme works, from everyday actions to the bigger picture of how processes and information come together.\
It’s built to give you a clear path through all areas of the platform, whether you want to look something up quickly or explore a topic in more detail.

Each section follows the structure of the app itself, so navigation feels familiar.\
You’ll find explanations for everything you see in your equipme environment, from managing company data and locations to organizing assets, handling orders, and understanding automated processes.\
Each topic is described step by step, often with visuals or examples that show how things work in context.

The goal of this documentation is not only to explain how something works but also why it works that way.\
equipme connects many moving parts such as requests, approvals, assets, services, and automation into one system that keeps your organization running smoothly.\
Understanding these connections will help you make better use of the platform and see how actions in one area can affect others.

If you’re new to equipme, start with the Dashboard to get a sense of where things are and how navigation works. From there, you can explore each section at your own pace.\
If you’re already familiar with the basics, use the documentation as a reference whenever you need clarity on a specific feature or process.

Everything here is designed to be simple, transparent, and practical so you can work confidently, no matter your role or experience level.


---

# 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://hub.equipme.io/equipme/welcome-to-equipme.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.
