# How to Publish

When changes are made to your bot they always need to be published before they come into effect.

### Instructions

* Click on the purple Publish button in the bottom of the page.
* A popup appears to indicate that your bot is being published and trained.

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

### I don't see a Publish button

The publish button isn't available on all pages. If you don't see it, go to the content section to be able to see and click on the button.

### I see the Publish button, but it is greyed out

There can be two reasons for the publish button not to be clickable. The first is if there are no changes to your Smart App compared to the latest published version. The second is if your bot contains errors that need fixing.

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

Either fix issues manually, or revert to the latest published version to undo your changes. You can do so by using the menu next to the Publish button.


---

# 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://manuals.dialox.ai/advanced-topics/studio/how-to-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.
