# Beachside

## Beachside Docs

- [Home](https://docs.theseaai.com/intro.md)
- [Getting Started](https://docs.theseaai.com/onboarding.md): Follow these steps and get started with Beachside!
- [Create your Account](https://docs.theseaai.com/onboarding/step1.md): Follow these steps to accept your user invitation, register as a new user and login into Beachside.
- [Beachside Interface](https://docs.theseaai.com/onboarding/interface.md): Follow these steps to learn about our core interface and how to start creating with Beachside.
- [Playground](https://docs.theseaai.com/onboarding/playground.md): Let's learn the basics of the playground.
- [First Generation](https://docs.theseaai.com/onboarding/firstgeneration.md): Now that you have everything in line, let's try generating with Beachside.
- [Account Setup](https://docs.theseaai.com/accountsetup.md): Everything about managing teams and members, brand assets, and playgrounds.
- [Manage a team](https://docs.theseaai.com/accountsetup/team.md): Create and manage teams in Beachside. Learn how admins and team leads add members, manage roles, and delete teams.
- [Manage assets](https://docs.theseaai.com/accountsetup/assets.md): Build your organization’s asset library in Beachside. Create brands and products, upload product assets, and reuse them in playgrounds.
- [Manage playgrounds](https://docs.theseaai.com/accountsetup/playground.md): Create, delete, and share playgrounds.
- [Security settings](https://docs.theseaai.com/accountsetup/security-settings.md)
- [IP Allowlist](https://docs.theseaai.com/accountsetup/ip-allowlist.md)
- [Role permission](https://docs.theseaai.com/accountsetup/roles.md): Understand what Organization Admins, Team Leads, and Editors can do in Beachside across teams, assets, playgrounds, and visuals.
- [Capabilities](https://docs.theseaai.com/capabilities.md)
- [Model Generation](https://docs.theseaai.com/tasks/model.md): Write prompts to generate images from scratch or edit existing images.
- [Resolution](https://docs.theseaai.com/tasks/resolution.md): Choose between 1K and 2K output for faster iteration or higher-resolution results.
- [Angle](https://docs.theseaai.com/tasks/angle.md): Generate consistent new product angles from a single image. Quick Mode creates preset angles. Precise Mode generates controlled horizontal or vertical rotations so you can select exact frames.
- [Light](https://docs.theseaai.com/tasks/light.md): Refine scene lighting directly on the canvas. Light allows you to adjust direction, intensity, and placement so products integrate naturally into their environment.
- [Blend](https://docs.theseaai.com/tasks/blend.md): Seamlessly places a product into a background in a single generation step. It automatically adjusts lighting, shadows, and material interaction to integrate both images into one consistent scene.
- [Retouch](https://docs.theseaai.com/tasks/retouch.md): Apply automatic image corrections in a single generation step. Retouch adjusts lighting, color balance, geometry, surface details, hair, and background cleanliness while preserving the composition.
- [Remove](https://docs.theseaai.com/tasks/remove.md): Remove eliminates unwanted elements from an image. Select what you want to remove (products, backgrounds, or labels) and generate a clean result.
- [Extract](https://docs.theseaai.com/tasks/extract.md): Use Extract to isolate a specific element from an image or scene. The extracted element becomes a reusable layer that can be repositioned, recomposed, or used in other scenes.
- [Expand](https://docs.theseaai.com/tasks/expand.md): Extend an image beyond its original boundaries in a single generation step. Expand allows you to adjust aspect ratio and positioning while maintaining visual consistency.
- [Upscale](https://docs.theseaai.com/tasks/upscale.md): Increase image resolution while enhancing detail and texture. Upscale generates a higher-resolution version of your scene while preserving the original composition.
- [Combo](https://docs.theseaai.com/tasks/combo.md): Combine products, text prompts, and image references within a single scene. Place instructions directly on the canvas to define where changes should occur.
- [Replicate](https://docs.theseaai.com/tasks/replicate.md): Replicate a visual look using up to 8 different SKUs while maintaining exact consistency in background, lighting, and composition.
- [Create Signature](https://docs.theseaai.com/signature/create-signature.md): Create, reveal, edit, and publish a Signature using brand visuals, documents, questions, and notes.
- [Use Signature in Playground](https://docs.theseaai.com/signature/use-signature-in-playground.md): Activate a Signature for a Playground, override it per generation, and track which Signature guided each image.
- [Layers](https://docs.theseaai.com/tools/layers.md): Rotate and flip layers directly on the canvas. Adjust orientation with drag handles, snap to 15° increments, and mirror supported layers in place.
- [Brush](https://docs.theseaai.com/tools/brush.md): Sketch directly on your scene to provide visual instructions. Each color creates a separate layer, allowing you to define areas, highlight changes, and guide generation.
- [Text](https://docs.theseaai.com/tools/text.md): Add text directly to product visuals. Text remains editable within Beachside, allowing layout and styling adjustments without exporting to external design tools.
- [Typefaces](https://docs.theseaai.com/tools/text/typefaces.md): Upload custom fonts and select from pre-loaded system fonts.
- [Text Settings](https://docs.theseaai.com/tools/text/text-settings.md): Control text appearance through global settings (applied to entire text frames) and character-level adjustments ont size, letter spacing, stretch, line height, alignment, and text decoration.
- [Reactions](https://docs.theseaai.com/tools/reactions.md): Reactions let you mark scenes with a “stamp.” You can use them to indicate approval status, highlight strong options, or flag issues and other important notes.
- [Ruler & Guides](https://docs.theseaai.com/tools/ruler-and-guides.md): Ruler & Guides bring precise measurement and alignment to the playground — built for teams with strict rules around product size and placement.
- [Help](https://docs.theseaai.com/others/help.md)
- [Account](https://docs.theseaai.com/others/quickstart.md)
- [Multi-factor authentication (MFA)](https://docs.theseaai.com/others/mfa.md): MFA is an extra security step that helps protect your Beachside account, even if your password is compromised.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.theseaai.com/intro.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.
