# 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: 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/additional-information/faq.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.
