# To be considered

## Hop User Manual

The Apache Hop User Manual contains all the information you need to develop and deploy data solutions with Apache Hop.

We’ve listed a number of starting points that might find useful to you. Check the full list of topics on the left hand side. If you’re a developer and want to extend Hop, want to build new functionality or want to fix a bug you found, check the [developer documentation](http://hop.apache.org/dev-manual/latest/)

| Tip | Hop treats documentation as any other part of software that can have bugs or missing features. If you find any incorrect information or are missing a crucial piece of documentation, please [create an issue on GitHub](https://github.com/apache/hop/issues). |
| --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

|                                           |                                                                                                                                                                                                                                                                                                                                                                       |
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![developer](/files/tvdP0Kis10EuB1rq3yQS) | Check the [documentation contribution guide](http://hop.apache.org/community/contribution-guides/documentation-contribution-guide/) if you’d like to help us improve the Hop documentation.                                                                                                                                                                           |
| ![play](/files/azphnc40ozY85lUlZdDR)      | The [Getting Started Guide](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/getting-started/index.pjksQc3Td5) will help you to get started with Hop in no time                                                                                                                                                                                   |
| ![logo icon](/files/pUkZLIjD1UJxtcchw03N) | Check the [Hop Gui](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/hop-gui/index.pjksQc3Td5) guide for information about how to develop, run, test, debug and deploy Hop pipelines                                                                                                                                                              |
| ![workflow](/files/6C2vQmjj7RjE0ZYrCESu)  | [Workflows](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/workflow/workflows.pjksQc3Td5) are Hop’s tool to orchestrate workflows and pipelines, perform environment validations, error handling and much more with the available [actions](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/workflow/actions.pjksQc3Td5)   |
| ![pipeline](/files/YY5Bwl8tNZsRdwqWYGOe)  | [Pipelines](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/pipeline/pipelines.pjksQc3Td5) are Hop’s work horse: read from sources, write to targets and perform just about any manipulation on your data through hundreds of [transforms](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/pipeline/transforms.pjksQc3Td5). |
| ![database](/files/HztYq6zaHRbtJ9OARg60)  | Check the list of supported [databases](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/database/databases.pjksQc3Td5)                                                                                                                                                                                                                           |
| ![beam logo](/files/0bSQokpLiWJdrshHDaJF) | Check the [Run Configurations](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/pipeline/pipeline-run-configurations/pipeline-run-configurations.pjksQc3Td5) if you want to find out more about running your Hop pipelines on Apache Spark, Apache Flink or Google Dataflow over Apache Beam.                                                     |

Last updated 2025-09-04 18:21:05 +0200


---

# 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.primeur.com/data-shaper-1.21/index-2.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.
