> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bluegenai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Low Code Overview

> The four supported low-code platforms, what the agent configures on each, and how low-code output differs from a full-code web application.

A low-code project produces configuration in a platform you already own, rather than a codebase the platform hosts. That difference shapes everything else about how these projects work.

## Choosing a Platform

Which platforms you can choose is decided at the moment you create the project. Selecting **Low Code Application** as the Project Type replaces the single fixed Web stack with the four low-code platforms.

<Frame>
  <img src="https://mintcdn.com/bluegenai/9nEz94gk_-a37nbd/images/closeup-create-project-type-lowcode.png?fit=max&auto=format&n=9nEz94gk_-a37nbd&q=85&s=5503e8bfe01a155da3fc50014c05c48b" alt="Closeup Create Project Type Lowcode" title="Closeup Create Project Type Lowcode" className="mx-auto" style={{ width:"55%" }} width="766" height="542" data-path="images/closeup-create-project-type-lowcode.png" />
</Frame>

## Full-Code and Low-Code Projects Compared

Both start from the same place: requirements, and a specification generated from them. They diverge in what they produce.

|                   | Full-code web application                                                                  | Low-code application                                                 |
| ----------------- | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------- |
| **Output**        | A complete Web Application including Database, Application Server, generated codebase, etc | Configuration within your platform (sometimes including custom code) |
| **Where it runs** | Hosted by the platform at its own address                                                  | In the platform environment you connect                              |
| **Prerequisite**  | None                                                                                       | A connected site or environment                                      |
| **Custom domain** | Available                                                                                  | Not applicable                                                       |

The specification is application-neutral, which is what allows the same reviewed blueprint to drive either target. See [What is CAB?](/cab/what-is-cab).

## Building in Low Code Platforms (Overview)

<Frame>
  <img src="https://mintcdn.com/bluegenai/zc8_W6pUsqh_UnSW/images/closeup-mode-pills-cab-tickets-prototype-build.png?fit=max&auto=format&n=zc8_W6pUsqh_UnSW&q=85&s=05274524d12e03fcf684f86cc0b1bfb2" alt="Closeup Mode Pills Cab Tickets Prototype Build" width="1500" height="208" data-path="images/closeup-mode-pills-cab-tickets-prototype-build.png" />
</Frame>

| Platform                                                 | What the agent configures                                                                                                                                                        |
| -------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Tyler Application Platform**](/low-code/tap/overview) | Tracked objects and reference data, forms and UI policies, listings and charts, custom views, workflow states and transitions, roles and groups, Jasper reports                  |
| [**ServiceNow**](/low-code/servicenow/overview)          | Tables and fields, users, roles and groups, classic UI forms and lists, Service Portal pages and widgets, state models, business rules and scripts, reports                      |
| [**PowerApps**](/low-code/powerapps/overview)            | Dataverse tables, columns and relationships, model-driven forms and views, the sitemap, solutions, business rules, charts and dashboards                                         |
| [**Salesforce**](/low-code/salesforce/overview)          | Custom objects and fields, profiles and sharing rules, page layouts and list views, Lightning apps and pages, Lightning Web Components, flows and Apex, reports, platform events |

**At this time, the Tyler Application Platform is the only platform with Prototype Mode.**

## Where Direct Configuration Stops

All four platforms are reached through APIs rather than by driving their user interfaces, so anything without an API surface has to be done in the platform directly.

**Salesforce and PowerApps sit at opposite ends of this.** On Salesforce everything listed above is applied to the org, including Apex and Lightning Web Components. **PowerApps carries an additional and more specific boundary.** Security roles, Power Automate flows, and form JavaScript are specified in exact detail rather than applied, because those areas have limited write surface through the tooling. If you are planning a PowerApps build, read that distinction before you start: [PowerApps Overview](/low-code/powerapps/overview).

## Your Next Step

<CardGroup cols={2}>
  <Card title="Tyler Application Platform" icon="building-columns" href="/low-code/tap/overview">
    The only platform with both Prototype and Build Mode.
  </Card>

  <Card title="ServiceNow" icon="gear" href="/low-code/servicenow/overview">
    Seven configuration areas, from tables to Service Portal.
  </Card>

  <Card title="PowerApps" icon="table-cells" href="/low-code/powerapps/overview">
    Dataverse schema, model-driven UI, and where the boundary sits.
  </Card>

  <Card title="Start from requirements" icon="book-open" href="/cab/what-is-cab">
    How the specification that drives either target gets generated.
  </Card>
</CardGroup>


## Related topics

- [Weekly release notes](/changelog/weekly-release-notes.md)
- [BlueGenAI Documentation](/index.md)
- [Platform Overview & Architecture](/getting-started/platform-overview-architecture.md)
- [Troubleshooting & FAQ](/tips-and-tricks/troubleshooting-faq.md)
- [Integrations](/admin-platform/integrations.md)
