> For the complete documentation index, see [llms.txt](https://docs.rewst.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rewst.help/documentation/app-builder/prebuilt-apps/forms-portal.md).

# App Builder Prebuilt Apps: Forms portal

{% hint style="info" %}
Forms portals, like all Prebuilt Apps, are available by request only. To request Prebuilt Apps, send us a message in your dedicated Discord support channel.
{% endhint %}

The *forms portal* provides a centralized hub for users to access and manage forms. It includes powerful search and filtering options on the table component itself, allowing you to quickly navigate to the forms you need, all in one convenient location.

<figure><img src="/files/ragteVR6MG7aeV9dqHli" alt=""><figcaption></figcaption></figure>

* **Features**:
  * View and manage forms in a single portal
  * Search and filter by name and tags
  * Navigate directly to the form url with a single click

### Custom branding with Rewst's Style Customization Crate

As a bonus, you can customize your Forms Portal by unpacking our App Builder - Create Branding Variables Crate, which lets you update all of your Prebuilt Apps without manual CSS edits for a professional, client-ready appearance.\ <br>

<figure><img src="/files/RqRulTLrIz9oqTBK4OEd" alt="" width="309"><figcaption><p>Find this Crate in the Crate Marketplace section of your Rewst platform.</p></figcaption></figure>

* Apply consistent branding across all apps
* Input hex codes, upload logos, and select themes to apply at the MSP or client level


---

# 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.rewst.help/documentation/app-builder/prebuilt-apps/forms-portal.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.
