> For the complete documentation index, see [llms.txt](https://bpmflow.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bpmflow.gitbook.io/project/orbeon-integration/orbeon-persistence-layer-for-gemstone-s/service-diagrams/form-runner-home.md).

# Form Runner Home

![](/files/-LHZE4VrAtHkm3f7x00H)

&#x20;When access to http\:/myIpAddress:port/orbeon/fr/ the following Service is called:\
**Service Type:** get\
**Servide Output:** application/xml\
**Service Path**: /form

![](/files/-LHZEJKUlx2rVoVOVF2k)

Persistence Layer Output Example:

```
<forms>
   <form>
      <application-name>providers</application-name>
      <form-name>new-provider</form-name>
      <title>New Provider</title>
      <description></description>
      <last-modified-time>2015-08-19T12:33:28.0700</last-modified-time>
      <available>true</available>
    </form>
    <form>
       <application-name>clients</application-name>
       <form-name>new-clients</form-name>
       <title>New Client</title>
       <description></description>
       <last-modified-time>2015-08-19T13:35:57.0700</last-modified-time>
       <available>true</available>
    </form>
</forms>
```
