Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/pages/ai-test/app-builder-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Getting Started with App Builder
Comment thread
jiangy10 marked this conversation as resolved.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Getting Started with App Builder
---
title: Getting Started with App Builder
description: Comprehensive introductory guides to help you set up and develop applications using App Builder and Adobe I/O Runtime.
keywords:
- App Builder
- Adobe I/O Runtime
- Getting Started
- Development Environment
- Serverless
# --- FAQs ---
faqs:
- question: How do I begin using App Builder?
answer: Start by following the App Builder Getting Started guide which covers setting up your development environment and creating your first app.
- question: What if I want to focus on serverless development?
answer: Check out the Runtime Getting Started guide to learn about Adobe I/O Runtime fundamentals and deploying serverless actions.
- question: Where can I find more detailed information after getting started?
answer: Explore the Guides section for in-depth information and the Resources section for additional support and materials.
---
# Getting Started with App Builder


Welcome to the Getting Started section of App Builder documentation. Here you'll find comprehensive guides to help you start working with App Builder and Adobe I/O Runtime.

## Choose Your Path

### App Builder Getting Started
If you're new to App Builder, start with our [App Builder Getting Started guide](app_builder_get_started/app-builder-intro.md). This guide will walk you through:
- Setting up your development environment
- Creating your first App Builder application
- Publishing your app
- Troubleshooting common issues

### Runtime Getting Started
If you're interested in serverless development with Adobe I/O Runtime, check out our [Runtime Getting Started guide](runtime_getting_started/index.md). This guide covers:
- Understanding Runtime fundamentals
- Setting up your environment
- Creating and deploying actions
- Working with entities and activations
- Best practices and resources

## Next Steps

After completing either getting started guide, you can explore our detailed [Guides](../guides/index.md) section for more in-depth information about specific features and capabilities.

For additional resources and support, visit our [Resources](../resources/index.md) section.
Loading