# Getting Started

Welcome to this step-by-step guide for building a website with Wegic.

## **Overview of Wegic**

In Wegic, you often visit these three main pages:

{% columns %}
{% column %}

#### [**Homepage** ](https://wegic.ai)

See the latest features of Wegic and browse templates you like to start your project.
{% endcolumn %}

{% column width="33.33333333333333%" %}

#### [Workspace](https://wegic.ai/workspace)&#x20;

Manage your account, check plan and credits,  and start or manage your website files.
{% endcolumn %}

{% column width="33.33333333333333%" %}

#### **Editor page**

Open or create a website file from the workspace, chat with AI, and build your website.
{% endcolumn %}
{% endcolumns %}

## Start to build

<details>

<summary><strong>Create your first website file</strong></summary>

**Step 1:**&#x20;

To get started, go to [wegic.ai](https://wegic.ai) and create an account. After signing up, you can start to build your first website.

**Step 2:**&#x20;

Go to the [workspace](https://wegic.ai/workspace), and click the button **\[+Create Website]**

</details>

<details>

<summary><strong>Chat to start creating</strong></summary>

Wegic makes building a website simple.

* Describe the website you want, and Kimmy will help bring it to life. The more details you provide, the better your results will be.
* You can continue improving your website anytime by chatting with Kimmy and describing the changes you’d like to make.
* Each AI-generated edit uses credits, and the amount varies based on the size and complexity of the requested changes.

</details>

<details>

<summary><strong>Use a sketch</strong></summary>

**Step 1:**

Sketch your UI idea using any drawing method you like — a quick hand-drawn draft, a whiteboard photo, or a simple digital sketch.

**Step 2:**

Take a screenshot of your sketch, then paste or drag-and-drop it into Wegic. Then AI will turn your sketch into a real website.

</details>

## Edit your site

<details>

<summary><strong>Describe what you want</strong></summary>

With Wegic, you don’t need to learn complicated prompt engineering. **Just clearly tell us your ideas and needs.**

For example:\
• Change the homepage title to “Welcome to my website”\
• Change the button color to blue\
• Rearrange the menu, put “About Us” first

You can also browse our [Prompt Library](/prompt/prompts-better-in-wegic.md) to pick the commands you need.

**Or ask Kimmy for advice**, like:\
“I want to change the theme color, do you have any suggestions?”\
“What parts of my website can be improved?”

**Each AI-generated edit uses credits**, and the amount varies based on the size and complexity of the requested changes.

If you can no longer make edits, you may have exhausted your available credits. Upgrade your plan or invite friends to earn additional credits.

</details>

<details>

<summary>Add images to prompt</summary>

You can **attach images in the chat** to help explain your ideas. Sometimes it’s easier to show something than describe it.

</details>

## Publish your site

<details>

<summary><strong>Check out SEO settings</strong></summary>

Wegic automatically creates the basic SEO settings for your website. But before you publish, you can always ask Kimmy to review everything for you. It’ll check your SEO setup to make sure all titles, descriptions, and other key details look great.

{% code overflow="wrap" %}

```
Review all SEO settings for my website. 
Check the titles, descriptions, keywords, alt text, and overall structure. 
Let me know if anything is missing or can be improved before I publish the site.
```

{% endcode %}

</details>

<details>

<summary><strong>Publish to the free domain provide by Wegic</strong></summary>

When your website is ready, we recommend publishing it first to ***your-business-name.wegic.net*** (this domain is provided by Wegic).

Once it’s published, you can use this link to **preview how your website looks**, or **share it with your teammates and colleagues** so everyone can review the content together.

</details>

<details>

<summary><strong>Link to your own custom domain</strong></summary>

Connecting your website to your custom domain helps you build a more professional brand.

You can follow this guide to link your site to your custom domain.

[How to link custom domain?](/features/custom-domain.md)

*Note: This feature is currently available only for Wegic Premium Plan users.*

</details>


---

# Agent Instructions: 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:

```
GET https://help.wegic.ai/welcome-to-wegic/getting-started.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.
