> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/5.publish.md).

# Publish

There are 2 steps so that your service can be published.

1. Publish service from Developer Dashboard
2. Publish service from Administrator Dashboard

***

### 1. Publish Service from Developer Dashboard&#x20;

Once you've finished building your service, you can publish it to the public portal. To do this, click the "**Kirim & Publikasikan**" (Submit & Publish) button in the top-right corner, as shown in the image below.

<figure><img src="/files/T4VM6iH1D18UkEXoDIbK" alt=""><figcaption></figcaption></figure>

#### Publish Developer Service

1. Click **"Kirim & Publikasikan"** (Submit & Publish).
2. Fill in the notes field with a reason for publishing this service (e.g., what it's for, or the changes you've made).

   <div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-05-30%20at%2013.04.25.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xQ9BfaK9IV4VImiAyXhd" alt=""><figcaption></figcaption></figure></div>
3. Click "**Kirim Sekarang**" (Submit Now).
4. A confirmation pop-up will appear. Click "**Ya, Kirim**" (Yes, Submit).

   <div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-05-30%20at%2013.05.24.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/pFfaFsUydaj0t6u6zaIh" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
You have successfully submitted your service for admin review. Once approved, it will be published.
{% 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:

```
GET https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/5.publish.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.
