# Embed external Javascripts and CSS

You can embed external javascripts and CSS on the site by following below instructions.

{% hint style="warning" %}
This feature is available only in paid plans.
{% endhint %}

**Follow below steps:**

1. Open the Google sheet connected to the project and goto 'AdvancedSettings' sheet
2. Add the javascript or CSS in Column B ( make sure to add \<script> tag or \<style> tag as needed)
3. Select Column C value based on where you want to add the script on the page.

![](/files/-MZbjpyhJGLamm92vFBP)

{% hint style="info" %}
The javascript or css added here will be applied to the whole website.&#x20;
{% endhint %}

&#x20;


---

# 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://help.siteoly.com/advanced/embed-external-javascripts-css.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.
