# Glossary

* **Member**: A subscription paying customer of Hatch Apps.&#x20;
* **App**: Software that is built by a member of Hatch Apps. This software can be accessible to end users via iOS, Android, Web, API, Database, or other mediums.&#x20;
* **Platform**: The centralized product experience of Hatch Apps available as a web application in the browser.&#x20;
* **Product**: An individual no-code product availabe on the [Product](https://platform.hatchapps.com/products) page.&#x20;
* **Ecosystem**: A partner of Hatch Apps that provides value to our members. These include integrations, marketplace vendors, distributors, VC funds, accelerators, sponsors, and more.
* **Multiplayer**: The ability for members to work together in real time any where in the Hatch Apps platform.&#x20;
* **Components**: Pre-built pieces of software that can be used by members to drag-and-drop into their app.


---

# Agent Instructions: 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://docs.hatchapps.com/glossary.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.
