# Custom HTML, JS code

{% hint style="danger" %}
You can use your own code or third party code into your Vintcer website. Please test the code on a test/demo website before uploading it to your original website.

Adding a corrupt and wrong code can lead to serious damage to your website. So, Please test the code on a test/demo website before uploading it to your original website.
{% endhint %}

{% hint style="success" %}
In our latest update we have added the functionality to add your own code wherever you want please read more about this feature in next article or [click here](https://docs.vintcer.com/custom-html-css-and-js-code-in-sections-or-blocks).
{% endhint %}

### You can add HTML, CSS and JavaScript to your pages.<br>

#### To do that, click on the blue (+) you see when hovering between the different sections. &#x20;

#### You’ll see a menu on the left with different types of stripes to choose from.<br>

### At the bottom of this menu, click **Elements** and choose **RAW** or **HTML** from the options on the right:

![Click on the Sky blue + button to open Section Menu ](/files/-LBuWkvBDwNoGCjKTP2N)

### Now, Choose the Elements from Section Menu and then choose RAW (See the image below)

![](/files/-LBuYQVcrJ-MsEOU2ouW)

### After clicking on RAW, a RAW element will appear in your website (see the image below)

![](/files/-LBu_GmteeSSnNnqhJd1)

### Click on the element and choose **Edit RAW**

![](/files/-LBu_RkAcYl7bAnsFizr)

### After choosing Edit RAW and code editor will appear&#x20;

![](/files/-LBu_a1ByMHLGzQn6svb)

### Remove the default code and enter your own code and click SAVE button.&#x20;

Make sure to click on Update lIve site button or Publish button to see the code in your live site.


---

# 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://docs.vintcer.com/custom-html-js-code.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.
