> 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/development/welcome.md).

# Welcome

This section is the starting point for anyone who wants to integrate, extend, or automate workflows around equipme. The APIs and technical references you’ll find here are built to support real production systems, not isolated experiments.

equipme is designed around clear structures, predictable lifecycles, and explicit responsibilities. The APIs reflect that philosophy. Resources are intentionally modeled, relationships are explicit, and actions follow defined states rather than hidden side effects.

#### Two contexts, one platform

equipme exposes APIs for two different but connected contexts:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>equipme app</strong> </p><p>focuses on application-level interactions such as users, assets, services, and assignments. This is where integrations typically connect HR systems, inventory sources, or internal tools.</p></td><td><a href="/files/9Cz2rZmXNkXIHeSUmXeO">/files/9Cz2rZmXNkXIHeSUmXeO</a></td><td><a href="/spaces/tFGK2XUpplIeJvAK4Aab/pages/p0DdKgDf344ro64uP9m3">/spaces/tFGK2XUpplIeJvAK4Aab/pages/p0DdKgDf344ro64uP9m3</a></td></tr><tr><td><p><strong>equipme pro</strong> </p><p>focuses on provider-level operations such as customers, service portfolios, fulfillment, and operational processes. These APIs are designed for scalable, long-running integrations on the provider side.</p></td><td><a href="/files/JMYO0RNA3ZEt2ejmoqwk">/files/JMYO0RNA3ZEt2ejmoqwk</a></td><td><a href="/spaces/grAzaETLRZC7AJxRev0r/pages/trLwwmumlaofzMKwR3fr">/spaces/grAzaETLRZC7AJxRev0r/pages/trLwwmumlaofzMKwR3fr</a></td></tr></tbody></table>


---

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