# User Guides

- [Administration Guide](https://docs.meta-inf.hu/pipeline-forms/user-guides/administration-guide.md)
- [Installation](https://docs.meta-inf.hu/pipeline-forms/user-guides/administration-guide/installation.md)
- [Admin hub](https://docs.meta-inf.hu/pipeline-forms/user-guides/administration-guide/admin-hub.md)
- [User Guide](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide.md): Setup and execute a pipeline, check out results
- [Create Forms](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/create-forms.md)
- [Syntax for the pipeline-forms.yml file](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/create-forms/syntax-for-the-pipeline-forms.yml-file.md): How to create valid and meaningful forms for your pipelines
- [Variables](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/create-forms/variables.md): Variables can be used to store and reuse values in Pipelines Forms. By storing a value as a variable, you can reference it in you forms configuration.
- [Run pipelines](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/run-pipelines.md)
- [Manual execution](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/run-pipelines/manual-execution.md)
- [Schedule a Form](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/run-pipelines/schedule-a-form.md)
- [Audit logs](https://docs.meta-inf.hu/pipeline-forms/user-guides/user-guide/audit-logs.md)


---

# 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.meta-inf.hu/pipeline-forms/user-guides.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.
