> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/pipeline-forms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/pipeline-forms/additional-information/faq.md).

# FAQ

## General

<details>

<summary>Is this app safe to use? How do you store user data?</summary>

PFO is built on forge, so all the data remains on your side, META-INF won't receive or store any personal data from you.

</details>

<details>

<summary>Is there an On-Premise version available?</summary>

No, PFO is created for the Cloud only.

</details>

<details>

<summary>Will there be a free plan available forever?</summary>

We plan to keep a free Starter plan for reduced usage and evaluation.

</details>

## Configuration

<details>

<summary>Missing some config files</summary>

Make sure that

* you created a `bitbucket-pipeline.yml` and a `pipeline-forms.yml` as well
* you are on the branch where these files exist

</details>

<details>

<summary>Why is my form not showing up?</summary>

Make sure of the follwing:

* [ ] `bitbucket-pipelines.yml` exists (because you created it)
  * [ ] it contains the pipeline to which you are referring in your form
  * [ ] your referred pipeline is a custom pipeline (not in default, branches, tags, pull-requests section)
* [ ] `pipeline-forms.yml` exist (because you created it)
  * [ ] you have at least one form
  * [ ] your form contains at least one field
  * [ ] your form is attached to an existing pipeline
  * [ ] the form is validated and the syntax is correct

</details>

<details>

<summary>A schedule is not running</summary>

Make sure that

* you did not hit the quota limit of your plan
* the schedule exists and is enabled

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.meta-inf.hu/pipeline-forms/additional-information/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
