> For the complete documentation index, see [llms.txt](https://docs.digably.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digably.io/pages/how-to-add-custom-html-into-a-page.md).

# How To Add Custom HTML Into a Page

{% embed url="<https://youtu.be/hAFDWytBgK0>" %}

Learn how to add custom HTML into a page in Digably.

***

#### 1. Click "+" to open the elements panel

From within the page builder, click on the "+" icon in the upper left to open the elements panel.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F6Y2whJVzmQCKe7x1Fzi7ks%2Fuu7XNYAnt8pmCoYNaEvoS5_doc.png?alt=media&#x26;token=895e17cd-29da-4b72-9a05-c0828c68be72" alt=""><figcaption></figcaption></figure>

#### 2. Select "Custom Code"

Select the "Custom Code" element and drag it onto the page where you would like the custom code to show up.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F6Y2whJVzmQCKe7x1Fzi7ks%2Fs2FTgXfAiHszvJvHKJvKe2_doc.png?alt=media&#x26;token=b33fee13-21f7-4383-a4dd-2f72d7011069" alt=""><figcaption></figcaption></figure>

#### 3. Enter your custom code

A dialogue box will pop up. Enter your custom code into the dialogue box. Then click "Save."

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F6Y2whJVzmQCKe7x1Fzi7ks%2F5nTPL9MBwWFWEamQMSjum6_doc.png?alt=media&#x26;token=23ab172d-b2eb-464c-a7b7-da96c56124d7" alt=""><figcaption></figcaption></figure>

#### 4. Click "Save Draft"

Make sure to save your work.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2F6Y2whJVzmQCKe7x1Fzi7ks%2Fbc2AAN2kiJ5PZdWQcuYKdQ_doc.png?alt=media&#x26;token=046abde4-3dc1-4b22-982a-ff86ba3ae71b" alt=""><figcaption></figcaption></figure>

This guide covered the steps to add custom HTML into a page using Digably.


---

# 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:

```
GET https://docs.digably.io/pages/how-to-add-custom-html-into-a-page.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.
