# Samples

## Samples

Hop comes with a set of samples for workflows, pipelines, actions, transforms and other metadata objects.

This `samples` project is included in your Hop installation in the `config/projects/samples` folder. You can open individual sample workflows or pipelines, or add a [Hop project](https://github.com/mbertazz/hop-docs-md/blob/main/modules/ROOT/pages/samples/projects/index.Sysff4PLyL), pointing the project’s home directory to the `samples` folder.

The samples project is work in progress. More samples will gradually be added until feature completeness.

The project’s folder structure may change over time, but is intended to be self-explanatory: you’ll find sample workflows and pipelines along with samples that have been organized in folder by action or transform name. For example, the 'workflowexecutor' folder contains a workflow and pipeline that show how to use the workflow executor transform (to execute workflows) in a pipeline.


---

# 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/samples.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.
