# How to Add Custom Code

If you're unfamiliar with Webflow, it has 5 distinct areas where you can place custom code-

* The [site-wide HEAD area](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tags#head-code). Under site settings on the Custom Code tab, this section is currently called **Head Code**. &#x20;
* The [site-wide BODY area](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tags#footer-code). Under site settings on the Custom Code tab, this section is currently called **Footer Code**.&#x20;
* A [specific page's HEAD area](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tags#in-the-<head>-tag). Under page settings towards the bottom, this section is currently called **Inside \<head> tag.**
* A [specific page's BODY area](https://university.webflow.com/lesson/custom-code-in-the-head-and-body-tags#before-the-<-body>-tag). Under page settings towards the bottom, this section is currently called **Before \</body> tag**.
* An [HTML Embed element](https://university.webflow.com/lesson/custom-code-embed?topics=elements) on your page, Anywhere on your page, added from the elements panel.&#x20;

Here's a walkthrough of how to access and use the 5 areas.&#x20;

{% embed url="<https://www.loom.com/share/21e67856145e4132b9913bb44b1c9e5a>" %}


---

# 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://attr.sygnal.com/overview/how-to-add-custom-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.
