> For the complete documentation index, see [llms.txt](https://docs.imerit.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imerit.net/3d-multi-sensor-fusion/terminologies-between-quickserve-and-ango-hub.md).

# Terminologies between QuickServe and Ango Hub

If you are a regular user of QuickServe, this page will serve as a brief guide on how different certain terminology and features work in QS and Ango Hub.

## Terminology

These comparisons are not exactly 1:1 and are for illustrative purposes only.

| QuickServe             | Ango Hub                                                                                                   |
| ---------------------- | ---------------------------------------------------------------------------------------------------------- |
| Environment            | [Organization](/core-concepts/organizations.md)                                                            |
| Solution               | Organization                                                                                               |
| Job                    | [Project](/core-concepts/projects.md)                                                                      |
| Recipe                 | [Category Schema](/core-concepts/label-sets-ontologies.md)                                                 |
| Attributes             | [Classifications](/labeling/labeling-tools/classification-tools.md)                                        |
| Task-Level Attributes  | Top-Level Classifications                                                                                  |
| Class-Level Attributes | [Nested Classifications](/labeling/labeling-tools/tools/nested-classifications.md)                         |
| Boolean Attribute      | [Checkbox](/labeling/labeling-tools/classification-tools/checkbox.md)                                      |
| Text Attribute         | [Text Classification](/labeling/labeling-tools/classification-tools/text.md)                               |
| Multiselect Attribute  | [Multi-Select Dropdown Classification](/labeling/labeling-tools/classification-tools/multiple-dropdown.md) |
| Select Attribute       | [Single-Select Dropdown Classification](/labeling/labeling-tools/classification-tools/single-dropdown.md)  |
| Taskflow               | [Workflow](/core-concepts/workflow.md)                                                                     |
| Audit Errors           | [Issue Error Codes](/core-concepts/issues/issue-error-codes.md)                                            |
| Validation Script      | [Label Validation](/core-concepts/label-validation.md)                                                     |
| Batch                  | [Task](/core-concepts/tasks.md)                                                                            |
| Audit                  | [Review](/core-concepts/workflow/review.md)                                                                |

## Recipes (Category Schemas)

In QuickServe, recipes (category schemas) can be shared between multiple solutions (projects). In Ango Hub, each project has its own unique category schema.

You may easily copy-paste a category schema from one project to another by following the guide [in this page](/how-to/transfer-project-ontologies-between-projects.md).

In QuickServe, recipes may be in the Archived, Draft, or Published states. On Ango Hub, category schemas are always published.

## Importing Assets

The way assets (files to annotate) are imported in Ango Hub is different from the way it is done on QuickServe. Please consult [this page](/3d-multi-sensor-fusion/importing-data-in-the-3d-multi-sensor-fusion-labeling-tool.md) for more information.

## Functionality available in QuickServe but not available on Ango Hub

* Batch-level attributes


---

# 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://docs.imerit.net/3d-multi-sensor-fusion/terminologies-between-quickserve-and-ango-hub.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.
