> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/website-builder/create-and-publish-website.md).

# Create & publish website

### How to create and publish a website?

With AppMySite, a responsive website version of your custom app is automatically created the moment your app is set up. This gives your audience a web-based way to explore your app's features and content—without any additional setup or design work on your part.

{% embed url="<https://scribehow.com/shared/Publish_your_website__UyTTq42STHegYn9aDE0HUg>" %}

#### Step 1: Access the Website Builder

* Log in to your AppMySite account.
* Navigate to your app dashboard.
* Go to the [**Website**](https://app.appmysite.com/app/website-builder) from the left menu.

{% hint style="danger" %}
The Website Builder is available by default for all Custom App users. If you're using another app product, this option will not appear in your dashboard.
{% endhint %}

#### Step 2: Publish your website

* Click the Publish button.
* Your app will be converted into a website and be published instantly and accessible to anyone with the link.

{% hint style="success" %}
A free SSL certificate is included to ensure your website loads securely over HTTPS.
{% endhint %}

#### Step 3: Preview and share your website

Once published, you can:

* Click the My Site button to open your website in a new tab.
* Use the Copy button to copy your website link and share it anywhere.

{% hint style="warning" %}
Custom domain setup is available on the Premium plan, allowing you to fully white label your web address. On other plans, your website will be hosted on a default AppMySite domain (e.g., yourapp.myappmysite.com)—a fast and reliable link for sharing and access.
{% endhint %}

{% hint style="success" %}
Expected outcome: You’ll have a fully functional, live website version of your app that:

* Is responsive and accessible on all devices.
* Can be published and updated instantly.
* Provides a secure browsing experience with HTTPS.
  {% endhint %}


---

# 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.appmysite.com/app/website-builder/create-and-publish-website.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.
