> For the complete documentation index, see [llms.txt](https://docs.warengonzaga.com/css-text-portrait-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.warengonzaga.com/css-text-portrait-builder/getting-started/instant-setup.md).

# Instant Setup

To get started, you don't need to download the builder or set it up on your local machine which might go messy. 😅 We'll use an automated development environment in the cloud to quickly set up the builder just for you. Thanks to [Gitpod](https://gitpod.io)!

### Requirements

1. High-resolution image in JPG/JPEG format. (we don't need PNG/GIF lol).
2. GitHub Account, [create one](https://github.com/signup).
3. Gitpod Account, [sign up](https://gitpod.io) using GitHub.

Meet the requirements? Now, proceed to the one-click setup! ✌

{% hint style="info" %}
GitHub and Gitpod accounts are required to be able to use the automated development environment in the cloud. This will eliminate setup issues on your local machine. If you prefer to use your local environment then go to the [Manual Setup](/css-text-portrait-builder/getting-started/manual-setup.md) approach.
{% endhint %}

### One-Click Setup

Just open the builder by clicking the button below. 😎

[![open in gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#github.com/warengonzaga/css-text-portrait-builder)

It will auto-configure and set up everything you need to build your CSS text portrait. Now, proceed to the [build steps](/css-text-portrait-builder/getting-started/build-steps.md#instant-build-steps). 🎉


---

# 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.warengonzaga.com/css-text-portrait-builder/getting-started/instant-setup.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.
