> For the complete documentation index, see [llms.txt](https://chainide.gitbook.io/chainide-english-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chainide.gitbook.io/chainide-english-1/chainide-modules/file-preview.md).

# 2.3. File Preview

ChainIDE supports multiple languages such as Solidity, HTML, CSS, JavaScript, Markdown, etc. It allows its users to create, edit, and view the output of HTML files. Using web3 users after deploying the smart contract on a blockchain usually create an HTML web page that uses JavaScript, CSS, and other front-end designing programming languages. ChainIDE provides a one-stop solution for all the problems, users don't need to go to any other platform to create a front-end to interact with smart contracts. They can build user-friendly, modern, and interactive applications by using just ChainIDE.&#x20;

![                                         1. HTML File Preview with ChainIDE](/files/-MZCaPb9VaOZpRYDD56k)

Figure 1 shows the procedure to see the output of Markdown and HTML files using ChainIDE. Once you have created and completed the coding, just simply click on the highlighted button to see the output of your HTML and Markdown files. The file preview button is file dependent, it's only shown when the file that has a preview facility is open in the editor panel, otherwise, this button is not shown in the editor panel.

###


---

# 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://chainide.gitbook.io/chainide-english-1/chainide-modules/file-preview.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.
